Page 2 of 2 FirstFirst 12
Results 11 to 20 of 111

Hybrid View

  1. #1
    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 ?

  2. #2
    Join Date
    Dec 2009
    Location
    Amersfoort, The Netherlands
    Posts
    2,845
    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

  3. #3
    Join Date
    Dec 2009
    Location
    Amersfoort, The Netherlands
    Posts
    2,845
    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;

 

 
Page 2 of 2 FirstFirst 12

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

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