Hi,
It's very serious bug. I don't know how to reproduce it. i am using php-5.2.1 MySQL5 (WAMP).i am using CCK 5.1.10. i Created one field type of text Select box. when i saved this, my site is gone on white page totally blank. i got error
Argument #1 is not an array in webpath/sites/all/modules/cck/content.module on line 817.
Argument #1 is not an array in webpath/sites/all/modules/cck/content.module on line 832.

Please help me what can i do ?

Best,
Kamlesh

Comments

yched’s picture

Status: Active » Postponed (maintainer needs more info)

in content.module 5.x-1.10, line 817 is

}

and line 832 is empty, so most likely you're not running 1.10, or not a vanilla version.
Maybe it would help if you provided the exact content of those lines (and the ones around them) in your version of the code.

Most often than not, these issue are caused by faulty 3rd party modules. They usually cause mere warnings, though and no WSODs. I'd suggest disabling all non CCK contrib modules and see if the problem persists. If *all* pages on your site are blank, that could mean manually setting their 'status' column to 0 in the{system} db table.

karens’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)

No response. Closing.