After installing latest 7.x-1.x-dev in the latest drupal 7.x-dev, I get the following:

Warning: Parameter 1 to dhtml_menu_settings() expected to be a reference, value given in drupal_retrieve_form() (line 724 of ../includes/form.inc).

It shows when I go to ../admin/settings/dhtml_menu

...hopping this is not another php 5.3.x issue.

Comments

tomate2010’s picture

same pb for me

cburschka’s picture

It's probably a FormAPI change. As you can see, I didn't commit to 7.x-1.x for half a year, and in that time several new milestones for D7 have been out. I have to update the code to chase HEAD again. :-)

cburschka’s picture

Status: Active » Needs review
StatusFileSize
new629 bytes

This is kind of strange; as far as I recall the $form parameter was always supposed to be there, and the module was working when I last worked on it. Maybe the API was changed to remove it and was reverted in the meantime.

cburschka’s picture

Status: Needs review » Fixed

Straightforward fix, so I committed it right away.

klonos’s picture

Confirming fixed! I can see the module's settings now ;)

Status: Fixed » Closed (fixed)

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