Page 1 of 1

Install Zoneminder with shell script fails date.timezone

Posted: Mon Oct 01, 2018 8:01 am
by MoOz
Install Zoneminder on Ubuntu 18.04 with shell script
wiki.zoneminder.com/Ubuntu_Server_18.04_64-bit_with_Zoneminder_1.32.0_the_easy_way

fails to install Date.timezone
nothing changes in the php.ini file
have to edit manually

awk '$0="date.timezone = "$0' /etc/timezone >> /etc/php/7.2/apache2/php.ini

can you enter the your timezone in the script ?

Re: Install Zoneminder with shell script fails date.timezone

Posted: Mon Oct 01, 2018 11:28 am
by bbunge
Check the end of the file. The script appends the timezone to the end of the file.

Edit: I ran that script yesterday with no issues. I did edit it to use zoneminder-master.

Re: Install Zoneminder with shell script fails date.timezone

Posted: Tue Oct 02, 2018 12:15 am
by MoOz
ok thanks
i get time zone fail when i run zoneminder
i will look at the bottom of the file next time