Problem with PHP and website

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
dlhilemanjr
Forum Newbie
Posts: 1
Joined: Fri Sep 25, 2009 9:34 pm

Problem with PHP and website

Post by dlhilemanjr »

Hello. I have been hosting my own website for over a year now with no problems at all. Just today I went to log into Zen Cart and I can't. I have code all over the normal startup page. Also any of my PHP scripts on my website are not working either.

Here is the link to my zencart startup page:
http://www.nvphotography.net/store/

I'm pretty positive it is a PHP issue because of the other problems I'm experiencing. I am using Wamp Server 2.0 and have tried uninstalling it and reinstalling it without any luck. I am currently using PHP version: 5.2.11

When i try to go into the admin section of the cart this is what I see:
http://www.nvphotography.net/store/admin/

Any suggestions of what may be wrong would greatly be appreciated.
User avatar
Mirge
Forum Contributor
Posts: 298
Joined: Thu Sep 03, 2009 11:39 pm

Re: Problem with PHP and website

Post by Mirge »

Jeez, takes forever to load...

I'd check your Apache config... it's not parsing PHP correctly.. or at all, really. I see a ton of eval() statements.
Post Reply