Exception on localhost

Helo
I have exception after i open on localhost
uncaught exception: [Exception… “Access to restricted URI denied” code: “1012” nsresult: “0x805303f4 (NS_ERROR_DOM_BAD_URI)” location: “file:///C:/Users/W%C5%82a%C5%9Bciciel/Desktop/dokumenty/dhtmlx/schedular/codebase/dhtmlxscheduler.js Line: 9”]

You need to load page by http - use any kind of webserver.
When loading page directly from filesystem, scheduler will not be able to load data from outside of page’s folder.

OK. Thank you. I have oder question. Im using dhtmlxConnector_v10_php and I have a problems with “04_live_update.html”. Everything is runnig ok but how to display “agenda” corectly? I do everything what is in documentation but i have one error “Error: this.getEvent(id) is undefined
Plik źródłowy: localhost/schedular_temp/common/ … heduler.js
Wiersz: 3571” There is a problem with task because when i make a task for exampel on 2 days is only display on month calendar and i dont see him on week or day calendar. What to do that everything will work ? Is anybody know how to add html select in window to adding task? I have one more question how to setup hours in calendar from 6 not from 4?

using dhtmlxConnector_v10_php
This API was kind of experimental.
Are you using latest version of scheduler?

when i make a task for exampel on 2 days is only display on month calendar
and i dont see him on week or day calendar
scheduler.config.multi_day = true;

Is anybody know how to add html select in window to adding task?
docs.dhtmlx.com/doku.php?id=dhtm … tails_form

I have one more question how to setup hours in calendar from 6 not from 4?
scheduler.config.first_hour = 6

Yes . Im using 2.3 ver