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

arbel’s picture

I have the same error. anything I can help to fix it? not much of a coder but would like to get this up.

Idan

podarok’s picture

Category: support » bug
Priority: Normal » Critical

the same problem
uasort(): The argument should be an array у /.../modules/wizard/Wizard_Form.class.php у рядку 66.
CCK wizard do not working *((

drupalhooked’s picture

Just 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.

pomliane’s picture

Status: Active » Closed (won't fix)

This 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.