Closed (fixed)
Project:
Openlayers
Version:
6.x-2.x-dev
Component:
OL API
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
16 May 2010 at 22:15 UTC
Updated:
6 Apr 2012 at 19:20 UTC
Found one more:
creating a new layer http://dummy.onedaygermany.com/en/admin/build/openlayers/layers/add/open...
I got:
Fatal error: Call to undefined method stdClass::save() in /kunden/163565_20459/webseiten/onedaygermany/sites/all/modules/openlayers/modules/openlayers_ui/includes/openlayers_ui.layers.inc on line 59
Cheers
Dirk
Comments
Comment #1
tmcw commentedFixed in http://drupal.org/node/787912
Views Vector layers are Views. Create a view. Follow the tutorial.
Comment #2
dgtlmoon commentedEither way, it's really not nice when I press submit and see.. is there some better way to handle this? i just get a whitescreen but the following error in my logs..
Comment #3
zzolo commentedI can confirm this error. The odd thing is that this should not happen. Ideally, the vector layer is using the normal layer type base class as its parent and therefore should have a valid save method with it.
Comment #4
mgiffordRelated issue, but with D7 - #1454298: undefined methos save() when create/clone new OL Layers
Comment #5
zzolo commentedI have moved that layer type out of the interface as it should not be in there.