Quote:
Originally Posted by Chance4Today
Hi all~!
I have never had a issue with this hack since it was I became a member. I recently transferred to a new host and I am now receiving a error when you click on the Thank You button
Code:
Deprecated: Assigning the return value of new by reference is deprecated in /home/soberoda/public_html/justfortodaymeditations.com/forums/includes/init.php on line 55
Deprecated: Assigning the return value of new by reference is deprecated in /home/soberoda/public_html/justfortodaymeditations.com/forums/includes/init.php on line 107
Deprecated: Assigning the return value of new by reference is deprecated in /home/soberoda/public_html/justfortodaymeditations.com/forums/includes/init.php on line 111
Deprecated: Assigning the return value of new by reference is deprecated in /home/soberoda/public_html/justfortodaymeditations.com/forums/includes/init.php on line 119
Deprecated: Assigning the return value of new by reference is deprecated in /home/soberoda/public_html/justfortodaymeditations.com/forums/includes/init.php on line 130
Deprecated: Assigning the return value of new by reference is deprecated in /home/soberoda/public_html/justfortodaymeditations.com/forums/includes/init.php on line 134
Deprecated: Assigning the return value of new by reference is deprecated in /home/soberoda/public_html/justfortodaymeditations.com/forums/includes/init.php on line 142
Deprecated: Assigning the return value of new by reference is deprecated in /home/soberoda/public_html/justfortodaymeditations.com/forums/includes/init.php on line 211
Deprecated: Assigning the return value of new by reference is deprecated in /home/soberoda/public_html/justfortodaymeditations.com/forums/includes/init.php on line 389
Deprecated: Assigning the return value of new by reference is deprecated in /home/soberoda/public_html/justfortodaymeditations.com/forums/includes/class_core.php on line 2552
It happens when you click the button or remove the thank you. However it does the operation and shows this error message, once you refresh the page the error message goes away. I have uninstalled it and reinstalled it however that didn't fix anything. I don't know how to fix this init.php or where to begin. Any suggestions?
Thanks
Victor
|
Your new host has a later version of PHP installed. Ask the host to turn off PHP deprecated warnings and everything will run normally.
You can also do this by adding
PHP Code:
error_reporting(E_ALL & ~E_DEPRECATED);
to the top of your global.php file in the root directory.