Announcement

Collapse
No announcement yet.

Page 2 problem

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Page 2 problem

    Hello,

    When I get to the bottom of this page http://www.fieldsofambrosia.com/category/BarSoaps-Cleansing.html and try to go to the next page I get this error message. Page 'CTGYCatListingOffset=9' not found

    Has anyone had this problem before? Thank you in advance.

    Tom Dean
    WebMaintain

    #2
    Re: Page 2 problem

    Originally posted by Devpro View Post
    Hello,

    When I get to the bottom of this page http://www.fieldsofambrosia.com/category/BarSoaps-Cleansing.html and try to go to the next page I get this error message. Page 'CTGYCatListingOffset=9' not found

    Has anyone had this problem before? Thank you in advance.

    Tom Dean
    WebMaintain
    If you do not mind can you submit a ticket to [email protected]
    Happie Mendenhall
    Support Technician
    Miva, Inc.

    Comment


      #3
      Re: Page 2 problem

      Often this is because your .htaccess file is missing the QSA flag on its rewrite rules, so something like this:

      #RewriteCond %{REQUEST_FILENAME} !-s
      #RewriteRule ^category/([^/.]+).html$ /mm5/merchant.mvc?Screen=CTGY&Category_code=$1 [R=301,L]

      should be

      #RewriteCond %{REQUEST_FILENAME} !-s
      #RewriteRule ^category/([^/.]+).html$ /mm5/merchant.mvc?Screen=CTGY&Category_code=$1 [QSA,R=301,L]
      Bruce Golub
      Phosphor Media - "Your Success is our Business"

      Improve Your Customer Service | Get MORE Customers | Edit CSS/Javascript/HTML Easily | Make Your Site Faster | Get Indexed by Google | Free Modules | Follow Us on Facebook
      phosphormedia.com

      Comment


        #4
        Re: Page 2 problem

        Looking at the error message, it appears that there's an ampersand missing between the screen code "CTGY" and the parameter "CatListingOffset." This might be just a typing error on a page template. The error message seems to confirm that the store is trying to use CTGYCatListingOffset as a page code.

        HTH --
        Kent Multer
        Magic Metal Productions
        http://TheMagicM.com
        * Web developer/designer
        * E-commerce and Miva
        * Author, The Official Miva Web Scripting Book -- available on-line:
        http://www.amazon.com/exec/obidos/IS...icmetalproducA

        Comment

        Working...
        X