Jump to content

Parsing/interpreting problem


ju8ular1

Recommended Posts

my PHP parser has suddenly dropped out of interpreting/parsing mode. iv checked the ScriptAlias, Application-Type settings in httpd.conf and all is the same - i figured this can be the only source of the problem. the only changes iv made recently was to set PHP in my path (%PATH%;C:\php5;), and copied a new libmysql.dll to the appropriate directory (when mySQL wasnt connecting before).

phpinfo() runs fine but all my other scripts drop out of parsing mode. if you look at the source for my PHP pages from the browser, all the code is still there.

any advice? iv tried to reboot my PC and restart Apache but nada.
Link to comment
Share on other sites

Did anything change in the scripts that "suddenly stopped working"?

Can you post one of the scripts that does that?

Check to make sure you haven't deleted or somehow changed the "<?php ?>" or "<? ?>" tags.

Maybe you have an unterminated quoted string that is "hiding" the start of the PHP code.

Ken
Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.