Closed (fixed)
Project:
Jump
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
22 Feb 2011 at 15:40 UTC
Updated:
27 May 2011 at 20:51 UTC
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
Comment #1
kfurlotte commentedAny luck with this? I get the same error message when I enable a menu block.
Comment #2
marcp commentedThe next dev release should have a fix for this. http://drupal.org/node/611088 has some related information on what was going on.