Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Anderh on Jul 11, 2007 11:50
open dhtmlx forum
dhtmlxgrid Sample with Php and MySQL

I had download dhtmlxgrid_with_db_php and I created the DB consists of two tables Authors and Books. My problem is when I try to page this example I got the following Error Message and No data presented in Grid??

Error type:LaodXML
Description:Incorrect XML

what I have should do to get data in Grid?? Tq Anderh
Answer posted on Jul 11, 2007 19:11
The problem caused by incorrect XML generated by PHP part, most probably something not right with PHP settings or DB connection.
You can navigate to XML feed url -
    action.php?type=createXML

if some PHP problem occurs - it will show details.
Aslo please be sure that you set correct DB settings in classes/connect.php
Answer posted by Joshua Holmes on Jul 16, 2007 20:38
Also, try "Firebug" it's an extension for FireFox, and it will allow you to see all httpRequest information being passed back and forth.  If your script is sending errors you can see them with FireBug, it's an amazing tool!
Answer posted by Andrei (Support) on Dec 04, 2014 17:05

Having solved the problem mentioned above, you may also look through the possible related problems with ajax accordian and html5 ???????.