With PHP version 5.2.6 the following message appears twice at the top of the page, and the timeline is blank:

Warning: Call-time pass-by-reference has been deprecated; If you would like to pass it by reference, modify the declaration of [runtime function name](). 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 .../sites/all/modules/timeline/classes/Timeline.class.inc on line 84

Rather than enabling call-time pass-by-reference, I did this:

Removed the & from the two arguments on line 84 of Timeline.class.inc, and added them into line 24 of TimelineEvent.class.inc.

Comments

xamanu’s picture

Version: 6.x-2.0-beta1 » 6.x-2.x-dev
Status: Active » Fixed

thank you for reporting this error. fixed with commit #253588.

Status: Fixed » Closed (fixed)

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