On the config page I receive this error instead of the config form;
Warning: Parameter 1 to creeper_admin_settings() expected to be a reference, value given in drupal_retrieve_form()

The error comes from creeper.admin.inc, line 2:

function creeper_admin_settings(&$form_state) {

in D7 $form_state is the second attribute, like this it works fine:

function creeper_admin_settings($form, &$form_state) {
CommentFileSizeAuthor
#1 removing_error_from_admin-1161046.patch385 bytesipwa

Comments

ipwa’s picture

StatusFileSize
new385 bytes

Had the same problem, adding patch.

ipwa’s picture

Status: Active » Needs review
hozt’s picture

Patch worked for me! Thanks

Ben Howes’s picture

Priority: Normal » Major

Apologies for taking it upon myself to upgrade the priority, but this issue makes it impossible to install this module. The above patch works and makes the form call compatible with the drupal API

damienmckenna’s picture

Status: Needs review » Reviewed & tested by the community

Short & sweet. +1

SeanBannister’s picture

Confirming this also worked for me.

jcanfield55’s picture

Thanks very much for posting this patch. Very helpful!

damienmckenna’s picture

Status: Reviewed & tested by the community » Fixed

Committed. Thanks.

Status: Fixed » Closed (fixed)

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