Hi,

With nodetypes with localize information (location module inserted), I got the following error:

warning: array_keys() [function.array-keys]: The first argument should be an array in /public_html/modules/int_meta_cck.module on line 42. 
warning: Invalid argument supplied for foreach() in /public_html/modules/int_meta/int_meta_cck.module on line 42. 

Thanks for going into this!

greetings,
Martijn

CommentFileSizeAuthor
#3 int_meta_cck.module.patch637 bytesgollyg

Comments

fractile81’s picture

Status: Active » Fixed

I believe this should be fixed in the new 5.x-1.0-BETA2 release. Please update this ticket if that's not the case. Thanks!

Anonymous’s picture

Status: Fixed » Closed (fixed)

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

gollyg’s picture

Status: Closed (fixed) » Needs review
StatusFileSize
new637 bytes

Seems to be broken in current 5 release, but not for all CCK types.

My problem is due to the date module - It seems the date cck type does not provide default value as an array - it is a string with a value of 'blank'.

I have patched against my local svn, don't know if that will apply.