Comment 1 for bug 1667244

Revision history for this message
Dariosh Rizi (dnr-f) wrote :

I solved this problem by installing PHP5.6 parallel with PHP7:
===============================================================
sudo add-apt-repository ppa:ondrej/php
sudo apt-get update
sudo apt-get install php5.6 php5.6-mysql php5.6-pgsql php-gettext php5.6-mbstring php-mbstring php-xdebug libapache2-mod-php5.6

sudo a2dismod php7.0
sudo a2enmod php5.6

Restart the Apache2 and Postgresql:
sudo service apache2 restart
sudo service postgresql restart

Open your Firefox and go to the admin web page.

http://ltsp1/ltsp-cluster-control/Admin/admin.php
its working now for me.
Ubuntu 16.04 LTS

Dariosh Rizi