2.11 Cannot find "manager"

I install a FreePBX a many times for testing, installing, etc.

From the SVN to install the modules, I would just make it easy and just type in

var/lib/asterisk/bin/module_admin installall

However that really no longer functions in after installing FreePBX from GIT.

Instead I just get

Module cxpanel successfully downloaded
Failed to install due to the following missing required module(s):

manager

The following error(s) occured:

  • Failed to run installation scripts

So I try to install module manager:

/var/lib/asterisk/bin/module_admin install manager
The following error(s) occured:

  • Cannot find module

Then typing in:

/var/lib/asterisk/bin/module_admin listonline reveals

manager Not Installed (Available online: 2.11.0.5)

So what is going on with this?

/var/lib/asterisk/bin/module_admin download manager
/var/lib/asterisk/bin/module_admin install manager
2 Likes

Well, that was easy…thanks a bunch!