This may not really be a bug but seems to be a problem if you are using elysia_cron along with ckeditor. After installing elysia cron the default rules show up properly in the dropdown but once you save and go back it seems that ckeditor/input formats screw up the rules. See the attached screenshot.

I then excluded that field "admin/build/cron/settings.edit-elysia-cron-default-rules" from ckeditor but the damage was already done. I went back and re-entered the defaults.

CommentFileSizeAuthor
cron.jpg58.25 KBtodea

Comments

gotheric’s picture

Assigned: Unassigned » gotheric
Status: Active » Needs work

Thank for your reports.

I should look at CKEditor code to see how to avoid this problem (maybe there's a way to tell it to skip that field).
However it's weird that it want to transform that field...

venusrising’s picture

All our settings were wiped out two AND we do not have any drop down box and have to read these all over. It cleared everything out.

gotheric’s picture

@venusrising: if you have CKEditor please look at the solution proposed by todea in first post.
If you have not, try using the standard 2.0 version (and not the DEV one).

todea’s picture

In case you lost the default rules due to this issue, here is the list for copy&pasting.
Drop them into the Predefined rules field within Settings > Installation settings.

Every 15 minutes = */15 * * * *
Every 30 minutes = */30 * * * *
Every hour = 0 * * * *
Every 6 hours = 0 */6 * * *
Once a day = 4 0 * * *
Once a week = 4 0 * * 0
Once a month = 4 0 1 * *
kala4ek’s picture

Assigned: gotheric » Unassigned
Issue summary: View changes
Status: Needs work » Closed (outdated)

Drupal 6 is not supported anymore.