[mythtv-users] Fwd: ubuntu 19.10 mythweb (solved ish)

John jksjdevelop at gmail.com
Tue Oct 29 08:00:49 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.

P.S.
The master version of Mythweb has the fixes for compatibility with php 
7.3 so must be used, even in a fixes 30 system.

I think there is also an SQL issue due to 19.10 being updated to Mysql 
version 8, will report in a new thead.


More information about the mythtv-users mailing list