Categories | Question details Back To List | ||
LoadXML Error--- Dynamic load Ok, in the Init function of the scheduler, I have this line of code: scheduler.init('scheduler_here',null,"week"); scheduler.load("php/events.php?uid="+scheduler.uid()); var dp = new dataProcessor("php/events.php"); dp.init(scheduler); I'm testing on my local host and for a while it worked but all of a sudden it pops up the message box saying Error Type: LoadXML Description Incorrect XML.. Answer posted by dhxSupport on Oct 02, 2009 08:31 Please check this article http://dhtmlx.com/dhxdocs/doku.php?id=others:troubleshooting_common_errors |