for example you get an error message like this
Fatal error: Unsupported operand types in C:\Program Files
etmake\v5\wwwroot\scriptcase\app\ecogaz\form_ro_gpl\form_ro_gpl_apl.php on line 3649
How do I locate line 3649 to pinpoint the problem?
for example you get an error message like this
Fatal error: Unsupported operand types in C:\Program Files
etmake\v5\wwwroot\scriptcase\app\ecogaz\form_ro_gpl\form_ro_gpl_apl.php on line 3649
How do I locate line 3649 to pinpoint the problem?
Re: Debuging - How to locate a line number
Debugging is, in fact a little bit more difficult. I solve the problem of locating the line number, as I load the file specified in the error message into a text editor. I use to TextPad.
This only works with the specified file name if you work on a localhost, because the path to a web server in the local network so does not use local drive.
Re: Debuging - How to locate a line number
Just load the provided file into an editor that support line numbers. Find the same code that is barking in your SC5 code and correct it.
Regards,
Scott.