Closed (won't fix)
Project:
Ubercart Webform Checkout Pane
Version:
5.x-1.0-beta1
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
23 Sep 2009 at 16:02 UTC
Updated:
24 Jul 2010 at 14:32 UTC
Comments
Comment #1
CGSS-CyberGeek commentedI am also having the same issues.
Comment #2
CGSS-CyberGeek commented@cnp: In regards to the issue we both were having - well, I have found the bug along with also patched it within my version.
The problem is in the following file: uc_webform_pane.module on line: 155 (approximately) in function uc_webform_pane_admin();
The following piece of code is causing the problem:
Replace the piece of code that is posted above with the following:
Anyways, I have not found any other issues ... yet
Comment #3
arski commentedHi,
it suffices to replace $node->webformcomponents with $node->webform['components'] in the code.
I wonder.. was the D5 really working at some point? I had to fix a lot of bugs when porting to D6 so maybe someone would be interested to backport the D6 version(s) back to D5 in the future? I know I don't have the time or real desire to do that :x
Thanks,
Martin
Comment #4
arski commentedSwitching off as the 5.x version is currently discontinued. Feel free to contact me if you want to take it up again.
Comment #5
arski commented