PDA

View Full Version : Greek Support on ISPConfig 2.2.14, lost tools menu


pssara
5th July 2007, 10:16
Hello, i just upgraded from 2.2.12 to 2.2.14 to use the Greek Menus.
Unfortunately, the support of the Greek Language is not ported well:

The encoding of the pages is still 8859-1 where is should be 8859-7
I totally lost tools menu, after changing to Greek language. When pressing the tools menu i get an empty page.

The problem is that i cannot change back to English, as i lost the tools menu. Is there another way to change the language back to English?

till
5th July 2007, 11:55
The encoding of the pages is still 8859-1 where is should be 8859-7

You must change the encoding if you change the language. the encoding is set in /home/admispconfig/ispconfig/lib/config.inc.php

pssara
5th July 2007, 12:31
Thanks.
But still the left panel has no page encoding at all.
And i still have problem with the tools menu it opens as a blank page.
Any help with changing the language from command prompt or Sql ?

falko
6th July 2007, 18:20
Hm, not sure if this thread can help you: http://www.howtoforge.com/forums/showthread.php?t=13491&highlight=encoding+ispconfig

pssara
8th July 2007, 19:19
Thanks. I have already changed the encoding but it didnt work on the left panel. I would also like some help on changing the language back to English without using the tools menu, which is not accessible.

Hans
8th July 2007, 19:43
Because your tools screen is not accessible anymore, which means you can't use the Tools menu anymore, i suggest to do the following:

Create a copy of your Greek Language file:
cp /home/admispconfig/ispconfig/web/tools/lib/lang/gr.lng /home/admispconfig/ispconfig/web/tools/lib/lang/gr-old.lng

Overwrite the Greek language file with the English one:
cp /home/admispconfig/ispconfig/web/tools/lib/lang/en.lng /home/admispconfig/ispconfig/web/tools/lib/lang/gr.lng

It would be nice if you could find out why the Greek Tools screen is not functioning anymore, so we can correct it.

till
8th July 2007, 19:59
Or you change the complete user in the database back to english.

http://www.howtoforge.com/forums/showthread.php?t=13793