Difference between revisions of "Troubleshooting"

From FusionPBX
Jump to: navigation, search
m (moved Error messages to Troubleshooting: More appropriate implications!)
Line 6: Line 6:
 
  Errors when you apply settings
 
  Errors when you apply settings
 
- please see [[Apply Settings]]
 
- please see [[Apply Settings]]
 +
 +
Error number: 111 error description: connection refused no handle
 +
- usually this means that freeswitch isn't started.  If you are using linux try '''ps -ef |grep freeswitch''' from the command line to see if it is running.

Revision as of 01:10, 11 January 2011

Fatal error: Call to undefined function recording_js() in /var/www/fusionpbx/www/mod/recordings/v_recordings.php on line 40

- this may be because mod_spidermonkey is not loaded. See the notes on modules

- it also may be because you have upgraded using the upgrade button - note that at the present time the upgrade button is unreliable - it is recommended to upgrade using svn until this is resolved.

Errors when you apply settings

- please see Apply Settings

Error number: 111 error description: connection refused no handle

- usually this means that freeswitch isn't started. If you are using linux try ps -ef |grep freeswitch from the command line to see if it is running.