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.

CommentFileSizeAuthor
#1 node_image_theme_attach_list.patch475 byteszyxware

Comments

zyxware’s picture

StatusFileSize
new475 bytes

Hi,
I fix this issue in node_images.module. Please see the attached patch file.

sergmain’s picture

On 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.