I have a new Drupal 5.3 installation where I got the error:

	array_merge() [<a href='function.array-merge'>function.array-merge</a>]: Argument #2 is not an array in C:\devenv\xampp\htdocs\d53\modules\sched_act\sched_act.module on line 108

At the time I was adding a 'from' field to a new content type. Here is the referrer information:

Location	http://localhost/d53/?q=admin/content/types/tangoing/fields
Referrer	http://localhost/d53/?q=admin/content/types/tangoing/fields/field_from

Comments

sasconsul’s picture

When I turned off Views Mail and Scheduled Actions the problem changed to:

Location	http://localhost/d53/?q=node/add/tangoing
Referrer	http://localhost/d53/?q=node/add
Message	Invalid argument supplied for foreach() in C:\devenv\xampp\htdocs\d53\includes\form.inc on line 948.

When I removed the "sched_act" folder in modules the problem disappeared for my new content type.

hansrossel’s picture

I had the same first error ("Argument #2 is not an array in...") and could get rid of it after I added myself (user 1) to a role with the permissions for scheduled actions and actions.

duaelfr’s picture

Status: Active » Closed (won't fix)

This version of Scheduled Actions is not supported anymore. The issue is closed for this reason.
Please upgrade to a supported version and feel free to reopen the issue on the new version if applicable.

This issue has been automagically closed by a script.