Hi,

Originally Posted by
perfumbg
Hi,
There was the following problem. My way to "add_review" is now in Bulgarian "http://www.domain.biz/za-maje/Paco-Rabanne-1-Million-100ml/добави-коментар", but the page can not be found and no one can put comments . Here is my
site. Is this fixable.
Thanks again zenners.
You've mistakenly set the language defines in admin/includes/languages/bulgarian/extra_definitions/ceon_uri_mapping.php to use Bulgarian!
This was a silly mistake!
You should translate the following properly, using only vaild URI characters (no bulgarian characters!):
PHP Code:
define('CEON_URI_MAPPING_URI_PART_PRODUCT_REVIEWS', 'reviews');
define('CEON_URI_MAPPING_URI_PART_PRODUCT_REVIEWS_INFO', 'review');
define('CEON_URI_MAPPING_URI_PART_PRODUCT_REVIEWS_WRITE', 'add-a-review');
define('CEON_URI_MAPPING_URI_PART_TELL_A_FRIEND', 'tell-a-friend');
You'll then have to go through your database by hand and fix all the records for the products reviews/add a review/tell a friend.
Sorry but this will take you some time... it's just unfortunate that you made the mistake you did when installing!
All the best..
Conor
ceon
Bookmarks