Website gone !!

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
Greg
Power Poster
Power Poster
Posts: 598
Joined: Sun Sep 26, 2004 6:15 pm

Website gone !!

Post by Greg »

I set up a new website using version 1.0.2 of CMSMS 6 days ago. Created 61 pages. All was working well. Today I edited a number of pages and did a preview of a page. The preview came up blank and since then my entire site went blank. When I view the page source it shows:
PHPmyAdmin shows structure and content still in the database, config.php hasn't been changed,
I have a number of other sites on the same mysql server that are functional
???

Did the cache clearing etc. as well
Last edited by Greg on Thu Oct 12, 2006 8:29 pm, edited 1 time in total.
Greg
Dee
Power Poster
Power Poster
Posts: 1197
Joined: Sun Mar 19, 2006 8:46 pm

Re: Website gone !!

Post by Dee »

Odd that it happened while doing a preview (as that doesn't make any db changes afaik).

Are the pages still there in the admin Content section?

If you have access to the apache access and error logs, check those for any error messages.
Greg
Power Poster
Power Poster
Posts: 598
Joined: Sun Sep 26, 2004 6:15 pm

Re: Website gone !!

Post by Greg »

Sorry no access to the server logs !
Greg
Dee
Power Poster
Power Poster
Posts: 1197
Joined: Sun Mar 19, 2006 8:46 pm

Re: Website gone !!

Post by Dee »

Are the pages still there in the admin Content section?
Greg wrote: Sorry no access to the server logs !
Hmm, that makes finding out what's going on a lot harder... PHP is probably configured not to show errors on screen (display_errors = Off).
It's possible to check that using PHP's phpinfo function (check http://wiki.cmsmadesimple.org/index.php ... mmended.29 for more info on how to do so)

If it is you could try to set display_errors = On (either in php.ini, a .htaccess file or using ini_set, see http://www.php.net/manual/en/configuration.changes.php)
Greg
Power Poster
Power Poster
Posts: 598
Joined: Sun Sep 26, 2004 6:15 pm

Re: Website gone !!

Post by Greg »

Thanks Dee for the help. Turned out to be a Server problem.
I now have error logging enabled through cpanel so I can at least do some analysis.
Greg
Locked

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