I have been running Zoneminder 1.29 on Ubuntu 15.10 with no problems. Today I upgraded my Ubuntu installation to 16.04 using the following commands
Code: Select all
apt-get update
apt-get upgrade
apt-get dist-upgrade
sudo apt-get install update-manager-core
sudo do-release-upgrade
When I navigate to the default Apache page, I get the usual default page.
I checked the zoneminder service and it is running. Restarted it and still nothing.
After a bit of Googling I tried the following fixes:
Code: Select all
rm /etc/mysql/my.cnf
cp /etc/mysql/mysql.conf.d/mysqld.cnf /etc/mysql/my.cnf
gedit /etc/mysql/my.cnf
Code: Select all
sql_mode = NO_ENGINE_SUBSTITUTION
tried the fix here and set short_open_tag to on
but still nothing after a reboot.
I can see from the directory where I store my images that they are still being written so zoneminder itself is running as expected therefore I think it's likely to be something on the Apache side.
Can anyone help?