Site periodically disappears since upgrade (caching problem?

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
Paul J
Forum Members
Forum Members
Posts: 52
Joined: Tue Feb 02, 2010 6:51 pm

Site periodically disappears since upgrade (caching problem?

Post by Paul J »

I hope I'm posting this in the correct forum, only it seems to be upgrade related.

A month or so ago, I upgraded a site from 1.82 to 1.9.4.3, and since then, the site has 'disappeared' a few times: when I say disappeared, only the site name from <h1> and some info from the site's masthead appears: no CSS or anything. So it doesn't seem to get as far as finding the templates/pages/content.

When this happens and I log in to the admin area, there are no pages listed under Content > Pages. However, when I go to Site admin > Global settings > Advanced setup and clear the cache, the site's front end, and the list of pages in the back end, are restored.

The first time this happened I thought I'd solved the problem, but it's since happened 2 more times. It seems to work OK for 1-2 weeks before happening again.

I found this thread, where Ronny K's answer in particular led me to think that the time zone setting in config.php was causing the problem. It had hitherto been blank, but I contacted the host and it is now set to match the location of the server:

$config['timezone'] = 'America/New_York';

However, this site is using PHP 5.2.13, not 5.3, so the solution in the thread I linked to may not be relevant.

In any event, the problem is still occurring. Does anyone have any ideas...?
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: Site periodically disappears since upgrade (caching prob

Post by Dr.CSS »

Are you sure your server is in New York?...
Paul J
Forum Members
Forum Members
Posts: 52
Joined: Tue Feb 02, 2010 6:51 pm

Re: Site periodically disappears since upgrade (caching prob

Post by Paul J »

Yeah. I knew they were in the USA, but I sent them this link and asked them to tell me the correct setting based on where the relevant server is.

Up until earlier today the $config['locale'] setting in config.php was blank. I've since changed it to

Code: Select all

$config['locale'] = 'en_GB';
but I'm not sure if that's directly related to the problem I've been having...? Hard to say unless/until it happens again.

Any thoughts gratefully appreciated! :)
Locked

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