Page 283 of 506 FirstFirst ... 183233273281282283284285293333383 ... LastLast
Results 2,821 to 2,830 of 5054
  1. #2821
    Join Date
    Sep 2007
    Posts
    128
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Thank you - Now I'm getting this -

    1062 Duplicate entry 'SSU_AUTO_ALIAS' for key 2
    in:
    [INSERT INTO configuration (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, last_modified, date_added, use_function, set_function) VALUES ('Set Auto Alias Status', 'SSU_AUTO_ALIAS', 'false', 'Let SSU automatically remove identifiers from links, you have to have ssu alias on.', @t4, 1, NOW(), NOW(), NULL, 'zen_cfg_select_option(array(\'true\', \'false\'),');]

  2. #2822
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Simple SEO URL [support thread]

    Weird, anyhow, run this

    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;
    
    delete from module_version_tracker where module_code ='yellow1912_ssu';
    Regards
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

  3. #2823
    Join Date
    Sep 2007
    Posts
    128
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Thank you so much for your help! It's working and it's just such an awesome mod!

  4. #2824
    Join Date
    Feb 2007
    Location
    Calabasas, CA & St. Pete, FL
    Posts
    117
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by skylab001 View Post
    I'm getting the same error as ccrsport


    my .htaccess is setup up as:


    all except the first line, I copied from the installation instructs.

    my shop config file is:


    my store is located in the public_html folder of my website, which I believe is the root. Any ideas where the problem may be?
    Quote Originally Posted by yellow1912 View Post
    RewriteBase /zencart/


    Should be RewriteBase /

    Regards
    Thanks, that was the error I was getting, and that solution worked immediately
    -James Starting from scratch!
    Started out w/ZenCart 1.3.7 (No upgrades)
    http://www.nomadicmoto.com/
    Review my site here: http://www.zen-cart.com/forum/showthread.php?t=63630

  5. #2825
    Join Date
    Mar 2009
    Posts
    32
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    ok i give up i have spent the last few hours trying to install and get past the test. install went ok as far as file and folders go and patches installed properly. i have searched this thread several times and have found my problem elsewhere but none of the solutions has worked for me. and everything appears correct according to what i have read.

    using zc 1.3.8 installed in root folder and ssu_beta_3.6.6

    here are my test page results
    Warning Checking includes/configure.php
    Warning Suggested .htaccess content
    Success #### BOF SSU
    Options +FollowSymLinks -MultiViews
    RewriteEngine On
    RewriteBase /

    # Deny access from .htaccess
    RewriteRule ^\.htaccess$ - [F]

    RewriteCond %{SCRIPT_FILENAME} !-f
    RewriteCond %{SCRIPT_FILENAME} !-d
    RewriteRule ^(.*) index.php?/$1 [E=VAR1:$1,QSA]

    #### EOF SSU
    Warning Checking cache write permission
    i am doing a 301 domain redirect i also need to add specific page redirects. i used the code from http://wiki.rubikintegration.com/zen...u/installation. here is my .htaccess
    RewriteEngine on

    RewriteCond %{HTTP_HOST} ^natureskeepers.com$ [OR]
    RewriteCond %{HTTP_HOST} ^www.natureskeepers.com$
    RewriteRule ^/?$ "http\:\/\/www\.aviancuisine\.com" [R=301,L]

    Options +FollowSymLinks
    RewriteEngine On
    # Change "/zencart/ to the correct setting
    # if your site is located at root folder, then you should have RewriteBase /
    # Go to your include/configure.php, this value should be the same with the value of DIR_WS_CATALOG
    RewriteBase /

    # Deny access from .htaccess
    RewriteRule ^\.htaccess$ - [F]

    RewriteCond %{SCRIPT_FILENAME} -f [OR]
    RewriteCond %{SCRIPT_FILENAME} -d
    RewriteRule .* - [L]

    RewriteRule ^(.+) index.php/$1 [E=VAR1:$1,QSA,L]
    #### EOF SSU
    any suggestions would be greatly appreciated.

    thx

  6. #2826
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Simple SEO URL [support thread]

    And your problem is?
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

  7. #2827
    Join Date
    Mar 2009
    Posts
    32
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    are the warning icons supposed to go away on the test page if installed correctly

  8. #2828
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by wwiii View Post
    are the warning icons supposed to go away on the test page if installed correctly
    You mean the ssu_check.php? Unfortunately no, I guess I just used the image to mark the step being checked, and that got you confused somehow. I will correct that in the next version. In the mean time, well, if the urls are transformed properly and the redirection works fine, then it works.
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

  9. #2829
    Join Date
    Mar 2009
    Posts
    32
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    oh that sucks. i haven't even tried to configure or see if url's work cuz i thought i was failing test. do i feel stupid

    thank you very much for ur quick response i really appreciate it.

  10. #2830

    Default Re: Simple SEO URL [support thread]

    A site I look after has had SSU installed recently after having trouble with the chemo SEO module.

    Works wonderfully well, but the owner wants to know if there is a way to shorten the URLs by removing the categories from the resulting URL.

    For example, is there a way to go from:

    /landscape-photography-press-photography-c-32_8/anonymous-cutty-sark-p-420

    to:

    /anonymous-cutty-sark-p-420/

    Thanks In Advance,

    Paul

 

 

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

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