Wamp Server parse error

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
Addos
Forum Contributor
Posts: 305
Joined: Mon Jan 17, 2005 4:13 pm

Wamp Server parse error

Post by Addos »

Re Wamp Server
Hi,
I recently setup the above server as I was constantly having problems testing locally with IIS and this new setup is working very effecient and fast. My only problem is that I'm getting a couple of odd errors on some pages such as "Parse error: parse error in C:\wamp\www\blah\search_results.php on line 211" but I can't work out how to track down what the parse error is. The page is just blank with this error message so I can't track down line 211 for example as there is not even that amount of lines in my code.

These few errors are coming from sites too that are up and running for sometime on a live server and are not giving any problems there and as far as I know this is not an error with the php code I'm using but I'm stuck as to what to do.

Any ideas?
Thanks
Eric!
DevNet Resident
Posts: 1146
Joined: Sun Jun 14, 2009 3:13 pm

Re: Wamp Server parse error

Post by Eric! »

I'll take a stab. Is search_results.php including other resources? Could the parse error be generated by your php script as a message (rather than the apache php module) because it is trying to read some remote data that fails?
Post Reply