Closed (fixed)
Project:
Openlayers
Version:
7.x-2.x-dev
Component:
OL Views
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Oct 2012 at 16:45 UTC
Updated:
9 Jan 2013 at 16:50 UTC
I get this error and I don't know where it's from
Strict warning : Only variables should be passed by reference dans openlayers_views_style_data->map_features() (ligne 332 dans /home/vhosts/bioscene/prod/sites/all/modules/openlayers/modules/openlayers_views/views/openlayers_views_style_data.inc).
Anyone could help me to find out where it could come from??
Thank you.
Comments
Comment #1
Thithi32 commentedWell I changed line 332 of openlayers/modules/openlayers_views/views/openlayers_views_style_data.inc
by
And now it works.
Is it a bug? If so, can anyone correct it on the dev branch?
Comment #2
BParticle commentedHello,
I had the same error. I changed the line you suggested and got rid of it. Interesting is that it appeared on my local machine only, not on the remote server. Maybe something with PHP version.
Thank you!
Comment #3
FranciscoLuz commentedI got this warning too.
Comment #4
polThanks, patch has been committed.