Closed (fixed)
Project:
Comment CCK
Version:
5.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Nov 2007 at 11:48 UTC
Updated:
6 Dec 2007 at 23:59 UTC
Hello my friends,
I've installed this module in my Drupal 5.3. I set an integer cck field to be editable in one of my content types, and I got the following errors:
# warning: array_merge() [function.array-merge]: Argument #2 is not an array in /mnt/san/usr/home/loquepasaentenerife.com/web/modules/comment_cck/comment_cck.module on line 85.
# warning: Invalid argument supplied for foreach() in /mnt/san/usr/home/loquepasaentenerife.com/web/modules/cck/fieldgroup.module on line 395.
This one for more than 40 times
* warning: Illegal offset type in isset or empty in /mnt/san/usr/home/loquepasaentenerife.com/web/modules/taxonomy/taxonomy.module on line 1172.
* warning: Illegal offset type in /mnt/san/usr/home/loquepasaentenerife.com/web/modules/taxonomy/taxonomy.module on line 1173.
* warning: Illegal offset type in /mnt/san/usr/home/loquepasaentenerife.com/web/modules/taxonomy/taxonomy.module on line 1176.
* : Object of class stdClass could not be converted to string in /mnt/san/usr/home/loquepasaentenerife.com/web/modules/pathauto/pathauto_node.inc on line 223.
* warning: Illegal offset type in isset or empty in /mnt/san/usr/home/loquepasaentenerife.com/web/modules/taxonomy/taxonomy.module on line 1172.
* warning: Illegal offset type in /mnt/san/usr/home/loquepasaentenerife.com/web/modules/taxonomy/taxonomy.module on line 1173.
* warning: Illegal offset type in /mnt/san/usr/home/loquepasaentenerife.com/web/modules/taxonomy/taxonomy.module on line 1176.
AND, and this is what drives me crazy, it seems to change the value o MORE cck fields than I set as editable, making my content going nuts!
If I disable this module, everything works fine.
Any idea?
Thank you in advance, and sorry for my poor English
Comments
Comment #1
chavalina commentedThis was a pathauto issue.