Site down for maintenance error
Posted: Wed Jan 30, 2013 3:58 pm
I'm getting an "site down for maintenance error" after moving working CMS devel site (PHP version 5.2.14) from Old server to New Server (PHP version 5.2.11)... I pushed all database files also with no errors... Here's the crazy thing, I'm able to get into "Admin" page without any problems...But when I try to open any page in url, I'm getting "Site down for Maintenance"
Any help would be appreciated.
my config.php file:
<?php
$config['dbms'] = 'mysql';
$config['db_hostname'] = 'localhost';
$config['db_username'] = '----';
$config['db_password'] = '----';
$config['db_name'] = '----';
$config['db_prefix'] = 'cms_';
$config['db_port'] = 0;
$config['root_url'] = 'http://hera/cms';
$config['timezone'] = 'US/Eastern';
$config['default_encoding'] = 'utf-8';
$config['use_smarty_php_tags'] = true;
$config['persistent_db_com'] = true;
?>
Any help would be appreciated.
my config.php file:
<?php
$config['dbms'] = 'mysql';
$config['db_hostname'] = 'localhost';
$config['db_username'] = '----';
$config['db_password'] = '----';
$config['db_name'] = '----';
$config['db_prefix'] = 'cms_';
$config['db_port'] = 0;
$config['root_url'] = 'http://hera/cms';
$config['timezone'] = 'US/Eastern';
$config['default_encoding'] = 'utf-8';
$config['use_smarty_php_tags'] = true;
$config['persistent_db_com'] = true;
?>