BlizzardUK Posted February 26, 2013 Share Posted February 26, 2013 (edited) EDIT : Thank god, it is back, not sure what happened, I just went in to the MYSQL server in my control panel and it said it can't connected. I then went to edit, and suddenly it was okay again. Very confused, but now working thankfully. I just clicked on the tab "database" in my back office, I didn't even change any details and I certainly didn't save, and all of a sudden I am now getting "Link to database cannot be established." on every single page I tried to click, both front and back office. I have checked the settings.php file in the FTP config folder and it still has my database info on there. The only other things I did around this time was enable some caches, which I later disabled when my theme vanished, I also enabled the cloud and then disabled when I saw it wasn't free, and then installed the AutoUpgrade module but I did not use it yet. Any ideas what is going wrong ? My settings.php are below........ <?php define('__PS_BASE_URI__', '/shop/'); define('_MEDIA_SERVER_1_', ''); define('_MEDIA_SERVER_2_', ''); define('_MEDIA_SERVER_3_', ''); define('_PS_CACHING_SYSTEM_', 'MCached'); define('_PS_CACHE_ENABLED_', '0'); define('_THEME_NAME_', 'free2'); define('_DB_NAME_', 'db42241EDITED'); define('_MYSQL_ENGINE_', 'InnoDB'); define('_DB_SERVER_', 'db42241EDITED.db.1and1.com'); define('_DB_USER_', 'dbo42241EDITED'); define('_DB_PREFIX_', 'ps_'); define('_DB_PASSWD_', 'EDITEDOUT BUT WAS CORRECT'); define('_DB_TYPE_', 'MySQL'); define('_COOKIE_KEY_', 'BXReHR7xDkrVWhKBYdDiBtoOHWVvrO1QqiqASi4ngGLCPP3Sj8uPqyTD'); define('_COOKIE_IV_', '70i62eFm'); define('_PS_CREATION_DATE_', '2013-02-10'); define('_RIJNDAEL_KEY_', 'wFyO5k4htZ5WN7KaBpcxGOI9WY1MsL3W'); define('_RIJNDAEL_IV_', 'KZYZoN8j4lhqiOaCeIby2A=='); define('_PS_VERSION_', '1.4.8.2'); ?> Edited February 26, 2013 by BlizzardUK (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts