The following warnings occurred:
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/class_parser.php 584 errorHandler->error_callback
/inc/class_parser.php 228 postParser->parse_mycode
/printthread.php 203 postParser->parse_message
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/class_parser.php 584 errorHandler->error_callback
/inc/class_parser.php 228 postParser->parse_mycode
/printthread.php 203 postParser->parse_message
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/class_parser.php 584 errorHandler->error_callback
/inc/class_parser.php 228 postParser->parse_mycode
/printthread.php 203 postParser->parse_message
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/class_parser.php 584 errorHandler->error_callback
/inc/class_parser.php 228 postParser->parse_mycode
/printthread.php 203 postParser->parse_message
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/class_parser.php 584 errorHandler->error_callback
/inc/class_parser.php 228 postParser->parse_mycode
/printthread.php 203 postParser->parse_message



GetSimple Support Forum
Google Maps Plugin Not Working - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: Plugins (http://get-simple.info/forums/forumdisplay.php?fid=13)
+--- Thread: Google Maps Plugin Not Working (/showthread.php?tid=9893)



Google Maps Plugin Not Working - glienhard - 2017-07-21

I have a new install of GS 3.3.13 and am trying to use the Google Maps plugin.  I tried adding the default map to a new page and nothing displays.  I then added a new map and tried to display it but nothing.  What am I missing?  Are there other dependent plugins that I don't know about?  Is it not compatible with the latest version of GS?  Thanks in advance.


RE: Google Maps Plugin Not Working - Timbow - 2017-07-22

It's more than 5 yrs old, that plugin. You are right it probably doesn't work any more. If you can just use google's embed code that is the best way to include a map, and even then I am finding that if I did it a few years ago the map isn't working now.


RE: Google Maps Plugin Not Working - smdp-1971 - 2017-07-22

(2017-07-21, 08:48:39)glienhard Wrote: I have a new install of GS 3.3.13 and am trying to use the Google Maps plugin.  I tried adding the default map to a new page and nothing displays.  I then added a new map and tried to display it but nothing.  What am I missing?  Are there other dependent plugins that I don't know about?  Is it not compatible with the latest version of GS?  Thanks in advance.

I use the ckeditor plugin, very simple and functional, try it.


RE: Google Maps Plugin Not Working - eRestin - 2018-06-15

Sorry for my english Wink

Here's working Google Maps addon.

All you have to do is:

1) take a look in googlemap.php file and change in the line 97 [YOUR_KEY] to your API Key.
2) In Google Map Platform turn on Geocoding API
3) If you want to have your map set to 100% width - add to your css .gmapwidth {width:100%!important;}

That's it.

It was tested on the latest version of GetSimple CMS (3.3.13)


RE: Google Maps Plugin Not Working - wdburgdorf - 2018-07-07

Thank you, eRestin, much appreciated!