Page 1 of 1

Re: Site is down for maintenance - can't get rid of it.

Posted: Thu Mar 12, 2009 9:19 pm
by RonnyK
Check in GlobalSettings, if the checkbox is set, for Sitedown...

Ronny

Re: Site is down for maintenance - can't get rid of it.

Posted: Fri Mar 13, 2009 4:33 pm
by jmcgin51
AT YOUR OWN RISK

erase all existing CMSMS files

perform a fresh install of 1.5.3

preferably point to a restored pre-hack db backup.  If not, then you really have no choice except to use the existing db and hope that it's clean.

update all modules to current versions

post again if the problems continue.

Re: Site is down for maintenance - can't get rid of it.

Posted: Fri Mar 13, 2009 5:02 pm
by alby
neil40 wrote:
RonnyK wrote: Check in GlobalSettings, if the checkbox is set, for Sitedown...

Ronny
No it isn't - I did say so in my original post by the way.
Is difficult with DOUBLE post....
read my answer in other post

Alby

Re: Site is down for maintenance - can't get rid of it.

Posted: Fri Mar 13, 2009 5:13 pm
by alby
neil40 wrote: I need some help please.
HOWEVER

Check if you have in html source:

Code: Select all

<p>Site is currently down for maintenance.</p><!-- 0.XXXX / YY / ZZZZZ / KKKKK -->
usually message of Site Down Message in Global Settings
or

Code: Select all

<__html><head><title>Maintenance</title></head></__body><p>Site down for maintenance.</p><__body></__html>
possibile ONLY if you have a SITEDOWN filename in TMP_CACHE_LOCATION (usually tmp folder) BUT this is define in fileloc.php file.
In this case check in this file if the location of TMP_CACHE_LOCATION is tmp or not:

Code: Select all

define("TMP_CACHE_LOCATION", dirname(__FILE__) . DIRECTORY_SEPARATOR . 'tmp' . DIRECTORY_SEPARATOR . 'cache');

Alby