I've recently upgraded to the stable PHP 5.3.1. Upon upgrading, this mod (and the Groan, I will double post over there just to be sure) began triggering errors in vB:
Code:
Deprecated: Assigning the return value of new by reference is deprecated in /home/pnwhs/public_html/pnwhs.org/forums/includes/init.php on line 55
Deprecated: Assigning the return value of new by reference is deprecated in /home/pnwhs/public_html/pnwhs.org/forums/includes/init.php on line 107
Deprecated: Assigning the return value of new by reference is deprecated in /home/pnwhs/public_html/pnwhs.org/forums/includes/init.php on line 111
Deprecated: Assigning the return value of new by reference is deprecated in /home/pnwhs/public_html/pnwhs.org/forums/includes/init.php on line 119
Deprecated: Assigning the return value of new by reference is deprecated in /home/pnwhs/public_html/pnwhs.org/forums/includes/init.php on line 130
Deprecated: Assigning the return value of new by reference is deprecated in /home/pnwhs/public_html/pnwhs.org/forums/includes/init.php on line 134
Deprecated: Assigning the return value of new by reference is deprecated in /home/pnwhs/public_html/pnwhs.org/forums/includes/init.php on line 142
Deprecated: Assigning the return value of new by reference is deprecated in /home/pnwhs/public_html/pnwhs.org/forums/includes/init.php on line 211
Deprecated: Assigning the return value of new by reference is deprecated in /home/pnwhs/public_html/pnwhs.org/forums/includes/init.php on line 389
Deprecated: Assigning the return value of new by reference is deprecated in /home/pnwhs/public_html/pnwhs.org/forums/includes/class_core.php on line 2552
Even though I am running the latest Vb (3.8.4PL1) that has the deprecated error handling, and I have deprecated errors blackholed in my php.ini file I still get these errors upon using the "Thanks" button. The error appears to be bubbling up through the vB bits that call the mod. Hope this helps.