Forums / Developer / Connection could not be established
Thirunavukkrasu Arumugam
Monday 02 March 2009 5:27:52 am
I Presently kept my development on site.
I try to backup my site..
According to the instrcution i have transfered the ./settings, ./var, ./design folders to my localhost.
and also I have restore the db by using export and import in phpmyadmin panel.
I have installed the new development environment in local as well as another server..
But I try to run the site i am getting the following error.. Where I have to find and fix the connection string to establish the db connection.
kernel::50
* No database connection could be made, the system might not behave properly.
A. Thirunavukkarasu
Jean-Yves Zinsou
Monday 02 March 2009 1:06:17 pm
Hi there, 1- Make sure the webserver has access rights to your settings files 2- Check the database settings in you site access, try to put the database connexion settings in settings/override/site.ini.append.php3- make sure the user defined in those settings can login to the database via phpmyadmin for example
Hope this helps!
Cheers
Do Androids Dream of Electric Sheep? I dream of eZpubliSheep.... ------------------------------------------------------------------------ http://www.alma.fr
Tuesday 03 March 2009 2:53:14 am
Hi.. Jean-Yves Zinsou
Thank you very much
As per your instruction i have placed the database settings in sir
site.ini.append.php file
[DatabaseSettings] DatabasePluginPath= # Use either ezmysql or ezpostgresql DatabaseImplementation=ezmysql Server=localhost Port= User=root Password=Database=chipkidz_epublish
It works well..
Thanking youA. Thirunavukkarasu