undefined gettext core.class

Asked by Jack

Hi,

When trying to connect, I get a 'Fatal error: Call to undefined function gettext() in C:\wamp\www\phpDevShell\includes\core.class.php on line 531' message.

I run under Windows XP SP2.
MySQL version 5.0.51b
PHP version 5.2.6
Apache 2.2.8

It looks like a miss some php code or functions.

Thanks for your help,

Jack

Question information

Language:
English Edit question
Status:
Answered
For:
PHPDevShell Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Greg (gregfr) said :
#1

gettext() is a standard extension of php; however, on some servers it's not installed. To check yours, create an simple php file containing:

<? phpinfo(); ?>

and open it through your server ; you should find a part named gettext somewhere. if not, please refer to php install documentation.

Greg

PS: windows is not a supported plateform, because of various flaws in its core design

Revision history for this message
TitanKing (titan-phpdevshell) said :
#2

We will look into this anyway and disable translation if gettext is not available. Please look out for PHPDevShell 2.7.1

Can you help with this problem?

Provide an answer of your own, or ask Jack for more information if necessary.

To post a message you must log in.