-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 13
-
Fix Version/s: 13
-
Component/s: Installation
-
Labels:None
-
ToDo:
-
Asterisk Version:11
Since CEL requires Asterisk 12 or greater, I delete the CEL module if Asterisk 11 is being used.
The following installation script fragment:
if [ "${VER_ASTERISK}" = "11" ]; then
fwconsole ma delete cel
fi
fwconsole reload
fwconsole chown
produces the following error:
Module cel successfully deleted
Updating Hooks...Done
Reloading FreePBX
Successfully reloaded
Taking too long? Customize the chown command, See http://wiki.freepbx.org/display/FOP/FreePBX+Chown+Conf
Setting Permissions...
99% 19400/19447 [===========================>] 99%
[Whoops\Exception\ErrorException]
filetype(): Lstat failed for /var/www/html/ucp/modules/Cel
chown [args1] ... [argsN]