I have a content type with a single CCK imagefield that has a view that presents a single filtered image. This view needs to be fused with a uprofile node. Trying to fuse a view on the right, with an imagefield creates the following error (consistently):

Comments

urbanarpad’s picture

Here's the error (I thought I could edit my original post while I went to find it:

    * warning: array_merge() [function.array-merge]: Argument #2 is not an array in /var/www/myfishingfacts/modules/views_fusion/views_fusion.module on line 404.
    * warning: array_merge() [function.array-merge]: Argument #2 is not an array in /var/www/myfishingfacts/modules/views_fusion/views_fusion.module on line 405.
    * warning: array_merge() [function.array-merge]: Argument #2 is not an array in /var/www/myfishingfacts/modules/views_fusion/views_fusion.module on line 407.
    * warning: array_merge() [function.array-merge]: Argument #2 is not an array in /var/www/myfishingfacts/modules/views_fusion/views_fusion.module on line 408.
    * warning: array_merge() [function.array-merge]: Argument #2 is not an array in /var/www/myfishingfacts/modules/views_fusion/views_fusion.module on line 409.
    * warning: Invalid argument supplied for foreach() in /var/www/myfishingfacts/modules/views/views_query.inc on line 584.
    * warning: Invalid argument supplied for foreach() in /var/www/myfishingfacts/modules/views/views_query.inc on line 584.
    * user warning: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AS node_nid FROM node node LIMIT 0, 4' at line 1 query: SELECT DISTINCT(node.nid), node.title AS node_title, node.changed AS node_changed, AS node_nid FROM node node LIMIT 0, 4 in /var/www/myfishingfacts/includes/database.mysql.inc on line 172.
Vuds’s picture

Subscribing (but I think that this module is somewhat abandoned). I have the same need and same problems.