line 26:
$data_type = "Dhtmlx\\Connector\\Data\\CommonDataProcessor";
should be
$data_type = "Dhtmlx\\Connector\\DataProcessor\\CommonDataProcessor";
There’s no this file in Data directory.
line 26:
$data_type = "Dhtmlx\\Connector\\Data\\CommonDataProcessor";
should be
$data_type = "Dhtmlx\\Connector\\DataProcessor\\CommonDataProcessor";
There’s no this file in Data directory.
Thanks for the fix, we will include it in the main codebase.