There are a couple of issues in the queue that were describing some more complex problems, and part of those problems had this issue within them. The error that was reported (and I am seeing) is some php warnings of this kind:
Only local images are allowed.

The overall issue I believe were fixed #369020: "Every First Saturday" skips Feb, March and #409476: date_timezone_set() & date_format() error when editing CCK date repeating fields., but no one seemed to notice that the scalar value warning was a bit separate (or at least I assume so).

I found that date_field's $items are more that just a 'value' and 'rrule' and in some cases are not even arrays yet. This is what causes those scalar warnings. The attached patch simply check to make sure that the $additions[$field['field_name']][$delta] is an array before treating it as such. Hopefully this is not actually a deeper issue and this check is simply sweeping the dirt under the rug.

CommentFileSizeAuthor
date_scalar.patch1.25 KBsirkitree

Comments

sirkitree’s picture

Sorry meant to attach an image of the errors in the above post.
Only local images are allowed.

sirkitree’s picture

I also notice I did not explain that this only happens when you choose a repeating interval and frequency but fail to fill out the UNTIL.

Scott Reynolds’s picture

Bump, this patch removed the error warnings for me

nyl_auster’s picture

Status: Needs review » Patch (to be ported)

Same problem. Patch solves the issue for me too. Can you commit it, please?

Scott Reynolds’s picture

Status: Patch (to be ported) » Reviewed & tested by the community

So it solved a bunch of peoples issues. Therefore its RTBC, not to be ported.

karens’s picture

Status: Reviewed & tested by the community » Fixed

Fixed, thanks a bunch :)

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.