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…

Please check this article dhtmlx.com/dhxdocs/doku.php?id=o … mon_errors