
Hi,
After enabling the node image module in a content type, when I go to create a node I get the following error message.
warning: Parameter 1 to theme_node_images_attach_list() expected to be a reference, value given in includes/theme.inc on line 656.
Comment | File | Size | Author |
---|---|---|---|
#1 | node_image_theme_attach_list.patch | 475 bytes | zyxware |
Comments
Comment #1
zyxware CreditAttribution: zyxware commentedHi,
I fix this issue in node_images.module. Please see the attached patch file.
Comment #2
sergmain CreditAttribution: sergmain commentedOn my site this an error appears after switch from PHP 5.1.x to 5.3.6
And I confirm that patch in #1 works.