Quote:
Originally Posted by djbaxter
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.
|
Sorry but that does nothing but screw up my whole forums