sorting out scheduler issues.

Hi Stanislav,

Just wondering if you have had a chance to have a look at the log that I posted up in an earlier post:
viewtopic.php?f=6&t=13875&p=41016#p41016

Any ideas on what might be happening to cause the disappearance of data??

Regards,

Anthony.

Log doesn’t have any problem related records as far as I can see.
All logged records seems was processed correctly.

Issue can be caused by some server configuration issue, which prevents script execution for event adding commands at all.

Also, you can try to update
com_scheduler\site\codebase\dhtmlxSchedulerConfigurator.php
with the attached one.
dhtmlxSchedulerConfigurator_joomla.zip (7.48 KB)

oops… that just completely broke the website.
The client is coming to view the site in 2hours.
any ideas?

see below.

Warning: Missing argument 8 for SchedulerConfig::__construct(), called in /home/nalum/public_html/components/com_scheduler/models/scheduler.php on line 54 and defined in /home/nalum/public_html/components/com_scheduler/codebase/dhtmlxSchedulerConfigurator.php on line 13

Warning: Missing argument 9 for SchedulerConfig::__construct(), called in /home/nalum/public_html/components/com_scheduler/models/scheduler.php on line 54 and defined in /home/nalum/public_html/components/com_scheduler/codebase/dhtmlxSchedulerConfigurator.php on line 13

Warning: Missing argument 10 for SchedulerConfig::__construct(), called in /home/nalum/public_html/components/com_scheduler/models/scheduler.php on line 54 and defined in /home/nalum/public_html/components/com_scheduler/codebase/dhtmlxSchedulerConfigurator.php on line 13

Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /home/nalum/public_html/components/com_scheduler/codebase/dhtmlxSchedulerConfigurator.php on line 31

Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /home/nalum/public_html/components/com_scheduler/codebase/dhtmlxSchedulerConfigurator.php on line 33

Warning: mysql_result(): supplied argument is not a valid MySQL result resource in /home/nalum/public_html/components/com_scheduler/codebase/dhtmlxSchedulerConfigurator.php on line 40

Fatal error: Call to a member function children() on a non-object in /home/nalum/public_html/components/com_scheduler/codebase/dhtmlxSchedulerConfigurator.php on line 113

The updated for plugins will be released in few weeks, it may resolve your issues.
Unfortunately it is hard to suggest any fixes without ability to reconstruct the original problem.