[SOLVED] The gettext option

xinca
xinca's picture

Joined: 2002-09-28
Posts: 86
Posted: Sun, 2005-05-01 07:05

I wanted to the muiltilingual function but my Gallery said: "Your webserver does not support localization. Please instruct your system administrator to reconfigure PHP with the gettext option enabled."

So I contacted my web host for help. But they replied: "What are you asking? You have sent an address that describes Gettext.
What do you mean please enable? It looks like its not a module."

What can I tell them now?

----

Gallery URL (optional):
Gallery version: gallery2.2005-04-29-08-36-01
Webserver (with version):
Datatabase (with version):
PHP version (eg 4.2.1):
phpinfo URL (optional): http://www.allqoo.com/phpinfo.php
Graphics Toolkit(s):
Operating system:
Web browser/version:
G1 version (for migration bugs):

 
bharat
bharat's picture

Joined: 2002-05-21
Posts: 7994
Posted: Sun, 2005-05-01 07:41

They need to compile PHP with the --with-gettext option. Without that, PHP doesn't support gettext, and we rely on that to do localization.

 
xinca
xinca's picture

Joined: 2002-09-28
Posts: 86
Posted: Sun, 2005-05-01 07:50

Thanks bharat for your quick reply. I will ask them to recompile PHP with that gettext option. :D

 
xinca
xinca's picture

Joined: 2002-09-28
Posts: 86
Posted: Sun, 2005-05-01 12:53

It works now after the re-compile :lol:

 
zainix
zainix's picture

Joined: 2010-03-11
Posts: 1
Posted: Thu, 2010-03-11 02:13

open your php configure file in your C:/windows/php.ini

FIND: ;extension=php_gettext.dll
MODIFY: extension=php_gettext.dll

than,reconfigure PHP with the gettext option enabled successfully !!!

REMEMBER: You must restart your Apache Server !