Closed (won't fix)
Project:
CCK Wizard
Version:
5.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Jul 2007 at 13:03 UTC
Updated:
3 Feb 2013 at 16:14 UTC
After installing the module on Drupal 5.1, I get the following Error on every form-page:
warning: uasort() [function.uasort]: The argument should be an array in /....../modules/wizard/Wizard_Form.class.php on line 66.
Any ideas?
Comments
Comment #1
arbel commentedI have the same error. anything I can help to fix it? not much of a coder but would like to get this up.
Idan
Comment #2
podarokthe same problem
uasort(): The argument should be an array у /.../modules/wizard/Wizard_Form.class.php у рядку 66.
CCK wizard do not working *((
Comment #3
drupalhooked commentedJust to update:
Not sure whether its a legal way to fix it or not, I got it fixed by the following:
I put this line just before the line that was causing error.
if(is_array($elements)) {
uasort(......................
}
and got it fixed.
If you know about any better solution then please update here.
Comment #4
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.