Aparajita,
With custom error handler, on the error: Sep 16 10:20:07 Active4D: [error] Indice out of range: <anonymous text>, line 1 My customer error method was reporting: Sep 16 10:20:07 DB: [info] $a4d_err_type is undefined So I placed this as the first line of code in my custom error handler: a4d.debug.dump locals(true) Now when I get the error: Sep 16 10:24:20 Active4D: [error] Indice out of range: <anonymous text>, line 1 And the dump locals(true) executes I get this: Sep 16 10:24:20 Active4D: [error] Reference to an undefined variable or value: <anonymous text>, Method "a4d.debug._writeCollectionItems", line 27 I have not done anything to: a4d.debug.a4l It seems that the a4d.debug library is reporting that an expected variable, perhaps $a4d_err_type, is undefined. I'm using the latest version of A4D, on Vista (current) 4Dv12.2+ Please help, Thanks! David Ringsmuth _______________________________________________ Active4D-dev mailing list [email protected] http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev Archives: http://mailman.aparajitaworld.com/archive/active4d-dev/
