sioui4u Posted March 20, 2010 Posted March 20, 2010 Hi, today I see this error : Deprecated: Assigning the return value of new by reference is deprecated in /home/sioui4u/public_html/includes/init.php on line 49 Deprecated: Assigning the return value of new by reference is deprecated in /home/sioui4u/public_html/includes/init.php on line 97 I don't know how to solve this problem. Can you help me? Logged in as: sioui4u Site : sioui4u.heliohost.org Thank you !
Byron Posted March 20, 2010 Posted March 20, 2010 This support request is being escalated to our root admin.
Ashoat Posted March 20, 2010 Posted March 20, 2010 We upgraded to PHP 5.3 over last night, and that feature is deprecated in it. Either disable warning notifications, or try to find all uses of "&$" and replace them with "$". You should contact the manufacturer of your software and alert them to this issue, and see if they have a patch.
sioui4u Posted March 21, 2010 Author Posted March 21, 2010 We upgraded to PHP 5.3 over last night, and that feature is deprecated in it. Either disable warning notifications, or try to find all uses of "&$" and replace them with "$". You should contact the manufacturer of your software and alert them to this issue, and see if they have a patch. Thank you for your help. I just have changed as you advised me in the file includes / init.php and class_core.php. Then I checked the products and the problem is vbobtimise product. Thank you again for your reply so fast. I really appreciate it!
Recommended Posts