Erro 255 Need Help Urgent!

Hi,

My server getting this error 255, How can i fix it??

Reload failed because retrieve_conf encountered an error: 255

exit: 255
found language dir fr for directory, not installed on system, skipping
Added to globals: ASTETCDIR = /etc/asterisk
Added to globals: ASTMODDIR = /usr/lib/asterisk/modules
Added to globals: ASTVARLIBDIR = /var/lib/asterisk
Added to globals: ASTAGIDIR = /var/lib/asterisk/agi-bin
Added to globals: ASTSPOOLDIR = /var/spool/asterisk
Added to globals: ASTRUNDIR = /var/run/asterisk
Added to globals: ASTLOGDIR = /var/log/asterisk
Added to globals: CWINUSEBUSY = true
Added to globals: AMPMGRUSER = admin
Added to globals: AMPMGRPASS = DunhamBushAsterisk01!
Added to globals: AMPDBENGINE = mysql
Added to globals: AMPDBHOST = localhost
Added to globals: AMPDBNAME = asterisk
Added to globals: AMPDBUSER = asteriskuser
Added to globals: AMPDBPASS = DunhamBushAsterisk01!
Added to globals: VMX_CONTEXT = from-internal
Added to globals: VMX_PRI = 1
Added to globals: VMX_TIMEDEST_CONTEXT =
Added to globals: VMX_TIMEDEST_EXT = dovm
Added to globals: VMX_TIMEDEST_PRI = 1
Added to globals: VMX_LOOPDEST_CONTEXT =
Added to globals: VMX_LOOPDEST_EXT = dovm
Added to globals: VMX_LOOPDEST_PRI = 1
Added to globals: MIXMON_DIR =
Added to globals: MIXMON_POST =
PHP Fatal error: Call to a member function getMessage() on a non-object in /drbd/var/www/html/admin/modules/core/functions.inc.php on line 378
1 error(s) occurred, you should view the notification log on the dashboard or main screen to check for more details.

retrieve_conf encountered an error is a FreePBX error, and it could be cause by multiples causes. To diagnose the possible cause of this issue run the to the following commands

  1. cd /var/lib/asterisk/bin
  2. ./retrieve_conf

The last command would tell you what could be the problem

And please address future question related to Freepbx throug hhttp://community.freepbx.org/

PHP Fatal error: Call to a member function getMessage() on a non-object in /drbd/var/www/html/admin/modules/core/functions.inc.php on line 378

it show me this

I told you this is not an Asterisk’ issue it is FreePBX issue, so must address this issue through their support forum but anyway I will give you some hints. This error occurs whenever a method is called on anything other than an object (usually null), e.g.:

// …when getAction() returns null:
$this->getAction()->invoke();

start reading this document and then open the line 378 on the file

/drbd/var/www/html/admin/modules/core/functions.inc.php and fix it

Hi,
This happens in FreePBX.To resolve the issue all you need to do is amportal restart or you can do fwconsole restart that will fix the issue.