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

Help with getting the CMS CORE package up and running. This does not include 3rd party modules, PHP scripts, anything downloaded via module manager or from any external source.
Locked
RonnyK
Support Guru
Support Guru
Posts: 4962
Joined: Wed Oct 25, 2006 8:29 pm

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

Post by RonnyK »

Check in GlobalSettings, if the checkbox is set, for Sitedown...

Ronny
jmcgin51
Power Poster
Power Poster
Posts: 1899
Joined: Mon Jun 12, 2006 9:02 pm

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

Post 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.
alby

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

Post 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
alby

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

Post 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
Last edited by alby on Fri Mar 13, 2009 5:21 pm, edited 1 time in total.
Locked

Return to “[locked] Installation, Setup and Upgrade”