[mythtv-users] ubuntu 19.10 mythweb (solved)
John
jksjdevelop at gmail.com
Mon Oct 28 18:15:20 UTC 2019
On 25/10/2019 21:01, jksjdevelop wrote:
> Any body got mythweb working on Ubuntu 19.10?
>
> Apache wont start
>
> Oct 25 20:33:46 tv systemd[1]: Starting The Apache HTTP Server...
> Oct 25 20:33:46 tv apachectl[3650]: AH00526: Syntax error on line 113
> of /etc/apache2/sites-enabled/mythweb.conf:
> Oct 25 20:33:46 tv apachectl[3650]: Invalid command 'php_value',
> perhaps misspelled or defined by a module not included in the server
> configur
> Oct 25 20:33:46 tv apachectl[3650]: Action 'start' failed.
> Oct 25 20:33:46 tv apachectl[3650]: The Apache error log may have more
> information.
> Oct 25 20:33:46 tv systemd[1]: apache2.service: Control process
> exited, code=exited, status=1/FAILURE
> Oct 25 20:33:46 tv systemd[1]: apache2.service: Failed with result
> 'exit-code'.
>
> line 113 of /etc/apache2/sites-enabled/mythweb.conf:
>
> contains the first call of php_value which google sais is deprecated
>
> php_value file_uploads 0
>
It seems that ubuntu 19.10 uses php7.3 rather than 7.2.
The command
sudo a2enmod php7.3
rectifies the issue.
More information about the mythtv-users
mailing list