Closed (won't fix)
Project:
Webform MySQL Views
Version:
6.x-1.2
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Reporter:
Created:
13 Jan 2011 at 12:48 UTC
Updated:
15 Apr 2012 at 07:24 UTC
Jump to comment: Most recent file
Comments
Comment #1
usonian commentedComment #2
usonian commentedHmm, I'm not able to reproduce this - just to verify:
Do you have the Webform module enabled, and at least one content type webform-enabled (as configurable at admin/settings/webform) ?
Comment #3
DoubleT commentedHi, i have several aktive Webforms and get the same error. None of them will listed.
Using Webform 6.x-2.10.
Comment #4
mikael.langstrom commentedYes the Webform module is enabled and permissions are correct. I'm using version 6.x-2.9 of Webform.
Comment #5
usonian commentedPlease try applying the attached patch to the the 6.x-1.2 release, or alternately manually change line 184 of webform_mysql_views.module from
$types = webform_variable_get('webform_node_types', array(''));to:
$types = webform_variable_get('webform_node_types', array('webform'));Comment #6
DoubleT commentedHi usonian, this patch didn't work, because webform_variable_get('webform_node_types') is not implemented in webform 6.x-2.x branch.
warning: implode(): Invalid arguments passed in .../webform_mysql_views/webform_mysql_views.module on line 192.
Well, i can't upgrade to webform 6.x-3.x, because my page has some dependencies, which i can't resolve for now. Also, the webform 6.x-3.x will offer it's own Views integration (http://drupal.org/node/680386). Your way to make Views integration possible is sooo smart, that i hope, you could find another way to fix this problem with the stable webform 6.x-2.x branch.
Comment #7
usonian commentedThanks for the further info, DoubleT. I'll make a note on the main project page... if supporting the 6.x-2.x branch of Webform is as simple as looking somewhere else for the list of webform node types, that would be doable. If there's drastically different stuff going on under the hood it may be a different story.
Comment #8
cafuego commentedClosing this issue. Webform doesn't think you should be using 2.x, so please upgrade to 3.x. Then this module will magically work :-)