As of today, June 26, 2019, installing Debian 9 with GUI interface (I know, don’t do that, but I couldn’t get USB working otherwise for some reason) and then installing FusionPBX, leaves you with a less than functional system. I don’t know if the install scripts are bad and in need of updating, but this is what worked for me:
- Sudo nano /etc/apache2/sites-enabled/000-default.conf
- Change path from /var/www/html to /var/www
- sudo apt-get install libapache2-mod-php7.0
- sudo a2enmod php7.0
- sudo apt install php7.0-pgsql
- sudo phpenmod pdo_pgsql
- sudo service apache2 restart
- sudo apt-get install php7.0-xml
- sudo service apache2 restart