Site down for maintenance error

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
melvint9
Forum Members
Forum Members
Posts: 12
Joined: Thu Jun 28, 2012 3:02 am

Site down for maintenance error

Post by melvint9 »

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;
?>
User avatar
paulbaker
Dev Team Member
Dev Team Member
Posts: 1465
Joined: Sat Apr 18, 2009 10:09 pm
Contact:

Re: Site down for maintenance error

Post by paulbaker »

melvint9 wrote:when I try to open any page in url, I'm getting "Site down for Maintenance"
Have you looked at Site Admin -> Global Settings -> Site Down Settings tab and checked that "Enable Site Down Message" isn't on?
staartmees
Power Poster
Power Poster
Posts: 1049
Joined: Wed Mar 19, 2008 4:54 pm

Re: Site down for maintenance error

Post by staartmees »

clear the websitecache the remove the file SITEDOWN from the cache
Post Reply

Return to “CMSMS Core”