Closed (fixed)
Project:
Timelinemap
Version:
7.x-1.0-rc1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Jan 2012 at 00:51 UTC
Updated:
13 Mar 2012 at 23:10 UTC
Warning: Parameter 1 to timelinemap_admin_settings() expected to be a reference, value given in drupal_retrieve_form() (line 785 of /var/aegir/platforms/7/servers/drupal-7.10/includes/form.inc).
I get the above error
admin/settings/timelinemap
Comments
Comment #1
edouard.lopez commentedI "solve" this issue by changing the reference nature of parameter to a value parameter, i.e. remove the &
original:
change to :
As I'm still unable to get a working view based timelineMap but only remove the error message, I'll suggest you to test this bug further.
Comment #2
dkian commentedgreat! That works. For others interested: This can be fixed in the timelinemap.module file.