MyUPB.com Discussion forums
You are not logged in. Please Register or Login.

Announcements

This project is not completely dead. I've just started work on localisation.
Please email me at clark@NOSPAMmyupb.com once you've registered so I can activate your account (remove "NOSPAM" from the email address)
~~~~ Clark


If you're getting a "Deprecated" error message, follow the instructions here

URGENT Security Patch for ≤ v2.2.6
A security hole has been discovered, follow the instructions and download the patch at the topic page.
Did the patch break your search page? Search Patch

Download myUPB
Version 2.2.7 Released - 24th December 2010


Posted: Jun 21, 2012 6:34:42 am
Clark



If you're seeing the message

Quote:
Deprecated: Assigning the return value of new by reference is deprecated in /public/sites/includes/upb.initialize.php on line 80



Open install.php and includes/upb.initialise.php in a text editor and find the line

PHP Code:
$errorHandler = &new errorhandler();


replace that with

PHP Code:
$errorHandler = new errorhandler();
myUPB Developer

Powered by myUPB v2.2.6  ·   © PHP Outburst 2002 - 2013

Creative Commons License