Error method Save

I have a bug that I’m not getting resolved.

In the Save method, it does not store the data. And it appears the error in FireDebug.

Follow the images.

Source Code

dhx.ready (function () {
dhx.ui.fullScreen ();
dhx.ui ({
view: “scheduler”
id: “scheduler”
save: “… / calendar / save”

                 });
                 dhx.i18n.fullDateFormat = "% Y-% m-% d% H:% i";
                                     
                 $ $ ('scheduler'). $ $ ('dayList'). define ("firstHour", 7);
                 $ $ ('scheduler'). $ $ ('dayList'). define ("lastHour", 22);
              
                 $ $ ("scheduler"). $ $ ('month'). show ();
                 $ $ ("scheduler"). load (arquivoxml, "scheduler");

error.zip (474 KB)

As you can see in FireBug there is not a file defined in save property. There is “not found” error. Please check the path to the “save” script.