Search:

Type: Posts; User: yellow1912

Page 1 of 10 1 2 3 4

Search: Search took 0.07 seconds.

  1. Replies
    5,053
    Views
    958,545

    Re: Simple SEO URL [support thread]

    Huhm, I really cant think of any reason, can you test 2 things:
    1. Turn off SSU via admin and check the site again, btw when you do so you may want to clear session, cache etc to make the system...
  2. Replies
    5,053
    Views
    958,545

    Re: Simple SEO URL [support thread]

    I believe you can put it in any existing folder on your server (that your script has write permission)

    Usually I use the zencart cache folder which in your case is
    ...
  3. Replies
    5,053
    Views
    958,545

    Re: Simple SEO URL [support thread]

    Session Directory /home2/ndsparts/public_html/cache
    This actually should be the same with the cache folder (path found in your includes/configure.php, last lines)

    I have checked your site, indeed...
  4. Replies
    5,053
    Views
    958,545

    Re: Simple SEO URL [support thread]

    SSU actually relies on Zencart code to add zenid to the end of the link if needs to.

    The behavior you describe when clicking on the homepage link and then the zenid is removed is correct. I'm not...
  5. Replies
    5,053
    Views
    958,545

    Re: Simple SEO URL [support thread]

    For multi site module, I don't know. SSU relies on the HTTP_CATALOG and HTTPS_CATALOG etc to build the links. I'm not sure how the multisite module sets those, so I'm not sure
  6. Replies
    5,053
    Views
    958,545

    Re: Simple SEO URL [support thread]

    Also note that, if you have not removed all ultimate seo url file, they may interfere with how ssu work
  7. Replies
    5,053
    Views
    958,545

    Re: Simple SEO URL [support thread]

    You should remove all Ultimate Seo Url htaccess rules

    Your htaccess should look like this

    #### BOF SSU
    Options +FollowSymLinks -MultiViews
    RewriteEngine On
    # Make sure to change "zencart" to...
  8. Replies
    5,053
    Views
    958,545

    Re: Simple SEO URL [support thread]

    You can post your current .htaccess content here, we will see if there is anything can be tested out. The final solution tho, may still be contacting your host.
  9. Replies
    5,053
    Views
    958,545

    Re: Simple SEO URL [support thread]

    This error is with the current configuration of your server. In the link I posted above, there is 1 suggestion to solve it by adding .ini file, another solution is available if you follow the link on...
  10. Replies
    5,053
    Views
    958,545

    Re: Simple SEO URL [support thread]

    You may want to check this

    http://wiki.rubikintegration.com/zencart/modules/ssu/troubleshootings/no_input_file_specified
  11. Replies
    5,053
    Views
    958,545

    Re: Simple SEO URL [support thread]

    Not really, that is how it should work.

    When you visit the site for the first time the session starts and thus you see zenid in there (note that this shows for only real users, not search engine...
  12. Replies
    5,053
    Views
    958,545

    Re: Simple SEO URL [support thread]

    Have you checked
    http://wiki.rubikintegration.com/zencart/modules/ssu/troubleshootings/c-0
  13. Replies
    5,053
    Views
    958,545

    Re: Simple SEO URL [support thread]

    You may perhaps have the same setting then: note that you cannot set the category depth level less than 1, 1 is the minimum level (for now)
  14. Replies
    5,053
    Views
    958,545

    Re: Simple SEO URL [support thread]

    This is indeed weird, because it has never happened before as you can see your issue is indeed unique if you search this thread.

    I suspect something wrong with your current store setting, but I...
  15. Replies
    5,053
    Views
    958,545

    Re: Simple SEO URL [support thread]

    You should not use html extension, it was there to support people who switched from other modules, but in fact it doesnt help at all with either seo purpose or user friendly purpose.

    Regarding the...
  16. Replies
    5,053
    Views
    958,545

    Re: Simple SEO URL [support thread]

    I would suggest spending time to write good description for your products, this is something most people dont do (tho it's the easiest and most important step to do)

    Apart from that, well I think...
  17. Replies
    5,053
    Views
    958,545

    Re: Simple SEO URL [support thread]

    @Nintendoparts:
    For your information, your admin/ssu.php should look like this, otherwise you have old version:

    http://github.com/yellow1912/simple-seo-url/blob/master/zencart_files/admin/ssu.php
  18. Replies
    5,053
    Views
    958,545

    Re: Simple SEO URL [support thread]

    You should try to fix the issue with your admin blank page before trying to checkout what is wrong with the link.

    I have checked again and can confirm there is no yclass in the new version of SSU...
  19. Replies
    5,053
    Views
    958,545

    Re: Simple SEO URL [support thread]

    It's probably your environment, note several things relied on your env set correctly:

    example:
    DIRECTORY_SEPARATOR
    $_SERVER["SCRIPT_FILENAME"]
    $_SERVER['SCRIPT_NAME']

    If I remember correctly...
  20. Replies
    5,053
    Views
    958,545

    Re: Simple SEO URL [support thread]

    In addition, SSU has gone GIT.
    http://github.com/yellow1912/simple-seo-url

    If you want to report bugs, or just want to always stay ahead, that is the place.
  21. Replies
    5,053
    Views
    958,545

    Re: Simple SEO URL [support thread]

    @Nintendoparts:

    That error (no yclass) shows that you may not have the latest module manager as you thought. Please try to get it here again:
    ...
  22. Replies
    5,053
    Views
    958,545

    Re: Simple SEO URL [support thread]

    I dont think this is correct

    RewriteBase /www.diapercakesgifts.com/


    If your store is located at

    www.diapercakesgifts.com/store for example then you need

    RewriteBase /store/
  23. Replies
    5,053
    Views
    958,545

    Re: Simple SEO URL [support thread]

    something very important: it also means visitors visit the old urls may not be redirected correctly to new ones, they may see all not found pages
  24. Replies
    5,053
    Views
    958,545

    Re: Simple SEO URL [support thread]

    This is all you have? (nothing else in this htaccess file?)

    BTW, I thought I should explain the 3 most important lines there:

    RewriteCond %{SCRIPT_FILENAME} !-f
    --> if the url does not point...
  25. Replies
    5,053
    Views
    958,545

    Re: Simple SEO URL [support thread]

    Better check your htaccess, perhaps you should post it here. Remove or editing htaccess rules correctly may have serious effect

    If you look in your admin, so will see the current divider for...
  26. Replies
    5,053
    Views
    958,545

    Re: Simple SEO URL [support thread]

    1. If you server is using IIS instead of Apache, better get the latest version
    2. In fact, better get the latest version in any case
    3. Make sure you have uploaded ALL files correctly, missing one...
  27. Replies
    5,053
    Views
    958,545

    Re: Simple SEO URL [support thread]

    Difficult to say because your htaccess configuration must be based on the location of your store. You can visit yourstore/ssu_check.php to see the suggested configuration
  28. Replies
    5,053
    Views
    958,545

    Re: Simple SEO URL [support thread]

    On line 16 of the latest version of SSU there is no code refer to yclass, perhaps you do not have the latest version, or perhaps when you upgraded you missed 1 or more files :) Latest version is...
  29. Replies
    5,053
    Views
    958,545

    Re: Simple SEO URL [support thread]

    If you have the old version, you can get a blank page issue with the new SSU.

    If you want, and indeed you should, you can enable error logging and check the error details to see exactly why you...
  30. Replies
    5,053
    Views
    958,545

    Re: Simple SEO URL [support thread]

    If you get a blank page there, it's not a htaccess issue. I suspect you can resolve it by download and upload this package
    http://code.google.com/p/zencart-module-manager/downloads/list
  31. Replies
    5,053
    Views
    958,545

    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...
  32. Replies
    702
    Views
    122,837

    Re: Just another Cross-Sell mod (support thread)

    For those who have problems with the latest version of Zencart, this is an update that should work with the latest version of zen and module manager.
    ...
  33. Replies
    5,053
    Views
    958,545

    Re: Simple SEO URL [support thread]

    The wiki has tons of details. Our server was recently moved so some of you may have experienced the down time, but normally it should be there, always online, if you cannot reach it please try to hit...
  34. Replies
    5,053
    Views
    958,545

    Re: Simple SEO URL [support thread]

    Yes you can, please enable additional page parsers:

    http://wiki.rubikintegration.com/zencart/modules/ssu/config
  35. Replies
    2,906
    Views
    401,227

    Re: Ceon URI Mapping (SEO)

    There is a major bug with this module, I hope it already got solved but anyhow just in case(because some of our clients using our ajax modules got this errror, I thought I should post the solution...
  36. Replies
    5,053
    Views
    958,545

    Re: Simple SEO URL [support thread]

    @everyone: if you are using the module and having problem, your best bet is to upgrade it, if the upgrade doesn't solve the problem, please post here with the detailed steps to re-produce the issue....
  37. Replies
    702
    Views
    122,837

    Re: Just another Cross-Sell mod (support thread)

    Someone emailed me regarding the version of this module not working with the new module manager, this has been mentioned on the google code download page as a warning so you should have noticed it...
  38. Replies
    200
    Views
    57,173

    Re: Modern Zen [RI07] Template

    Honestly, I dont remember it, the zen menu is really a mess sometimes (which is why I spent time to include a patch)

    Anyhow, it is there some where in there, I would suggest looking under...
  39. Replies
    200
    Views
    57,173

    Re: Modern Zen [RI07] Template

    The sql patch, if you read very carefully, simply helps you to set certain options without having to go through lots of things and do everything one by one. If your site doesnt display, you should...
  40. Replies
    5,053
    Views
    958,545

    Re: Simple SEO URL [support thread]

    Dear SP and other ZC members,

    This module is kind of my personal contribution to the great ZC community. Due to my personal work life (I have recently moved to Japan and will stay here for a about...
  41. Replies
    5,053
    Views
    958,545

    Re: Simple SEO URL [support thread]

    You may have to show us the exact code you are using to show the category on main page there.
    The code that is responsible for generating the pagination is probably causing the problem.,
  42. Replies
    5,053
    Views
    958,545

    Re: Simple SEO URL [support thread]

    I have never paid too much attention to the attributes selected on the product info page so I'm not so sure. But can you post or pm me 2 links displayed on your browser address bar when you go back...
  43. Replies
    5,053
    Views
    958,545

    Re: Simple SEO URL [support thread]

    What is your current version? Turning off cache will cause your site to load very slow.
  44. Replies
    5,053
    Views
    958,545

    Re: Simple SEO URL [support thread]

    Meaning you are running on php4, ssu requires php5

    Also, from the above post it seems like you have 2 seo url modules installed, which will break things.
  45. Replies
    5,053
    Views
    958,545

    Re: Simple SEO URL [support thread]

    Are you sure this is ssu? This function doesnt belong to this module.
  46. Replies
    5,053
    Views
    958,545

    Re: Simple SEO URL [support thread]

    Then it means you have not really uninstalled it. You need to go back and remove every file it added.

    https://www.zen-cart.com/tutorials/index.php?article=82
  47. Replies
    5,053
    Views
    958,545

    Re: Simple SEO URL [support thread]

    Are you sure it's 3.5.8, when did you get it ? It's a bit old. Please let me know if redownloading still doesnot solve it for you, I will send you a package
  48. Replies
    200
    Views
    57,173

    Re: Modern Zen [RI07] Template

    Only if your products have "manufacturers", if not you can turn off the sidebox

    Raine
  49. Replies
    5,053
    Views
    958,545

    Re: Simple SEO URL [support thread]

    First, you should try to turn off, not using extension

    Second, you should check if you get the latest stable version, where did you get your package?
  50. Replies
    5,053
    Views
    958,545

    Re: Simple SEO URL [support thread]

    Not sure why you post Ultimate SEO URL code here?

    Also, xml feeder should use the catalog's zen_href_link function not the admin's one. Most xml feeders written that way work with SSU right out...
Results 1 to 50 of 500
Page 1 of 10 1 2 3 4
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR