Results 1 to 10 of 5054

Hybrid View

  1. #1
    Join Date
    Sep 2005
    Location
    Gladstone, Oregon
    Posts
    44
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Oh how I agree with you Sonya.

    Quote Originally Posted by SonyaT View Post
    Ok I did all it said and the entire stupid site is not even showing right now. Oh how I long for a mod is all you have to do is upload and files and be done

  2. #2
    Join Date
    Oct 2009
    Location
    Bronx, NY
    Posts
    22
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    I noticed the latest version has had a problem processing "+" within url query parameters... Some people have had a problem with store searches with multiple words, and adding the advanced_search to the exclude list helped.

    My problem now is I had a + within parameters used for tracking purposes, and this triggers an infinite redirect loop. Hopefully I can figure out how to fix this or a new version will be released soon...

  3. #3
    Join Date
    Oct 2009
    Location
    Bronx, NY
    Posts
    22
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by VicAvendano View Post
    I noticed the latest version has had a problem processing "+" within url query parameters... Some people have had a problem with store searches with multiple words, and adding the advanced_search to the exclude list helped.

    My problem now is I had a + within parameters used for tracking purposes, and this triggers an infinite redirect loop. Hopefully I can figure out how to fix this or a new version will be released soon...
    Rolled back to version 3.7.1, everything is working fine again.

  4. #4
    Join Date
    Nov 2007
    Posts
    64
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    github.com/yellow1912/simple-seo-url/

    the last modified solution the bug urlencode in link.php

    github.com/yellow1912/simple-seo-url/commit/aa4fb148d185c641003913e421e0a8f7823ff53e


    Salutacions








    Quote Originally Posted by VicAvendano View Post
    I noticed the latest version has had a problem processing "+" within url query parameters... Some people have had a problem with store searches with multiple words, and adding the advanced_search to the exclude list helped.

    My problem now is I had a + within parameters used for tracking purposes, and this triggers an infinite redirect loop. Hopefully I can figure out how to fix this or a new version will be released soon...

  5. #5
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by danilovig View Post
    github.com/yellow1912/simple-seo-url/

    the last modified solution the bug urlencode in link.php

    github.com/yellow1912/simple-seo-url/commit/aa4fb148d185c641003913e421e0a8f7823ff53e


    Salutacions
    I don't know what you've been reading but I don't even know exactly what problem you are having as you haven't given enough information?
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  6. #6
    Join Date
    Aug 2007
    Location
    Amarillo, Tx
    Posts
    1,674
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    How do you remove the Simple SEO Url completely off of Zen Cart.

    Thanks

  7. #7
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by bkeaton View Post
    How do you remove the Simple SEO Url completely off of Zen Cart.

    Thanks
    You uninstall it just like you installed it. Remove all the files that Simple Seo installed. Just make sure you put back the includes/functions/html_output.php file to it's ordinal state. Undo your .htaccess file.
    Then run the uninstall code you need to do so in admin/tools/install_sql_patches.

    PHP Code:
    SET @t4=0;
    SELECT (@t4:=configuration_group_id) as t4
    FROM configuration_group
    WHERE configuration_group_title
    'Simple SEO URL';
    DELETE FROM configuration WHERE configuration_group_id = @t4;
    DELETE FROM configuration_group WHERE configuration_group_id = @t4;
    DROP TABLE 5.1/en/control-flow-functions.html">IF EXISTS links_aliases; 
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  8. #8
    Join Date
    Feb 2010
    Posts
    68
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    hi, i have a straneg issue that another member on this site found for me.

    Basically the site runs fine, but, if i add the attribute to enable an upload of an image then seo urls stops this working.

    Any ideas on what the bug is that could be causing this conflict?

    I installed this mod some months ago so is it an old bug that has been fixed with an update etc that i need to do?

    thanks,
    Dave

 

 

Similar Threads

  1. v151 Simple SEO URLs for ZC 1.5.x [Support Thread]
    By cvhainb in forum All Other Contributions/Addons
    Replies: 46
    Last Post: 8 Jun 2022, 09:42 AM
  2. 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
  3. How do I tell what version my Simple SEO URL addon mod, and others, are?
    By kevinmc3 in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 6 May 2010, 01:32 AM
  4. Can't create new thread in Simple SEO URL forum
    By gseiber in forum General Questions
    Replies: 1
    Last Post: 3 Apr 2010, 01:56 PM
  5. Re: Simple SEO URL [support thread]
    By creamcrackers in forum General Questions
    Replies: 2
    Last Post: 16 Aug 2009, 03:02 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