Unsigned Modules - unable to update

Here, I have multiple issues: FreePBX is not showing my Paging Groups, even though I have some set up and can use them. It also won’t allow me to create new ones.

Additionally, I attempted to upgrade using the 2.11 to 12 upgrade tool and now, I have unsigned module errors but can not clear them.

Any advice?

This article on the wiki seems to identify your issue:
https://wiki.freepbx.org/display/F2/Module+Signing

From the article:

Upgrading from 2.11 and have unsigned modules?

You may have come here because you’ve seen this security warning pop up, and you have a pile of unsigned modules. Don’t panic! You just haven’t completed the last part of the upgrade from 2.11 to 12. You need to log in to your FreePBX server via ssh, or via the console, and run the following three commands:

    amportal chown
    amportal a ma refreshsignatures
    amportal a reload

That will ensure that all the files have the correct permissions, re-download any modules that you have on your machine that don’t have signatures. and finally click the ‘Reload Now’ button for you. After that, all the warnings and errors should be gone!

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.