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 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1667244 Title: ltsp-cluster-control not working with PHP7 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ltsp-cluster-control/+bug/1667244/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
