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;
?>
Site down for maintenance error
Re: Site down for maintenance error
Have you looked at Site Admin -> Global Settings -> Site Down Settings tab and checked that "Enable Site Down Message" isn't on?melvint9 wrote:when I try to open any page in url, I'm getting "Site down for Maintenance"
-
- Power Poster
- Posts: 1049
- Joined: Wed Mar 19, 2008 4:54 pm
Re: Site down for maintenance error
clear the websitecache the remove the file SITEDOWN from the cache