-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 13
-
Fix Version/s: 15
-
Component/s: FreePBX Framework
-
Labels:None
-
Bug Tracker:Customer Issue
-
ToDo:
-
Asterisk Version:14.2.1
-
Distro Version:Ubuntu 16.04.2 LTS
-
Distro:Self Install Ubuntu
When checking for modules online, the framework performs a post to http://mirror1.freepbx.org//all-13.0.xml the post content sends a bunch of module info as well as a phpver attribute.
On my PHP 7 instal this equates to
phpver=7.0.15-0ubuntu0.16.04.4
The server returns a 500 error if that variable is included. If you change the 7 to a 5 it works fine.