This is a discussion on Script error message is referencing wrong line of code within the PHP General forums, part of the PHP Programming Forums category; Im developing php pages under apache and Mac OS X. When I have a scripting error, the error page says... .......
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Im developing php pages under apache and Mac OS X. When I have a
scripting error, the error page says... ....error occurred at line 139 Problem is that line 139 is blank and the bad code is really on line 142. Its usaully off by random numbers so I cant just add/subtract a couple of numbers to guess the real line of problem code. This is a pain and is slowing me up for trouble-shooting scripts. Any suggestions? Is this a php.ini setting? -Nick |