After installing Aggregation Module, I've received the following error message and cannot bring up my modules list to administer the module or any other module.

Warning: Call-time pass-by-reference has been deprecated; If you would like to pass it by reference, modify the declaration of taxonomy_form_alter(). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file in xxxxxxxxxxxxxxxxxxxxxxxxxx/sites/all/modules/aggregation/aggregation.module on line 495

Comments

mecielle’s picture

I changed "taxonomy_form_alter(&$fakeform, $fakeform_state, 'aggregation_item_node_form');"

to

"taxonomy_form_alter($fakeform, $fakeform_state, 'aggregation_item_node_form');"

but I'm not sure if it is going to work based on another bug report for a different module. However, it did restore my module list.

Ashraf Amayreh’s picture

Status: Active » Closed (fixed)

This change seems harmless, I've changed this in the module. Closing...