Page 411 of 506 FirstFirst ... 311361401409410411412413421461 ... LastLast
Results 4,101 to 4,110 of 5054
  1. #4101
    Join Date
    Sep 2008
    Posts
    431
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Yellow, I suspect that because I my site sees very little traffic I might be able to do a little restructuring and do away with caching altogether. Would you mind telling me the best way to turn the caching off so that I can try some ideas of mine?

    Ian

  2. #4102
    Join Date
    Jul 2004
    Location
    Las Vegas
    Posts
    477
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Hello, I have tried searching this thread for a similar problem but came up with nothing:

    I recently moved our website and database to my local xampp server in order to upgrade the site from 1.3.7 to 1.3.8a. The upgrade went smoothly, everything was working, and it came time to reinstall SSU (which is working fine already on the live site). I uploaded the files, updated the .htaccess (to coincide with the local file structure), reset all the cache, and turned it back on.
    And everything appeared to be working. The home page works, and going to the categories work. However, I can NOT go into subcategories past the first level of any category.

    For example, I have a category:
    http://localhost/biaf/cell-phone
    Within it, I have a link that should take me to:
    http://localhost/biaf/cell-phone/panasonic
    However, when I click the latter link, it simply redirects me to the former link (staying on the same page basically).

    It does this for all subcategories and some deep level products, but still works for main categories and certain products. I was wondering if anyone had an explanation as to why?

    My .htaccess is the one recommended to me by ssu_check.php.

    Thank you!
    User of zencart

  3. #4103
    Join Date
    Dec 2004
    Posts
    104
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    I am trying to get my site fixed so that when and if my webhost changes to php 5.3 it will still function.

    It seems that a conflict involving my add ons is causing the site not to load correctly, so I am testing them one at a time.

    I have created a fully patched version (php 5.3, security patches etc) of zencart 1.38a with no other add ons installed.

    I have added module_manager_rev16zip and Simple SEO URL3.7.1

    I get a blank store page when running it on wamp 2.0 on my local server.

    I can pull up the admin (simple seo url manager), but I get Fatal error: Multiple access type modifiers are not allowed in G:\wamp2\www\*\includes\classes\ssu\cores\parser.php on line 17


    I can go into includes\classes\ssu\cores\parser.php and remove:

    protected protected static function getClass() {
    $implementing_class = self::$__CLASS__;
    $original_class = __CLASS__;

    if ($implementing_class === $original_class)
    throw new Exception("You MUST provide a <code>protected static \$__CLASS__ = __CLASS__;</code> statement in your Singleton-class!");

    return $implementing_class;
    }

    This will cause the home page to load, but then the category page is blank when I set ssu status to true. This also allows me to see admin (simple seo url manager) and reset the cache.

    Do you have any idea what I need to change?

    It may be something else I have done wrong, because the installer for the cart results in blank pages during the installation process. I had to paste my configure files in manually and import the database with the sql file. I do have the correct rewritebase in my .htaccess.

    Also, is version 3.7.1 the newest version? Where can I look that up?

    Thanks

  4. #4104
    Join Date
    Jul 2007
    Posts
    155
    Plugin Contributions
    0

    red flag SEO URL Current Installaton Docs?

    Is there a current installation document for this contribution? With over 400 pages dating back several years, there are so many discussions and changes that I find it impossible to use the thread for a new installation.

    The read me file contains a link to documents that does not exist. It says some configuration needs to be done but does not say what that is.

    I don't want to even start unless I can find some current installation for the latest release.

    Are there docs somewhere I have not found yet?

    Also how does this work in conjunction with the XML Sitemap contribution so far as generating site maps with SEO friendly URLs.



    Thanks much.

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

    Default Re: SEO URL Current Installaton Docs?

    Quote Originally Posted by stuffdone View Post
    Is there a current installation document for this contribution? With over 400 pages dating back several years, there are so many discussions and changes that I find it impossible to use the thread for a new installation.

    The read me file contains a link to documents that does not exist. It says some configuration needs to be done but does not say what that is.

    I don't want to even start unless I can find some current installation for the latest release.

    Are there docs somewhere I have not found yet?

    Also how does this work in conjunction with the XML Sitemap contribution so far as generating site maps with SEO friendly URLs.



    Thanks much.
    If you have not already done so get the latest release here.
    After that open the read me file and copy the link http://wiki.rubikintegration.com/zen...u/installation
    It's all their you just need to read the read me. People over look a lot when they don't read slow every detail.
    You will need to install module-manager before you install simple seo. The site map will be generated seo friendly after you install seo.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  6. #4106
    Join Date
    Jul 2007
    Posts
    155
    Plugin Contributions
    0

    Default Re: SEO URL Current Installaton Docs?

    Quote Originally Posted by countrycharm View Post
    If you have not already done so get the latest release here.
    After that open the read me file and copy the link http://wiki.rubikintegration.com/zen...u/installation
    It's all their you just need to read the read me. People over look a lot when they don't read slow every detail.
    You will need to install module-manager before you install simple seo. The site map will be generated seo friendly after you install seo.
    I did that the other day and got a message that the page was not there ( 404 ) which is what prompted this post. I guess the page was just down a short while and I happened to try it at that time and assumed it was gone.

    Thanks...I will read on !

  7. #4107
    Join Date
    Jul 2007
    Posts
    155
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    I found the instructions today. Thanks.

    I still have the remaining question posted in my first message that is not addressed in the instructions. Does this contribution work along side the XML Sitemap contribution to write friendly URL's to those site maps?

    Google is already doing well and one good keyword search has me on page one after only a week so I am not as worried as in the past. Seems search engines are pretty smart with "non-friendly" urls these days.

    Has anyone here used those contributions together and what was the resulting output in the sitemap files?

    Thanks.

  8. #4108
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Simple SEO URL [support thread]

    See highlighted..

    Quote Originally Posted by countrycharm View Post
    If you have not already done so get the latest release here.
    After that open the read me file and copy the link http://wiki.rubikintegration.com/zen...u/installation
    It's all their you just need to read the read me. People over look a lot when they don't read slow every detail.
    You will need to install module-manager before you install simple seo. The site map will be generated seo friendly after you install seo.
    Quote Originally Posted by stuffdone View Post
    I found the instructions today. Thanks.

    I still have the remaining question posted in my first message that is not addressed in the instructions. Does this contribution work along side the XML Sitemap contribution to write friendly URL's to those site maps?

    Google is already doing well and one good keyword search has me on page one after only a week so I am not as worried as in the past. Seems search engines are pretty smart with "non-friendly" urls these days.

    Has anyone here used those contributions together and what was the resulting output in the sitemap files?

    Thanks.

  9. #4109
    Join Date
    Jul 2007
    Posts
    155
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by DivaVocals View Post
    See highlighted..
    Thanks much !

    Merry Christmas

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

    Default Re: SEO URL Current Installaton Docs?

    Merry Christmas
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

 

 

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