FreePBX 2.9.0 PHP Fatal error: Call to undefined function _() in admin/config.php on line 38

Hello all,

I have done a fresh install of FreePBX 2.9.0 with Asterisk 1.8.17 on a OpenSuSE 12.2.

After the installation, i have got this error message when i go to the admin page the first time:

HP Fatal error: Call to undefined function _() in admin/config.php on line 38 (path is snipped, but is correct into the original)

At line 38 of that file there is this:

$type_names = array(
‘tool’=>(‘Tools’),
‘setup’=>
(‘Setup’),
‘cdrcost’=>_(‘Call Cost’),
);

What’s wrong?

You didn’t compile PHP with gettext.

http://us3.php.net/manual/en/book.gettext.php