Quote from: flanger at Oct 17, 2014, 03:29 AMHi!
I only get a where the map should be
Found a solution for this one on github:
Apparently there is an incorrect include call in core/components/mxcalendars/model/mxcalendars/mxcalendars.class.php.
include_once('google_geoloc.class.inc');
Should be:
include_once('google_geoloc.class.inc.php');
But still cannot upload pics