PhantomVl / sccp_manager

SCCP Manager
35 stars 19 forks source link

Module installation failed no sccp device table #55

Closed Od1waN closed 4 years ago

Od1waN commented 4 years ago

Hi,

i will install the module to a raspPBX and chan_sccp is installed. I using the latest Version from freepbx. But the installation failed with !!!! Installation error: Can not find required sccpdevice table !!!!!! ::

`/var/www/html/admin/libraries/utility.functions.php

function compress_framework_css() { compress::web_files(); }

/**

/**

I don't know what to do or i missing some functions or modules?!

so long Nico

PhantomVl commented 4 years ago

You may not have created a basic set of tables before installing the module. Check your steps with the Centos instance example https://github.com/PhantomVl/sccp_manager/wiki/Instal-on-CentOS-7

Od1waN commented 4 years ago

Hi,

cool this works now. Thanks for you fast help.