Hi all,
I installed iTrader a short time ago, and with the exception of a file permissions error (which was entirely my fault) I encountred at the beginning, the plug-in has been working fine.
Until now.
I upgraded PHP on my server to v5.3.3 and now, whenever I access any of the itrader.php files (those in the forum root) like itrader_main.php, itrader_detail.php, itrader_report.php, etc... I get the following appearing at the top of the screen:
Quote:
Deprecated: Assigning the return value of new by reference is deprecated in /home/supercha/public_html/includes/init.php on line 55
Deprecated: Assigning the return value of new by reference is deprecated in /home/supercha/public_html/includes/init.php on line 107
Deprecated: Assigning the return value of new by reference is deprecated in /home/supercha/public_html/includes/init.php on line 111
Deprecated: Assigning the return value of new by reference is deprecated in /home/supercha/public_html/includes/init.php on line 119
Deprecated: Assigning the return value of new by reference is deprecated in /home/supercha/public_html/includes/init.php on line 130
Deprecated: Assigning the return value of new by reference is deprecated in /home/supercha/public_html/includes/init.php on line 134
Deprecated: Assigning the return value of new by reference is deprecated in /home/supercha/public_html/includes/init.php on line 142
Deprecated: Assigning the return value of new by reference is deprecated in /home/supercha/public_html/includes/init.php on line 211
Deprecated: Assigning the return value of new by reference is deprecated in /home/supercha/public_html/includes/init.php on line 389
Deprecated: Assigning the return value of new by reference is deprecated in /home/supercha/public_html/includes/class_core.php on line 2552
|
This didn't happen when the server was running PHP 4.4.9.
From the above error messages, the problem doesn't
seem to be related to iTrader (since none of the iTrader files are being referenced) but this
only happens when I access itrader.php or any of the itrader_x.php files. The rest of the site seems to be working fine.
Has anyone else run into this issue? If so, can you suggest a fix?
I'm a real novice when it comes to PHP so you'll have to forgive me if this comes off as a stupid question.