Closed (fixed)
Project:
Content Construction Kit (CCK)
Version:
5.x-1.10
Component:
content.module
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Jan 2009 at 06:22 UTC
Updated:
28 Jun 2009 at 15:08 UTC
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
Comment #1
yched commentedin 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.
Comment #2
karens commentedNo response. Closing.