Site is down. Please help.

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
Bonewalker
Forum Members
Forum Members
Posts: 21
Joined: Wed Aug 13, 2008 4:16 pm

Site is down. Please help.

Post by Bonewalker »

Hi All,

I have had this particular CMS site up for almost 2 years now. Suddenly, over the weekend, I am getting just code on the front page (well, all pages). However, I can get to the Admin side just fine, and even use the preview and see the pages as they should look.

Here is a pic of what I am getting when visiting the site.
Image

I have called my hosting company, and they say they haven't made any changes to my environment in several months.

Any thoughts?
Bonewalker
Forum Members
Forum Members
Posts: 21
Joined: Wed Aug 13, 2008 4:16 pm

Re: Site is down. Please help.

Post by Bonewalker »

No one has any thoughts at all on this? Is this even an error message or what?
Jos
Support Guru
Support Guru
Posts: 4019
Joined: Wed Sep 05, 2007 8:03 pm
Location: The Netherlands

Re: Site is down. Please help.

Post by Jos »

no, this looks more like the php sourcecode
Bonewalker
Forum Members
Forum Members
Posts: 21
Joined: Wed Aug 13, 2008 4:16 pm

Re: Site is down. Please help.

Post by Bonewalker »

Yeah, I think it is. But, what would cause that? I need an error log to look at I guess.
Jos
Support Guru
Support Guru
Posts: 4019
Joined: Wed Sep 05, 2007 8:03 pm
Location: The Netherlands

Re: Site is down. Please help.

Post by Jos »

You could turn debug on in config.php, but I doubt it will bring you something. Seems as if php code is not executed. But you mentioned your host took a look at it and saw nothing strange, so I guess that could not be it (or your host is not that professional ;) )
Bonewalker
Forum Members
Forum Members
Posts: 21
Joined: Wed Aug 13, 2008 4:16 pm

Re: Site is down. Please help.

Post by Bonewalker »

GoDaddy is hosting. :)
spcherub
Power Poster
Power Poster
Posts: 402
Joined: Fri Jun 06, 2008 5:54 pm

Re: Site is down. Please help.

Post by spcherub »

It seems like your webserver stopped interpreting PHP code and instead is simply treating it like text. This can happen for several reasona, a couple of which are:
1. The hosting provider made changes to their global configuration which caused the PHP file association to break
2. There was a change (or error) in your custom .htaccess file which is causing the relevant directive to be bypassed or ignored.

If you recently made changes to your .htaccess file (or it has been deleted accidentally), then restore it from an older version (or use the template in the /doc folder of the CMS install and recreate a new one).

Those are the things I can think about right now. Good luck!

S
Bonewalker
Forum Members
Forum Members
Posts: 21
Joined: Wed Aug 13, 2008 4:16 pm

Re: Site is down. Please help.

Post by Bonewalker »

Thanks for the suggestions. I will check on these.
Bonewalker
Forum Members
Forum Members
Posts: 21
Joined: Wed Aug 13, 2008 4:16 pm

Re: Site is down. Please help.

Post by Bonewalker »

spcherub wrote:It seems like your webserver stopped interpreting PHP code and instead is simply treating it like text. This can happen for several reasona, a couple of which are:
1. The hosting provider made changes to their global configuration which caused the PHP file association to break
2. There was a change (or error) in your custom .htaccess file which is causing the relevant directive to be bypassed or ignored.

If you recently made changes to your .htaccess file (or it has been deleted accidentally), then restore it from an older version (or use the template in the /doc folder of the CMS install and recreate a new one).

Those are the things I can think about right now. Good luck!

S
Hmm..looking back to when the site was working, there never has been an .htaccess file in use.
Post Reply

Return to “CMSMS Core”