Page 92 of 245 FirstFirst ... 42829091929394102142192 ... LastLast
Results 911 to 920 of 2445
  1. #911
    Join Date
    Apr 2011
    Posts
    383
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping v4.x

    [QUOTE=nicksab;1162680]
    Quote Originally Posted by conor View Post
    Hi,



    You haven't read the instructions properly.

    I did read the instructions nut it is not working for me.

    Code:
    associated_db_id ->0
    should be NULL, not zero, for "other" Zen Cart pages.

    When I try to set to NULL, I am getting the following error from mysql:

    1 row affected.
    Warning: #1366 Incorrect integer value: 'NULL' for column 'associated_db_id' at row 1


    I don t really understand what s going on because it was working fine and then URI mapping just stop working for the "custom pages"
    Nevermind, I find the error in one of my .php file.

    Thank you for helping though

  2. #912
    Join Date
    Mar 2011
    Posts
    5
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping v4.x


    Please note the links are to an adult site......


    Firstly, great Mod. Thanks

    Secondly, sorry if I have missed this, just read 92 pages of comments and now my eyes are blurry :)

    I have a problem with modified urls where there are multiple pages.

    eg.

    This url :
    https://scandals-online.co.uk/index....ort=20a&page=1

    works, ie pressing next page brings up next 10 items

    But url :
    https://scandals-online.co.uk/fifty-...ort=20a&page=1

    always returns first 10 items?

  3. #913
    Join Date
    Aug 2004
    Location
    Belfast, Northern Ireland
    Posts
    2,480
    Plugin Contributions
    14

    Default Re: Ceon URI Mapping v4.x

    Hi,

    Quote Originally Posted by nicksab View Post
    Quote Originally Posted by conor View Post
    You haven't read the instructions properly.
    I did read the instructions nut it is not working for me.
    No, I said "properly". associated_db_id has to be NULL for "other" Zen Cart pages.

    Quote Originally Posted by nicksab View Post
    When I try to set to NULL, I am getting the following error from mysql:

    1 row affected.
    Warning: #1366 Incorrect integer value: 'NULL' for column 'associated_db_id' at row 1


    I don t really understand what s going on because it was working fine and then URI mapping just stop working for the "custom pages"
    That's the problem then.. you've changed the database structure.. you have to let the associated_db_id be NULL.. your table must not allow that for the column.

    Don't know how you did this but this was indeed your mistake. Use PHPMyAdmin to change the column so that it can be set to NULL then change all your custom pages to having NULL for that column.

    Whenever you changed the column it will have broken all the custom pages at once.. that's the explanation!

    Have a good weekend.

    All the best...

    Conor
    ceon

  4. #914
    Join Date
    Aug 2004
    Location
    Belfast, Northern Ireland
    Posts
    2,480
    Plugin Contributions
    14

    Default Re: Ceon URI Mapping v4.x

    Hi,

    Quote Originally Posted by eazi View Post
    Firstly, great Mod. Thanks
    Glad you like it.

    Quote Originally Posted by eazi View Post
    Secondly, sorry if I have missed this, just read 92 pages of comments and now my eyes are blurry :)
    Yeah, most issues are fixed, so when 5.x is out I'll start a new thread here, save anyone else wasting their time reading so many pages (although there is a search thread option ;) )

    Quote Originally Posted by eazi View Post
    I have a problem with modified urls where there are multiple pages.

    eg.

    This url :
    https://scandals-online.co.uk/index....ort=20a&page=1

    works, ie pressing next page brings up next 10 items

    But url :
    https://scandals-online.co.uk/fifty-...ort=20a&page=1

    always returns first 10 items?
    Guess you've fixed this? Works perfectly fine for me.

    All the best...

    Conor
    ceon

  5. #915
    Join Date
    Mar 2011
    Posts
    5
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping v4.x

    Hi Conor,

    Thanks for the fact reply.

    No, it's not fixed. If you check the second url it always shows the same items, 1 - 10, never 11 -20

  6. #916
    Join Date
    Aug 2004
    Location
    Belfast, Northern Ireland
    Posts
    2,480
    Plugin Contributions
    14

    Default Re: Ceon URI Mapping v4.x

    Hi,

    Quote Originally Posted by eazi View Post
    Thanks for the fact reply.

    No, it's not fixed. If you check the second url it always shows the same items, 1 - 10, never 11 -20
    Sorry but I don't know what's going wrong.

    Try re-uploading the Zen Cart files that deal with product listings, then re-install Ceon URI Mapping.

    This is a problem with the code on your site, something is blocking the pagination. I'm really sorry but I don't have a specific answer for you other than to say it's not a problem with the module itself.

    All the best...

    Conor
    ceon

  7. #917
    Join Date
    Mar 2011
    Posts
    5
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping v4.x

    Quote Originally Posted by conor View Post
    Hi,



    Sorry but I don't know what's going wrong.

    Try re-uploading the Zen Cart files that deal with product listings, then re-install Ceon URI Mapping.

    This is a problem with the code on your site, something is blocking the pagination. I'm really sorry but I don't have a specific answer for you other than to say it's not a problem with the module itself.

    All the best...

    Conor
    ceon
    Hi Conor,

    Found it :)

    Problem was in my .htaccess file.

    It looked right but I just re-wrote it and it now works :)

  8. #918
    Join Date
    Aug 2004
    Location
    Belfast, Northern Ireland
    Posts
    2,480
    Plugin Contributions
    14

    Default Re: Ceon URI Mapping v4.x

    HI,

    Quote Originally Posted by eazi View Post
    Problem was in my .htaccess file.

    It looked right but I just re-wrote it and it now works :)
    Glad you're sorted.. what was the problem exactly?

    All the best...

    Conor
    ceon

  9. #919
    Join Date
    Mar 2011
    Posts
    5
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping v4.x

    I couldn't find it. But I think that uri redirects were only passing first argument. This was search order in my case. I rewrote .htaccess and it worked so I must have had a typo that I couldn'tsee..

  10. #920
    Join Date
    Aug 2004
    Location
    Belfast, Northern Ireland
    Posts
    2,480
    Plugin Contributions
    14

    Default Re: Ceon URI Mapping v4.x

    Hi,

    Quote Originally Posted by eazi View Post
    I couldn't find it. But I think that uri redirects were only passing first argument. This was search order in my case. I rewrote .htaccess and it worked so I must have had a typo that I couldn'tsee..
    Okay, thanks. Have a good evening.

    All the best...

    Conor
    ceon

 

 

Similar Threads

  1. v139d Ceon uri mapping, how to generate uri mapping for bulk bulk-imported products?
    By mybiz9999 in forum All Other Contributions/Addons
    Replies: 3
    Last Post: 8 Jan 2013, 06:52 AM
  2. CEON URI Mapping
    By jmkent in forum All Other Contributions/Addons
    Replies: 3
    Last Post: 22 Nov 2012, 04:28 PM
  3. Ceon URI Mapping (SEO)
    By conor in forum All Other Contributions/Addons
    Replies: 2906
    Last Post: 9 Sep 2011, 08:31 AM
  4. Ceon URI Mapping v4
    By conor in forum All Other Contributions/Addons
    Replies: 110
    Last Post: 14 Aug 2011, 02:51 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