Ok, I run tests on my local machine before I install them to my server, and for jump menu, every time I activate the block, I get this error:
Warning: Parameter 1 to jump_quickly_form() expected to be a reference, value given in drupal_retrieve_form() (line 771 of /Applications/MAMP/htdocs/includes/form.inc).
that code line is:
$form = call_user_func_array(isset($callback) ? $callback : $form_id, $args);
any ideas?

Comments

kfurlotte’s picture

Any luck with this? I get the same error message when I enable a menu block.

marcp’s picture

Assigned: Unassigned » marcp
Status: Active » Fixed

The next dev release should have a fix for this. http://drupal.org/node/611088 has some related information on what was going on.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.