Page 29 of 168 FirstFirst ... 1927282930313979129 ... LastLast
Results 281 to 290 of 1674
  1. #281
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Ultimate SEO 2.200+ (new features)

    Code:
    "motorcycle\/atv=>motorcycle atv" (
    Thank You
    This was the case
    Zen-Venom Get Bitten

  2. #282
    Join Date
    Jan 2011
    Posts
    30
    Plugin Contributions
    0

    Default Re: Ultimate SEO 2.200+ (new features)

    Hi all,
    I am having issues with USEO, when enabled I am getting this:
    When I click manifacturer or categories or anythingelse ( i got this:http://www.labcomputerny.com//adapters-c-65/)

    Internal Server Error

    The server encountered an internal error or misconfiguration and was unable to complete your request.

    Please contact the server administrator, [email protected] and inform them of the time the error occurred, and anything you might have done that may have caused the error.

    More information about this error may be available in the server error log.

    Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.

    I am using the latest version and I am on Zen 1.5.1

    Please help.

    here
    B Charles
    LAB Computer
    <a href="http://www.labcomputerny.com">My Store</a>

  3. #283
    Join Date
    Jan 2011
    Posts
    30
    Plugin Contributions
    0

    Default Re: Ultimate SEO 2.200 (new features) [Support Thread]

    Here is my .htaccess:

    # NOTE: Replace /shop/ with the relative web path of your catalog in the "Rewrite Base" line below:

    # For security reasons, Option followsymlinks cannot be overridden.
    #Options +FollowSymLinks
    #Options +SymLinksIfOwnerMatch
    RewriteEngine on
    RewriteBase /labcomputerny

    ###############################################################################
    # Start Ultimate SEO URLs
    ###############################################################################

    # Handles the new URL formats
    RewriteRule ^(.*)-c-([0-9_]+)/(.*)-p-([0-9]+)(.*)$ index\.php?main_page=product_info&products_id=$4&cPath=$2&%{QUERY_STRING} [L]
    RewriteRule ^(.*)-c-([0-9_]+)/(.*)-pi-([0-9]+)(.*)$ index\.php?main_page=popup_image&pID=$4&cPath=$2&%{QUERY_STRING} [L]
    RewriteRule ^(.*)-c-([0-9_]+)/(.*)-pr-([0-9]+)(.*)$ index\.php?main_page=product_reviews&products_id=$4&cPath=$2&%{QUERY_STRING} [L]
    RewriteRule ^(.*)-c-([0-9_]+)/(.*)-pri-([0-9]+)(.*)$ index\.php?main_page=product_reviews_info&products_id=$4&cPath=$2&%{QUERY_STRING } [L]

    # Original (unchanged) URL formats
    RewriteRule ^(.*)-p-([0-9]+)(.*)$ index\.php?main_page=product_info&products_id=$2&%{QUERY_STRING} [L]
    RewriteRule ^(.*)-m-([0-9]+)(.*)$ index\.php?main_page=index&manufacturers_id=$2&%{QUERY_STRING} [L]
    RewriteRule ^(.*)-pi-([0-9]+)(.*)$ index\.php?main_page=popup_image&pID=$2&%{QUERY_STRING} [L]
    RewriteRule ^(.*)-pr-([0-9]+)(.*)$ index\.php?main_page=product_reviews&products_id=$2&%{QUERY_STRING} [L]
    RewriteRule ^(.*)-pri-([0-9]+)(.*)$ index\.php?main_page=product_reviews_info&products_id=$2&%{QUERY_STRING} [L]
    RewriteRule ^(.*)-ezp-([0-9]+)(.*)$ index\.php?main_page=page&id=$2&%{QUERY_STRING} [L]
    RewriteRule ^(.*)-c-([0-9_]+)(.*)$ index\.php?main_page=index&cPath=$2&%{QUERY_STRING} [L]

    # All other pages
    # Don't rewrite real files or directories
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^(.*)$ index\.php?main_page=$1&%{QUERY_STRING} [L]
    B Charles
    LAB Computer
    <a href="http://www.labcomputerny.com">My Store</a>

  4. #284
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Ultimate SEO 2.200+ (new features)

    labcomputer,
    RewriteBase /labcomputerny
    This should be only

    RewriteBase /
    Zen-Venom Get Bitten

  5. #285
    Join Date
    Jan 2011
    Posts
    30
    Plugin Contributions
    0

    Default Re: Ultimate SEO 2.200+ (new features)

    Another thing I just notice, when I try to access my store from the back-end I got a blank page.
    B Charles
    LAB Computer
    <a href="http://www.labcomputerny.com">My Store</a>

  6. #286
    Join Date
    Jan 2011
    Posts
    30
    Plugin Contributions
    0

    Default Re: Ultimate SEO 2.200 (new features) [Support Thread]

    Ok, RewriteBase / fix it
    But I just cannot access the store from my backend now.
    We are getting there.

    Thanks Kobra
    B Charles
    LAB Computer
    <a href="http://www.labcomputerny.com">My Store</a>

  7. #287
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Ultimate SEO 2.200+ (new features)

    Blank Page issues
    http://www.zen-cart.com/content.php?...t-of-a-page%29

    If using 1.5.x check your /logs folder - if earlier check the /cache folder for mydebug files
    Zen-Venom Get Bitten

  8. #288
    Join Date
    Jan 2011
    Posts
    30
    Plugin Contributions
    0

    Default Re: Ultimate SEO 2.200+ (new features)

    log send me to cache_entry_created = '1362734288' in /includes/classes/db/mysql/query_factory.php on line 120
    Do you see anything wrong below?

    trigger_error($this->error_number . ':' . $this->error_text . ' :: ' . $this->zf_sql, E_USER_ERROR);
    if (defined('IS_ADMIN_FLAG') && IS_ADMIN_FLAG==true) echo 'If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.<br />';
    echo '</div>';
    B Charles
    LAB Computer
    <a href="http://www.labcomputerny.com">My Store</a>

  9. #289
    Join Date
    Feb 2012
    Location
    mostly harmless
    Posts
    1,809
    Plugin Contributions
    8

    Default Re: Ultimate SEO 2.200+ (new features)

    Quote Originally Posted by labcomputer View Post
    Hi all,
    I am having issues with USEO, when enabled I am getting this:
    When I click manifacturer or categories or anythingelse ( i got this:http://www.labcomputerny.com//adapters-c-65/)
    You will also want to look at your configure.php. The extra "/" in the URL usually indicates HTTP_SERVER and/or HTTPS_SERVER end with a "/" (and they should not).

    When you installed, were there any error messages during step #5? Was there a success message during step #5?
    Was this an upgrade from a previous version? If so what version? Was this a new installation of "Ultimate SEO URLs"?
    What version of Zen Cart? What if anything was in the debug files (/logs or /cache)?
    The glass is not half full. The glass is not half empty. The glass is simply too big!
    Where are the Zen Cart Debug Logs? Where are the HTTP 500 / Server Error Logs?
    Zen Cart related projects maintained by lhûngîl : Plugin / Module Tracker

  10. #290
    Join Date
    Jan 2011
    Posts
    30
    Plugin Contributions
    0

    Default Re: Ultimate SEO 2.200+ (new features)

    by the way I turn off U SEO because the site was down. I taught it was working but it wasn't.
    B Charles
    LAB Computer
    <a href="http://www.labcomputerny.com">My Store</a>

 

 

Similar Threads

  1. Ultimate Fade-In Slidehow Support thread
    By outeredge2 in forum All Other Contributions/Addons
    Replies: 158
    Last Post: 4 Feb 2017, 03:10 AM
  2. Ultimate Cross Sell [Support Thread]
    By ultimate_zc in forum All Other Contributions/Addons
    Replies: 239
    Last Post: 17 May 2015, 03:25 AM
  3. Ultimate Content Glider [Support Thread]
    By ultimate_zc in forum All Other Contributions/Addons
    Replies: 11
    Last Post: 4 Sep 2012, 05:16 AM
  4. 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