Razorx3d
Apr 20 2007, 06:14 PM
when i try to add a new catalog or new item in admin console and want to write it in greek the word after the 4-5 letter appear like this word&# why?(i wrote english word so you can understand were the problem is) can someone help me everywere else the greek words are ok except insede the admin and also in shop if i create new catlog or item.
help me please i am despert.
Pizelli
Apr 21 2007, 06:16 PM
Hello Razorx3d,
you need to change your varchar(32) to varchar(255) in categories_description in your phpmyadmin.
Hope this helps - It didn't help me though
Razorx3d
Apr 25 2007, 03:28 AM
thanks i will try
Razorx3d
Apr 25 2007, 03:37 AM
i am sorry but cant find that varchar(32) to varchar(255) were is this opption i my phpmyadmin i cant find it. plaese heeeelp someone
Razorx3d
Apr 25 2007, 03:47 AM
ok i find it in my phpmyadmin
Pizelli
May 7 2007, 07:14 AM
Did it work?
oschellas
May 7 2007, 07:38 AM
Select Greek from main admin panel before editing categories / products.
Razorx3d
Jun 19 2007, 07:07 PM
QUOTE (oschellas @ May 7 2007, 07:38 AM)

Select Greek from main admin panel before editing categories / products.
the problem is i can not select greek language in catalog, despite that i have installed it already.
oschellas
Jun 28 2007, 08:43 AM
You have to install the language files (admin and catalog) and you have to install the language through your admin / Localization / Languages.
Changing following setting in the file: catalog/admin/includes/languages/english.php
define('CHARSET', 'iso-8859-1');
to
define('CHARSET', 'iso-8859-7');
enables you to add greek characters without a problem in your admin (if iso is used)
webskipper
Sep 16 2007, 09:20 AM
Still scrambled.
I have enabled Greek on my Mac just about everywhere.
Yassou!
robertel
Apr 17 2008, 11:16 AM
Well. I found a workaround....that in ../Languages you need to specify your language..ie greek.php but that probebly will not work since there is asked for a .php file....so change your greek.php to .php ( leave greek out). Give it a try...it worked for me...DO NOT FORGET TO SAVE YOUR greek.php FIRST.
( I realise it is part of the problem ).
nonickch
May 9 2008, 06:37 AM
I run into similar problems.
Changing the charset in the admin/includes/languages/english.php to 8859-7 did fix my following problem:
I installed the greek zones/taxes, but since I could not enter the greek .sql I mported the english one and edited all the entries to greek via the administration tool. The displaying of the names was fine (apart from the administration-shop location) but I the creation of new users was impossible. The droplist had all the zones correctly, but no matter which one you'd choose it complained again that you had to choose one.
The catalog entries got fixed with the varchar(255) that also appled to zone names.
When you guys mean you installed the greek language pack I'm assuming you're talking about the greek-iso contribution?
2progressive
May 20 2008, 03:41 PM
QUOTE (nonickch @ May 9 2008, 06:37 AM)

I run into similar problems.
Changing the charset in the admin/includes/languages/english.php to 8859-7 did fix my following problem:
I installed the greek zones/taxes, but since I could not enter the greek .sql I mported the english one and edited all the entries to greek via the administration tool. The displaying of the names was fine (apart from the administration-shop location) but I the creation of new users was impossible. The droplist had all the zones correctly, but no matter which one you'd choose it complained again that you had to choose one.
The catalog entries got fixed with the varchar(255) that also appled to zone names.
When you guys mean you installed the greek language pack I'm assuming you're talking about the greek-iso contribution?
varchar(255) does the trick if anyone else gets the same problem.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please
click here.