I am attaching a patch which fixes multiple issues (uasort errors, submit buttons disapearing, fields disappearing from manage fields), and basically results in a moderately well working version of the wizard module. This patch is not very clean and is only intended as a temporary workaround, but I wanted to get it out there for anyone who wishes to use this module until a new version is released.
| Comment | File | Size | Author |
|---|---|---|---|
| wizard_fix.patch | 6.23 KB | koshea |
Comments
Comment #1
loginsvariaditos commentedHello. I can´t apply the patch to the module. I have tried many different options on Windows Xp, and all of them failed or just didn´t know how to make them work.
Would anyone please would care about uploading the patched module?
Thanks!
Comment #2
loginsvariaditos commentedPlease, please help me!! I cannot patch the module. Please upload the patched version!
Thanks a lot
Comment #3
ms2011 commentedThanks koshea! It's great to see someone else taking interest and initiative with this module.
I have read through your patch; looks good from here. Just needs to be tested.
@loginsvariaditos: read: http://drupal.org/patch
Comment #4
loginsvariaditos commentedI´ve tried that. Thank you. I´m just not getting the file patched
Comment #5
nathanraft commentedCan anyone varify that they have this working properly now with the new patch?
(btw...loginsvariaditos.. Just apply it by hand.. won't take but 10 min.)
Comment #6
Wouter Van den Bosch commentedHya,
I've patched my version of wizard. I can now see the field in 'manage fields' but as soon as I go into node add and click a next button, I get a white screen of death. I'll go check my logs to see what it might be caused by.
Keep you posted.
Comment #7
Wouter Van den Bosch commentedThe error was caused by another module and was unrelated to this module (at first sight).
Hence I can confirm this patch works just fine for me.
Comment #8
Wouter Van den Bosch commentedHi again,
I just installed Wizard on my online development server and got an uasort error :
warning: uasort(): The argument should be an array in /.../modules/wizard/Wizard_Form.class.php on line 66.It might be useful to know that I went back to my local install, changed my MAMP server from PHP5 to PHP4 and got the same error. Apparently wizard has some issues with PHP4, causing it to arrive with a bad argument at line 66.
Switching to PHP5 is no issue for me, but I thought I'd just let you know.
Cheers for a fine module by the way.
Comment #9
koshea commentedWouter,
I'm unable to reproduce this, but I'm not surprised (this module is really a mess, although this isn't my original work, unless something else is out I'm hoping to build a replacement from scratch after the release of D6). Could you post all the fields you have on the form, including the wizard fields as they are listed on the manage fields page for the content type? Also, if you could add a line before line 66 in Wizard_Form.class.php such that the code reads:
And post the output from that print_r, that may help me track down your problem.
Thanks,
kevin
Comment #10
no longer active 7 commentedI am also having same problem as Wouter. After applying this patch it is showing me all the fields in manage fields.
But when we go on add content type it will directly jump to step 2 instead of step 1. And in edit multistep is not working.
Anyone looking into this. Please help.
Any development for drupal 6.
Thanks in advance.
Comment #11
pomliane commentedThis version of CCK Wizard is not supported anymore. The issue is closed for this reason.
Please upgrade to a supported version and feel free to reopen the issue on the new version if applicable.
This issue has been automagically closed by a script.