Can't fuse a view with an image field into another view

urbanarpad - July 19, 2008 - 17:10
Project:Views Fusion
Version:5.x-1.2
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:active
Description

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):

#1

urbanarpad - July 19, 2008 - 17:12

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.

#2

Vuds - August 4, 2008 - 19:41

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

 
 

Drupal is a registered trademark of Dries Buytaert.