Re: Ceon URI Mapping v4.x
[QUOTE=nicksab;1162680]
Quote:
Originally Posted by
conor
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
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?
Re: Ceon URI Mapping v4.x
Hi,
Quote:
Originally Posted by
nicksab
Quote:
Originally Posted by
conor
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
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
Re: Ceon URI Mapping v4.x
Hi,
Quote:
Originally Posted by
eazi
Firstly, great Mod. Thanks
Glad you like it.
Quote:
Originally Posted by
eazi
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
Guess you've fixed this? Works perfectly fine for me.
All the best...
Conor
ceon
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
Re: Ceon URI Mapping v4.x
Hi,
Quote:
Originally Posted by
eazi
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
Re: Ceon URI Mapping v4.x
Quote:
Originally Posted by
conor
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 :)
Re: Ceon URI Mapping v4.x
HI,
Quote:
Originally Posted by
eazi
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
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..
Re: Ceon URI Mapping v4.x
Hi,
Quote:
Originally Posted by
eazi
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