Closed (fixed)
Project:
OpenPublish
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Jul 2010 at 14:02 UTC
Updated:
11 Jan 2012 at 06:19 UTC
Jump to comment: Most recent
With PHP 5.3 the following error occurs:
warning: Parameter 2 to gmap_gmap() expected to be a reference, value given in /path/to/op/includes/module.inc on line 483.
Changing includes/module.inc like 483 to:
$result = call_user_func_array($function, &$args);
fixes this error. Note the addition of the pass-by-reference & on the second parameter.
Comments
Comment #1
Anonymous (not verified) commented