View Full Version : Deprecated Errors on new Server
Brexen
08-26-2012, 04:45 AM
Changed Server of our vBulletin Software and now were getting alot of Deprecated Errors. I did a little research and apparently this is down to MySQL and PHP versions being out of the vbulletin boundaries.
Old Server Stats
PHP version: 5.3.14
MySQL version: 5.5.10
New Server Stats
PHP version: 5.3.13
MySQL version: 5.1.63-cll
Has anyone had/fixed this error? It's affecting all my products aswell.
Thanks
There's a php setting called "display_errors", it could be that it was off on your old server but turnogn on on your new server. If you can't change that setting you could try editing global.php and inserting this at the top:
error_reporting(E_ALL & ~E_NOTICE & ~8192);
(and the same in the global.php that's in admincp and modcp).
Brexen
08-26-2012, 03:33 PM
There's a php setting called "display_errors", it could be that it was off on your old server but turnogn on on your new server. If you can't change that setting you could try editing global.php and inserting this at the top:
error_reporting(E_ALL & ~E_NOTICE & ~8192);
(and the same in the global.php that's in admincp and modcp).
Tried that, still have errors with some mods.
I'm sure it's to do with the codes being =& and they should be =. I even backed up the new Database and imported it back to my old server on free hosting. No errors and everything works fine.
So I think it's either PHP or MySQL version.
I had to use MySQLDumper to successfuly back up the database though since importing the PHPmyAdmin back-up gave a INSERT record error.
But if it is down to the =&, then i'm positive it'll be to do with the PHP version. Just waiting on Hosts reply.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.