2.5 (2013-03-21):
2.4 (2013-03-11):
View Jeroen Dalsem's plugins
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by Raül Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
Igot an error message like this in error log..
PHP Fatal error: Cannot redeclare event_manager_event_get_relationship_options() (previously declared in /home/xxxxxxxx/public_html/mod/event_manager/lib/functions.php:6) in home/xxxxxxxx/public_html/mod/event_manager/lib/functions.php on line 15
@satheesh did you install correctly? there is no function declaration on line 6 or 15 in my functions.php
i too checked that i i found its starting and ending of function...
i got it only once like this.. But any way its woking perfectly... thank you very much for a wonderfull plugin... (and still looking for an option to delete the old expired events )
PHP WARNING: 2013-03-21 17:16:10 (IST): "json_encode(): Invalid UTF-8 sequence in argument" in file /home/xxxxxxxxx/public_html/views/default/js/languages.php (line 15)
PHP Fatal error: Cannot redeclare event_manager_event_get_relationship_options() (previously declared in /home/xxxxxxxxx/public_html/mod/event_manager/lib/functions.php:6) in /home/xxxxxxxxx/public_html/mod/event_manager/lib/functions.php on line 15
PHP Fatal error: Cannot redeclare event_manager_event_get_relationship_options() (previously declared in /home/xxxxxxxxx/public_html/mod/event_manager/lib/functions.php:6) in /home/xxxxxxxxx/public_html/mod/event_manager/lib/functions.php on line 15
PHP WARNING: 2013-03-21 17:10:32 (IST): "json_encode(): Invalid UTF-8 sequence in argument" in file /home/xxxxxxxxx/public_html/views/default/js/languages.php (line 15)
@Jeroen: I think I can reproduce the issue formerly reported by some people that Google Maps integration in your events plugin stopped working after upgrading to Elgg 1.8.14.
Google maps does not work when simple cache is enabled while it works without issue with simple cache disabled. System cache settings seems not to cause any issues. Quite the same problem does occur with my Elggx Fivestar plugin in Elgg 1.8.14. I suspect caching of the JS libraries fails.
Okay... not a core bug that causes google maps to fail with simple cache enabled:
In start.php line 60 and following the googlemaps js library is registered. There's a elgg_register_simplecache_view() call missing for the library to be cached. If adding this call googlemaps does work again in Elgg 1.8.14 with simple cache enabled:
@iionly ah... that makes sense. Will fix it ASAP
Hi. I like a lot! Could be relly useful. But i am not able to get maps working.
An valid api key is set, but she looks like not ok, my browser had say one time a message about api. I had read somewhere that google had change his api system and map dont need anymore an api id to be called (?)
Cash is flushed, tried many times.
Also i dont undesrstand how an user can call a map. Is the "adress" field is enough for call instantly a map centered on this point? Or how please?
@K32ST: if you would read my comment above you would find out how to get Google Maps working again in Elgg 1.8.14. Or you wait until Jeroen releases the next version of the Event Manager plugin where this issue is most likely fixed...
Thank you iionly for pointing me on it. Yes it work finally(!), with adding a new line 61 by the one you putted on bold. I haved also some custom call problem..
I tried to call the map myself and it work without api only with this
<script type="text/javascript" src="https://maps.googleapis.com/maps/ap/js?sensor=true"></script> so it put me on mystake :)
Thanks to the author for this amazing mod ^-^