Debugging

Hi,

I’m a newbie on dhtmlx using it for the first time. I accomplished to have a basic scheduler, integrated with the PHP CodeIgniter framework getting data from the database (MySQL).

Is there a way to debug the server-side? When something there isn’t working the calendar loads without any information about the error. I’ve read something about dataprocessor_debug.js file, but I don’t know where I’ve to include it.

Any help?

Thx

If you are using php connector, in the server side code before render_table add line like next

$scheduler->enable_log("some.txt");

As result you will have a log file with info of each data loading and data saving operation. Also all php errors during loading and saving will be written there.