Results 1 to 10 of 5054

Hybrid View

  1. #1
    Join Date
    Nov 2008
    Posts
    8
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    If this has been addressed in this forum, please point me in that direction...

    I'm unable to get Simple SEO to work with 1.3.9f. I know it must, but there must be something subtle in the install instructions that I'm missing. Need some pointers to help track down the problem.

    First, I've had SSU 3.8.0 working fine in zc 1.3.8a store for a long time. That store closed down due to ownership probs... but plans to re-open. In the meantime, I thought I'd update to 1.3.9f and the latest SSU 3.8.5. Unfortunately, i can't get it to work.

    For dev work, I'm using xampp 1.7.1, win7 x64.

    If I do a clean install of 1.3.9f with NO mods, then install module manager rev 18, then install SSU 3.8.0, it partially works. The friendly URLs appear in the address bar, but the long URLs appear in the browser status bar whenever you hover over a link. If you click a link, the correct page shows, and a friendly URL is in the address bar, but links on the page are still long format if you hover over them -- that doesn't seem to ever change.

    When I update to SSU 3.8.5, I see friendly URLs everywhere, but the main landing page is always displayed no matter what link you click. So, it *looks* right, but none of the links take you anywhere.

    I've tried this several times on two different computers (win7, one is 32bit, one is 64bit) over a few days... hoping to eliminate user error ;) Unfortunately, I get the same results every time. I can do a clean install of 1.3.8a and it works correctly. Has something changed in the installation process that I'm missing?

    Has anyone seen this behavior? Any suggestions?

    thanks,

    Tom

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

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by escookies View Post
    If this has been addressed in this forum, please point me in that direction...

    I'm unable to get Simple SEO to work with 1.3.9f. I know it must, but there must be something subtle in the install instructions that I'm missing. Need some pointers to help track down the problem.

    First, I've had SSU 3.8.0 working fine in zc 1.3.8a store for a long time. That store closed down due to ownership probs... but plans to re-open. In the meantime, I thought I'd update to 1.3.9f and the latest SSU 3.8.5. Unfortunately, i can't get it to work.

    For dev work, I'm using xampp 1.7.1, win7 x64.

    If I do a clean install of 1.3.9f with NO mods, then install module manager rev 18, then install SSU 3.8.0, it partially works. The friendly URLs appear in the address bar, but the long URLs appear in the browser status bar whenever you hover over a link. If you click a link, the correct page shows, and a friendly URL is in the address bar, but links on the page are still long format if you hover over them -- that doesn't seem to ever change.

    When I update to SSU 3.8.5, I see friendly URLs everywhere, but the main landing page is always displayed no matter what link you click. So, it *looks* right, but none of the links take you anywhere.

    I've tried this several times on two different computers (win7, one is 32bit, one is 64bit) over a few days... hoping to eliminate user error ;) Unfortunately, I get the same results every time. I can do a clean install of 1.3.8a and it works correctly. Has something changed in the installation process that I'm missing?

    Has anyone seen this behavior? Any suggestions?

    thanks,

    Tom
    I have come to a conclusion Simple Seo 3.8.5 doesn't work on a local host. There were 1 or two others having the same problem. I have it working on my live server with no problems. I'm running zencart 1.3.9f Try installing it on a live server and see if it will work for you. If it does then you will know there is problems running it on a local host.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  3. #3
    Join Date
    Jun 2009
    Posts
    617
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    When I have ssu turned OFF, my links work, when ssu is ON, the links are broken.

    Can someone please give me a rundown of the proper settings in admin>config>ssu (or atleast what you have if you have it working!)
    Thank you,
    autoace

  4. #4
    Join Date
    Sep 2009
    Location
    California
    Posts
    148
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by autoace View Post
    When I have ssu turned OFF, my links work, when ssu is ON, the links are broken.

    Can someone please give me a rundown of the proper settings in admin>config>ssu (or atleast what you have if you have it working!)
    A vanilla 1.3.9f install - but it's 3.5.7 SSU

    -------------------------------
    True
    False
    zenid,gclid,number_of_uploads,number_of_downloads,action,sort,page,disp_order,fi lter_id,alpha_filter_id
    0
    False
    0
    advanced_search_result,redirect,popup_image_additional,download,wordpress
    -
    0
    -
    <blank>
    -------------------------------
    and it's not on the below site - it's on www.disastersupplycatalog.com - can you grab the old version ?

    I had no issues during install or running...

  5. #5
    Join Date
    Jun 2009
    Posts
    617
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Thank you, but your settings don't quite match up w/ mine for ssu. I have ssu v3.7.1
    Thank you,
    autoace

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

    Default Re: Simple SEO URL [support thread]

    localhost: ssu works just fine as long as it is apache server with mod rewrite enabled

    zen version 1.3.9: there is a change in the .htaccess of zencart that can interfere with how ssu works, one of the devs of zencart suggested the following fix:
    go to the .htaccess file of your store root folder, inside you should find ssu's rules, find the line

    RewriteRule ^(.*) index.php?/$1 [E=VAR1:$1,QSA,L]

    Change it to

    RewriteRule ^(.+) index.php/$1 [E=VAR1:$1,QSA,L,PT]

    if you turn on ssu and your links dont work (ie: getting all 404) then the problem lies in the .htaccess:
    1. maybe you set the RewriteBase wrong
    2. maybe you dont have mod rewrite
    3. or maybe you are using zen 1.3.9 and need to make the change mentioned above
    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. #7
    Join Date
    Oct 2009
    Posts
    5
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Having same issue as previously posted but have been unable to resolve with previous suggestions.

    Zen Cart Version 1.3.9d
    SSU Version 3.5.8

    Everything is working fine except when I get a blank page when I click on Extras / Simple SEO URL Manager. I need to edit the URL's for the site so they will not display the c (categories) and numbers.

    Any suggestions?

 

 

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