DataProcessor - failing on server

Hi,

I have a strange problem.

I have a large application which has numerous pages with DHTMLX grids .

The system is working perfectly on my local host (using xammp).

I have uploaded the complete system and associated mysql database to a web server.

The system is only partially working. the grids load the data as expected but the scripts are failing at the point of initialising the DataProcessor for the grids (used to update grid data).

Any suggestions?

Regards

Angus

Does problem occur during dataprocessor initialization of after data loading ?

The client side initialization must not be affected by the server ( just be sure that all js includes have valid links, beware that most probably live server is case sensitive, while local server may allow different case of file names )

If error occurs during data loading|saving - try to enable logs. Problem can be caused by some missconfiguration of PHP or DB credentials.

Thanks enormously for the response.

I hade an error in the case of the folder name!!!

Problem solved.

Thanks again.