Hi,
My site gets an error since a few days: 0 DB_ERROR_NOT_CONNECTED. I know that this problem is due to my host who did move the server. The site cannot connect anymore to the MySql database.
In the forum of my host they talk about editing the config because it contains probably an hardcoded IP-address. I looked up the configure.php file in the includes folder. And found this line:
define('DB_SERVER', '10.0.0.3'); // eg, localhost - should not be empty
In my phpmyadmin i see:
MySQL 5.1.9-beta-log draait op 10.0.1.40 als [email protected]
So, i tried to change the 10.0.0.3 in the 10.0.1.40, but it won't to the job. How can i get my site up and running again?
Thanks in advance.



