Closed swordmaster2k closed 8 years ago
I also tested it under Ubuntu 15.10 and Apache 2.4.12 and it was still functioning. I noticed that Ubuntu 16.04LTS moved up to PHP 7 from PHP 5, could that be having an affect?
I found the cause of the issue Ubuntu had disabled PHP5 after the upgrade without installing PHP7. To fix it I had to run:
sudo apt-get install php libapache2-mod-php php-json php-curl
sudo systemctl restart apache2
Glad to hear your issue is resolved. Seems very specific to upgrade of system packages.
Hi,
I recently upgraded my Ubuntu server distribution from the older Ubuntu 15.04 and Apache 2.4.10. I had linux-dash installed under /var/www/html/linux-dash. Before the upgrade everything was working fine, but now I don't have any readings and I'm seeing the following errors in the browser console:
I've looked around in the apache PHP logs but I don't see anything in the error.log or access.log that could be causing this issue. It stopped working after the upgrade, I tried a few other things like changing the folder permissions but I can't get it working again under Apache. I'm using the python version for the moment.
Thanks.