Conor, that was just me being stupid and not knowing what I didn't know (which at this point is still a lot). I'll be a lot more careful to give anyone who's offering to help the full picture.
Conor, that was just me being stupid and not knowing what I didn't know (which at this point is still a lot). I'll be a lot more careful to give anyone who's offering to help the full picture.
Hi,
The main thing is that you are up and running now.. and don't worry, we're all learning as we go! :)
All the best...
Conor
ceon
Hi Conor, I just installed Ceon URI Mapping & I updated the URI mapping for all my categories & products; The problem is that it worked fine for the categoties but not for my products; When I click any product on the web site it brings up a white page for that product without any graphics (looks like a text only page);
I'm affraid that it have somthing with the htaccess file; I have it uploaded to /public_html/.htaccess, & here is the file
RewriteEngine On
# Don't rewrite any URIs ending with a file extension (ending with .[xxxx])
RewriteCond %{REQUEST_URI} !\.[a-zA-Z]{2,4}$
# Don't rewrite admin directory
RewriteCond %{REQUEST_URI} !^/admin.* [NC]
# Don't rewrite editors directory
RewriteCond %{REQUEST_URI} !^/editors.* [NC]
# Don't rewrite cPanel directories
RewriteCond %{REQUEST_URI} !/cpanel.* [NC]
RewriteCond %{REQUEST_URI} !/frontend.* [NC]
# Handle all other URIs using Zen Cart (index.php)
RewriteRule (.*) /index.php?%{QUERY_STRING} [L]
Did I do anything wrong?
Again my problem is only with products not with categories
Hi,
That's not a problem with the URI mapping module I don't think.. you'd get the blank page ALL the time or not at all.
You'll have to enable error reporting on your site and find out what is causing the problem. Search the forum for details on how to do this.
You must have installed something else at the same time as the module or you have adjusted your product info display template and made a mistake in the code.. something other than the URI Mapping module is the source of your problems.
Hope that helps! Please don't post a reply on this thread, start a new thread if you are still having trouble.
All the best...
Conor
ceon
ive just noticed that if you try to add a review to a product that has its url rewriten you just get an error message and cant be writen. page 404 error
thanks for the mod :)
works like a gem!
This is not making any sense to me. This is a great module and I have installed it easily on one zen cart already and worked like a charm, however I am having problems on the 2nd cart.
Both sites are on same server.
Both using Zen Cart 1.3.8a
Both using updated URI mapping 3.2.4.
Both are using same htacces code.
Problems:
1) Admin section configuration not showing button to enable/ disable URI mapping.
2) Urls are NOT being overwritten still showing long path. The database is showing what should be written.
I have even reinstalled zen cart so it is at it's basic form to make sure that nothing is overwritten.
I do not understand why the second cart is not working.
Nevermind my previous post I have figured it out. For some reason the configure and configure_group in the database did not update with URI table information. I just copied those tables from other cart and viola it worked.
But thanks for a great MOD!!!
![]()
Hi Conor,
just installed your module, work perfectly, even can hadle czech symbols. Great work! Thank you!
Nevertheless I have a question, while going to EZ pages it's throwing
two symbols "?&", see example:
http://www.auto-moto-elektronika.cz/...bku?&chapter=1
Is it the way it should be or there is a fix needed?
The URI for the mentioned EZ page has been generated correctly, i.g. "Katalogy-nasich-vyrobku".
Thanks again.
Regards,
Andy
Can the uri mapper work with russian charset? I tried but russian symbols are transformed to integers(chars are multibyte, and they're transformed to ိ for example), any hints on that?
Bookmarks