Page 11 of 12 FirstFirst ... 9101112 LastLast
Results 101 to 110 of 111
  1. #101
    Join Date
    Dec 2010
    Location
    U.S. State of Texas
    Posts
    76
    Plugin Contributions
    0

    Default Re: Google Mapinator

    Quote Originally Posted by badarac View Post
    When I go to the contact us page it tries to load the map and finally issues the following message:


    You are probably using an old key and need to go through the process to get a new one. That should take care of it.
    I will create a new one. Thanks again for your help and time.

  2. #102
    Join Date
    Oct 2014
    Location
    United States
    Posts
    2
    Plugin Contributions
    0

    Default Re: Google Mapinator

    Quote Originally Posted by badarac View Post
    When I go to the contact us page it tries to load the map and finally issues the following message:


    You are probably using an old key and need to go through the process to get a new one. That should take care of it.
    I just installed Google Mapinator v1.10 on my zen cart ver.1.5.3 I am getting the same problem, a blank white square with the same error message. I applied for a new API yesterday (my first time) so I would assume that I have a new API key. Any other suggestions? Thanks

  3. #103
    Join Date
    Dec 2009
    Location
    Amersfoort, The Netherlands
    Posts
    2,846
    Plugin Contributions
    25

    Default Re: Google Mapinator

    Quote Originally Posted by craighill View Post
    I just installed Google Mapinator v1.10 on my zen cart ver.1.5.3 I am getting the same problem, a blank white square with the same error message. I applied for a new API yesterday (my first time) so I would assume that I have a new API key. Any other suggestions? Thanks
    It has been 2 years since I last used this module. I will take a look at it and come with an answer.

  4. #104
    Join Date
    Dec 2009
    Location
    Amersfoort, The Netherlands
    Posts
    2,846
    Plugin Contributions
    25

    Default Re: Google Mapinator

    Quote Originally Posted by Design75 View Post
    It has been 2 years since I last used this module. I will take a look at it and come with an answer.
    I just installed this on a test server, and it is working fine.
    Be sure you follow the google instructions, and use the correct API key

    Do you have a link to your site? and what arethe versions of your Zen Cart, and the module?

  5. #105
    Join Date
    Oct 2014
    Location
    United States
    Posts
    2
    Plugin Contributions
    0

    Default Re: Google Mapinator

    Sorry, I thought I posted up a followup message. I fixed the problem and it works great! My stupid problem, I had accidentally added an apostrophe in the marker title of the mapinator configuration. That was causing the white blank box. I took the apostrophe out and it works prefect. Thanks for the help.

  6. #106
    Join Date
    Dec 2010
    Location
    Thailand
    Posts
    300
    Plugin Contributions
    2

    Default Re: Google Mapinator

    Quote Originally Posted by NickP View Post
    Solved

    Deleted the last new entrees in the dabase 'configuration' directly.

    Made a backup first!!!
    I got the first version installed (Version: 0.1a), where there is no uninstall SQL patch.

    Is there a uninstall patch available for that version ?

  7. #107
    Join Date
    Dec 2009
    Location
    Amersfoort, The Netherlands
    Posts
    2,846
    Plugin Contributions
    25

    Default Re: Google Mapinator

    Quote Originally Posted by Thannaree View Post
    I got the first version installed (Version: 0.1a), where there is no uninstall SQL patch.

    Is there a uninstall patch available for that version ?
    No there is no uninstall, but is you go to phpmyadmin, and look in your configuration table. You can delete the entries with configuration_key: STORE_TELEPHONE, GOOGLEMAP_KEY,GOOGLEMAP_LAT, GOOGLEMAP_LNG, GOOGLEMAP_ZOOM

  8. #108
    Join Date
    Dec 2009
    Location
    Amersfoort, The Netherlands
    Posts
    2,846
    Plugin Contributions
    25

    Default Re: Google Mapinator

    Quote Originally Posted by Design75 View Post
    No there is no uninstall, but is you go to phpmyadmin, and look in your configuration table. You can delete the entries with configuration_key: STORE_TELEPHONE, GOOGLEMAP_KEY,GOOGLEMAP_LAT, GOOGLEMAP_LNG, GOOGLEMAP_ZOOM
    Or use:
    Code:
    DELETE FROM 'configuration' WHERE 'configuration'.'configuration_key' = STORE_TELEPHONE;
    DELETE FROM 'configuration' WHERE 'configuration'.'configuration_key' = GOOGLEMAP_KEY;
    DELETE FROM 'configuration' WHERE 'configuration'.'configuration_key' = GOOGLEMAP_LAT;
    DELETE FROM 'configuration' WHERE 'configuration'.'configuration_key' = GOOGLEMAP_LNG;
    DELETE FROM 'configuration' WHERE 'configuration'.'configuration_key' = GOOGLEMAP_ZOOM;

  9. #109
    Join Date
    Dec 2010
    Location
    Thailand
    Posts
    300
    Plugin Contributions
    2

    Default Re: Google Mapinator

    Quote Originally Posted by Design75 View Post
    Or use:
    Code:
    DELETE FROM 'configuration' WHERE 'configuration'.'configuration_key' = STORE_TELEPHONE;
    DELETE FROM 'configuration' WHERE 'configuration'.'configuration_key' = GOOGLEMAP_KEY;
    DELETE FROM 'configuration' WHERE 'configuration'.'configuration_key' = GOOGLEMAP_LAT;
    DELETE FROM 'configuration' WHERE 'configuration'.'configuration_key' = GOOGLEMAP_LNG;
    DELETE FROM 'configuration' WHERE 'configuration'.'configuration_key' = GOOGLEMAP_ZOOM;

    I have all these keys:
    GOOGLEMAP_KEY
    GOOGLEMAP_LAT
    GOOGLEMAP_LNG
    GOOGLEMAP_MAPTYPE
    GOOGLEMAP_MARKER_TITLE
    GOOGLEMAP_MODULE_VERSION
    GOOGLEMAP_STORE_INFORMATION
    GOOGLEMAP_ZOOM

    Are these safe to delete?
    Last edited by Thannaree; 8 Dec 2014 at 10:11 AM.

  10. #110
    Join Date
    Dec 2009
    Location
    Amersfoort, The Netherlands
    Posts
    2,846
    Plugin Contributions
    25

    Default Re: Google Mapinator

    Quote Originally Posted by Thannaree View Post
    I have all these keys:
    GOOGLEMAP_KEY
    GOOGLEMAP_LAT
    GOOGLEMAP_LNG
    GOOGLEMAP_MAPTYPE
    GOOGLEMAP_MARKER_TITLE
    GOOGLEMAP_MODULE_VERSION
    GOOGLEMAP_STORE_INFORMATION
    GOOGLEMAP_ZOOM

    Are these safe to delete?
    Yes they are

 

 
Page 11 of 12 FirstFirst ... 9101112 LastLast

Similar Threads

  1. Contact form Issue after installing Google Mapinator
    By dix30simulation in forum General Questions
    Replies: 5
    Last Post: 24 Mar 2015, 04:57 PM
  2. Google Mapinator not showing MAP
    By leest35 in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 20 Dec 2011, 08:34 PM
  3. Zen lightbox 1.4 and google mapinator
    By dml311071 in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 4 Dec 2007, 08:20 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR