More FusionPBX Post Install

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:

  1. Sudo nano /etc/apache2/sites-enabled/000-default.conf
    1. Change path from /var/www/html to /var/www
  2. sudo apt-get install libapache2-mod-php7.0
  3. sudo a2enmod php7.0
  4. sudo apt install php7.0-pgsql
  5. sudo phpenmod pdo_pgsql
  6. sudo service apache2 restart
  7. sudo apt-get install php7.0-xml
  8. sudo service apache2 restart

Leave a Comment