Hi all.. I have an installation with a CCK content type, OG, workflow, workflow fields, and form filter. When I access the edit page as an administrator there is no warning, but as another user with some restrictions this warning appears twice:

warning: array_shift() [function.array-shift]: The argument should be an array in xxxxx form.inc on line 1323.

I can't seem to trace the problem to any particular module. Could anyone point me in the right direction as to how to best debug this problem?

Thanks!

Simon

Comments

vm’s picture

only way to be sure that it isn't a module is to start disabling the modules one at a time and see if the warning goes away.

jainrutgers’s picture

Or you can just check the modules file...as in the message it specify the file name 'form.inc' . My wild guess it to check the form filter module first...

Chetan

simonmd’s picture

Doesn't seem to be the form filter... deactivated it and I get the same error...

Will try others (*sigh*)