I am moving a website from one server to another, the site is entirely php with a mysql backend.
AFter the move, I am getting the following error:
Warning: mysql_error(): supplied argument is not a valid MySQL-Link resource in /usr/home/vhosts/backmeupmusic.com/httpdocs/query-class.php on line 55
Error:
If I move the site back to the old server, the code works just fine!
The new server is running FreeBSD 4.10. PHP Version 4.3.8 the old server was running Mandrake, with php 4.0.6.
I have checked the php.ini files and made the right configuration changes to reflect the old server php.ini file.
Any help would be appreciated.