Joomla 1.6 - Scheduler 2.3 event cannot be saved in backend

I have installed Scheduler on Joomla
Browser: IE8
Joomla:1.6
Scheduler:2.3

The scheduler cannot be editted in the back end, whavever I modified and saved, it got an error "There was error during configuration saving. Last stable configuration restored.
Error report saved to “com_scheduler_log.xml”.

Only edit in frontend can be saved.

Below is part of the log.

<?xml version="1.0"?>

<config><active_tab>a1</active_tab> <settings><settings_width>600px</settings_width><settings_height> 600px</settings_height><settings_eventnumber>2</settings_eventnumber> <settings_link></settings_link><settings_posts>false</settings_posts> <settings_repeat>true</settings_repeat><settings_firstday>false< /settings_firstday><settings_multiday>true</settings_multiday><settings_singleclick> false</

Also, when I clean up cache for Scheduler, it had an error, but I checked in the scheduler package, no such file ???!!

“Failed loading XML file”
“site/www/www/administrator/components/com_scheduler/scheduler.xml”

Thank you.
Nisus

Try to update to the last version:
dhtmlx.com/docs/download/joomla_ … eduler.zip

Does issue occurs just in IE8 or another browsers have this one too?

I have the same problem with the com_scheduler:
There was error during configuration saving. Last stable configuration restored.
Error report saved to “com_scheduler_log.xml”
There was error during configuration saving. Last stable configuration restored.
Error report saved to “com_scheduler_log.xml”

I can’t install joomla_com_scheduler, I get only a blank screen.

Interesting… I couldnt even get it to install. Got an error when trying to create the table in Administrator/components/com_scheduler/Install.ExportOptions.php on Line 27.

Would it work if I manually created the table events_rec? Or should I not bother with this one and find an alternative calendar for Joomla 1.6?

Seems a shame…because all of the components i’ve looked at this one seems the best.
:frowning:

Same here, cannot save settings…

Tested with xampp (windows), FF7, IE8…
(there is no log file created anywhere…)

this one returns good xml:
localhost/joomla/index.php?option=com_scheduler&view=scheduler&task=loadxml&grid_events=true

any tips…?

^ Joomla 1.7 (latest)

Joomla 1.7 compatibility fix will be available this week.

Scheduler for Joomla 1.7 is available:
viewtopic.php?f=16&t=20794

Thanks, I think it fixed some problems, and there is log file now too,
but still getting the error (in Scheduler Manager)

in the log file (com_scheduler_log.xml):

...

(joomla 1.7, xampp, windows)

Could you provide log-file? You may send it to me in PM.

For some reasons your config xml contains incorrect quote in the end.
Try to press Save for restored configuration. It’ll re-save config.

If still doesn’t work try to reset settings.
Does this same warning occurs after that?

You may try to fix your config xml directly in database. To do it you have to find table {prefix}_scheduler_options. In this table presents record where name=scheduler_xml.
You have to find and remove quote in the end of field ‘value’ for record where name=scheduler_xml.
After that you have to increment value for record where name=scheduler_xml_version.
Thats all. You may try to reload scheduler admin page. But I’m not sure that after the next config saving it will be correct.