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
Wamp Server parse error
Moderator: General Moderators
Re: Wamp Server parse error
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?