Undefined variable: fieldName in dbg_eval() on line1 |
Site Admin
|
What version of debugger do you use?
Normally, no errors should be shown on the pages. All of them should be logged to a log file. In order to do this set display_errory=Off, log_errors=On, error_log=/path/to/logfile in your php.ini file. Regarding dbg_eval(), its name suggests that error is thrown while debuger was evaluating an expression in Watch window. It's possible to have a function or an object method call in Watch window where you can set error handler function and capture the errors triggered while that function is evaluating. If the error handler shows the error dump on screen, debugger has almost nothing to do with this. You may want to remove such call from Watch or update you code to avoid showing the errors. |
||||||||||||
_________________ The PHP IDE team |
Undefined variable: fieldName in dbg_eval() on line1 |
|
||
Content © NuSphere Corp., PHP IDE team
Powered by phpBB © phpBB Group, Design by phpBBStyles.com | Styles Database.
Powered by
Powered by phpBB © phpBB Group, Design by phpBBStyles.com | Styles Database.
Powered by