i need to give the product a name in georgian language, but when i try to do this from admin panel, it displays this ? ? ? ? ? in home page. can anyone help ?
Last edited by Zviadi on Sat Sep 27, 2008 2:44 am, edited 1 time in total.
It will be cyrillic text so your database needs to be UTF-8.
Start by checking the database values with phpmyadmin to ensure that the data in the database is good. If not, paste the values directly into the database and see if it displays correctly on the catalog pages.
Start by checking the database values with phpmyadmin to ensure that the data in the database is good. If not, paste the values directly into the database and see if it displays correctly on the catalog pages.
sorry, the error i wrote there,
Notice: unserialize() [function.unserialize]: Error at offset 1166 of 4952 bytes in /usr/home/schirnho/public_html/upload/library/cart/order.php on line 56
Warning: Cannot modify header information - headers already sent by (output started at /usr/home/schirnho/public_html/upload/library/cart/order.php:56) in /usr/home/schirnho/public_html/upload/library/environment/response.php on line 23
was actually caused by translating the product name, what can i do now?
Notice: unserialize() [function.unserialize]: Error at offset 1166 of 4952 bytes in /usr/home/schirnho/public_html/upload/library/cart/order.php on line 56
Warning: Cannot modify header information - headers already sent by (output started at /usr/home/schirnho/public_html/upload/library/cart/order.php:56) in /usr/home/schirnho/public_html/upload/library/environment/response.php on line 23
was actually caused by translating the product name, what can i do now?
Last edited by Zviadi on Sat Sep 27, 2008 4:21 pm, edited 1 time in total.
nothing more absolutely, just typed the name in my language in: product description->product name
by the way, this error is not the first time, first it appeared when i tried to translate in catalog/language/english/extension/calculate/total.php
total value with translated word
it had to change the encoding from ascci to utf8 and i believe that was the main reason
so any ideas ?
by the way, this error is not the first time, first it appeared when i tried to translate in catalog/language/english/extension/calculate/total.php
total value with translated word
it had to change the encoding from ascci to utf8 and i believe that was the main reason
so any ideas ?
thanks, i solved it, the problem was that, i had mysql charset UTF-8 Unicode (utf8) and Mysql connection collation utf8-general-ci, i changed collation to utf8-unicode-ci and it worked, the products names changed and it did not cause any errors during checkout procedures.
Who is online
Users browsing this forum: No registered users and 1 guest