Results 1 to 9 of 9

Hybrid View

  1. #1
    Join Date
    Oct 2006
    Location
    At Home
    Posts
    370
    Plugin Contributions
    0

    Default How do I remove Ultimate SEO URL completely?

    I accidently installed Ultimate SEO URL mod spanish version. Later I removed all uploaded files completely. But there still a problem which is I the mod setting is still exist under Configuration > SEO Urls.

    Now I need to know how to remove it from the Admin page.

    Anyone know how to fix this?

  2. #2
    Join Date
    Oct 2006
    Location
    At Home
    Posts
    370
    Plugin Contributions
    0

    Default Re: How to remove Ultimate SEO URL completely?

    Is there any step by step method to uninstall this mod? I read this guide here but doesn't work. Couldn't figure the first instruction which is creating php file.

    Here's the link

  3. #3
    Join Date
    Oct 2007
    Location
    Australia
    Posts
    843
    Plugin Contributions
    0

    Default Re: How to remove Ultimate SEO URL completely?

    Did you manage to get yours uninstalled completely? This was exactly what I was looking for as I did the same thing with the Spanish version LOL

    For anyone else coming across this thread in a similar search, the instructions on that link are basically to remove all files added by the mod, being very careful to 'unmerge' the changes in:
    admin/categories.php
    admin/product.php
    includes/functions/html_output.php


    and the final step which is not detailed in the mod is to use the Install SQL Patches in Admin - Tools to remove the admin configs by inputting these lines:

    Code:
    DELETE FROM `configuration_group` WHERE `configuration_group_title` LIKE '%SEO%'; 
    DELETE FROM `configuration` WHERE `configuration_key` LIKE '%SEO%'; 
    DROP TABLE IF EXISTS seo_cache;
    Worked perfectly here for me, so thanx for the link :)
    HunnyBee Design
    "A man's manners are a mirror in which he shows his portrait." ~ Johann Wolfgang von Goethe

  4. #4
    Join Date
    Feb 2008
    Posts
    569
    Plugin Contributions
    0

    Default Re: How to remove Ultimate SEO URL completely?

    worked for me thanks!
    Last edited by ryanb4614; 24 Dec 2008 at 07:37 AM.

  5. #5
    Join Date
    Feb 2009
    Posts
    43
    Plugin Contributions
    0

    Default Re: How do I remove Ultimate SEO URL completely?

    Hi Guys,
    I followed the instruction but looks like I am screwed.

    I keep getting this error -
    ---------------------------
    1146 Table 'DATABASENAME.zen_seo_cache' doesn't exist
    in:
    [DELETE FROM zen_seo_cache WHERE cache_expires <= '2009-05-21 03:03:19']
    If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.
    ----------------------------
    I can't even login in to my Admin now.
    I have reverted all the changes as far as files are concerned but don't know what do I do to undo from the database point of view.i mean how do I undo these changes and get into my admin...
    --------------------
    DELETE FROM `configuration_group` WHERE `configuration_group_title` LIKE '%SEO%'; DELETE FROM `configuration` WHERE `configuration_key` LIKE '%SEO%'; DROP TABLE IF EXISTS seo_cache;
    ---------------

    Please help guys.. your help would be much appreciated.

    Thanks in advance

  6. #6
    Join Date
    May 2007
    Location
    Italy
    Posts
    438
    Plugin Contributions
    0

    Default Re: How do I remove Ultimate SEO URL completely?

    It worked too much for me, in the way that I have installed also simple seo, and remained only in configuration menu ultimate seo, so I apply this patch and it deleted also simple seo url.


    Fortunately I have a backup of my db.

    There is a way to delete this voice (ultimate seo url) from configuration menu without delete the other ssu?

    Please

  7. #7
    Join Date
    Sep 2009
    Location
    North Carolina
    Posts
    19
    Plugin Contributions
    0

    Default Re: How to remove Ultimate SEO URL completely?

    Quote Originally Posted by LissaE View Post
    Did you manage to get yours uninstalled completely? This was exactly what I was looking for as I did the same thing with the Spanish version LOL

    For anyone else coming across this thread in a similar search, the instructions on that link are basically to remove all files added by the mod, being very careful to 'unmerge' the changes in:
    admin/categories.php
    admin/product.php
    includes/functions/html_output.php


    and the final step which is not detailed in the mod is to use the Install SQL Patches in Admin - Tools to remove the admin configs by inputting these lines:

    Code:
    DELETE FROM `configuration_group` WHERE `configuration_group_title` LIKE '%SEO%'; 
    DELETE FROM `configuration` WHERE `configuration_key` LIKE '%SEO%'; 
    DROP TABLE IF EXISTS seo_cache;
    Worked perfectly here for me, so thanx for the link :)
    Thank you that was very helpful......
    When I started Zen Cart I had no idea what php was…or html. Neverless, I have search and read a lot of great tutorials…and I think I’m getting the concept...

 

 

Similar Threads

  1. Simple SEO URL, Ultimate SEO URLs, Ceon URI Mapping SEO
    By pizza392 in forum All Other Contributions/Addons
    Replies: 13
    Last Post: 21 Jan 2015, 10:49 AM
  2. v139h I use seo url . can i install ultimate seo url ?
    By dmagic in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 6 Feb 2014, 11:38 PM
  3. v151 with ultimate seo Url,how to change the ez-page url ?
    By whywell in forum General Questions
    Replies: 1
    Last Post: 17 Jan 2013, 09:12 AM
  4. How do you completely uninstall/remove Ultimate SEO URL's Mod
    By wmorris in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 27 Apr 2011, 10:03 PM
  5. Remove URL Rewriting from Checkout Page - Ultimate SEO URLs
    By NewbietoEC in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 18 Aug 2010, 02:51 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