Changeset 12843 for modules

Show
Ignore:
Timestamp:
10/19/11 18:00:13 (2 years ago)
Author:
p_lindheimer
Message:

update restart error message

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/branches/2.10/fw_fop/functions.inc.php

    r12806 r12843  
    2727      exec('killall -HUP op_server.pl 2>&1', $output, $exit_val); 
    2828      if ($exit_val != 0) { 
    29         $desc = _('Could not reload the FOP operator panel server using killall -HUP op_server.pl. Configuration changes may not be reflected in the panel display.'); 
     29        $desc = _('Could not reload the FOP operator panel server using killall -HUP op_server.pl. Configuration changes may not be reflected in the panel display. If the FOP module was just installed you may have to retart Asterisk with the "amportal restart" command for the FOP server to run.'); 
    3030        $nt->add_error('freepbx','reload_fop', _('Could not reload FOP server'), $desc); 
    3131        // send the error output to dbug log if enabled.