Page 1 of 1
Website gone !!
Posted: Thu Oct 12, 2006 8:27 pm
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
Re: Website gone !!
Posted: Thu Oct 12, 2006 8:43 pm
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.
Re: Website gone !!
Posted: Thu Oct 12, 2006 8:48 pm
by Greg
Sorry no access to the server logs !
Re: Website gone !!
Posted: Thu Oct 12, 2006 9:00 pm
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)
Re: Website gone !!
Posted: Fri Oct 13, 2006 2:53 pm
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.