All has a single slash. Will do reinstall as I would usually then test, then if ok will add new theme files. Will post outcome.
Printable View
All has a single slash. Will do reinstall as I would usually then test, then if ok will add new theme files. Will post outcome.
I have added the Russian language ezpages and have merged the admin/ezpages.php files of the ceon and Russian pack but get the above errors. The installation check says all is installed well. Anything I add to the Ezpages gets updated but the URLs are not generated. Can you please give me some help as to what I need to do? Thanks :)
PS, these pages do have titles and I have tried putting the title in the boxes and that doesn't work either...
Thank You for replying with the cause and solution :)
It appears you may have forgotten to obfuscate the location of your "admin" folder (before posting your .htaccess contents)... I would strongly suggest you rename your "admin" folder just to be on the safe side.
For some reason my product titles are consist of some html tags (<b> and <br>). URI mapping transforms them to symbols, e.g.:
Product name: "<b>New</b><br> Super Cool Product"
Old url: mysite.com/index.php?main_page=product_info&cPath=1&products_id=1
New url: mysite.com/category_name/b_new_b_br_super_cool_product
I have tried to type those letters in the "Remove Words" field but with no luck.
If I type "b=>", it just removes ALL "b" letteres from the new url:(
Is it possible to get rid of those "b" and "br" in the url?
First <b> is an outdated HTML tag that is replaced by <strong>
Second you should NOT be including HTML tags in your product names to begin with. It's a poor practice..
And that's the way the "Remove Words" feature works (and it is clearly explained in the user interface that this will be the result). Zen Cart will strip the opening and closing symbol of your HTML tag and save them as the ascii code before saving your products to the database.. Ceon URI will ignore these ascii symbols. Hence why your URLs convert <b> to b..
So the solution??? Manually enter the URI for these products..
OR (and my recommendation)
Stop including HTML tags in your product names.
Hello and thanks for this great mod! :)
I have a small problem thou: everytime somebody accesses any of the sub categories in my store, error log is generated:
For example:
File does not exist: http://www...../store/main-category referer: http://www...../store/main-category/sub-cagory/
What could cause those error logs?
(.... = store url hidden for better display)
No error logs are generated if visiting main categories i.e. http://www...../store/main-category
Zen Cart vr. 1.5.1
Thanks for the quick reply! :)
As I described, error log contains this kind of logs for every page view in sub categories:
File does not exist: http://www...../store/main-category referer: http://www...../store/main-category/sub-cagory/
"....." part contains domain name, just shortened it a bit for easier reading ;)
Kind regards,
Harri