<html dir="ltr"><head></head><body style="text-align:left; direction:ltr;" bgcolor="#f7f7f7" text="#818181" link="#3399ff" vlink="#2c2c2c"><div>On Tue, 2018-10-02 at 02:07 -0700, Bob Sully wrote:</div><blockquote type="cite" style="margin:0 0 0 .8ex; border-left:2px #729fcf solid;padding-left:1ex"><blockquote type="cite" style="margin:0 0 0 .8ex; border-left:2px #729fcf solid;padding-left:1ex"><pre>On 02/10/18 07:04, Bob Sully wrote:</pre><blockquote type="cite" style="margin:0 0 0 .8ex; border-left:2px #729fcf solid;padding-left:1ex"><pre>Hi all -</pre><pre><br></pre></blockquote><pre>Upgraded Myth from 0.28 to 0.29 on Ubuntu 16.04 last week.  No</pre><pre>problems, completely painless.</pre><pre><br></pre><pre>Upgraded the OS to 18.04 tonight.  Mostly painless (a lot better than</pre><pre>the last one, from 14.04 to 16.04!)</pre><pre><br></pre><pre>However, I'm running into issues with Mythweb and PHP, apparently</pre><pre>since 18.04 is using 7.2.  I have already enabled the 7.2 modules in</pre><pre>apache2.  I also copied the mysqli.ini file from</pre><pre>/etc/php/7.0/apache2/conf.d/ to /etc/php/7.2/apache2/conf.d/ and</pre><pre>restarted apache2.</pre><pre><br></pre><pre><br></pre><pre>I'm getting this error in Mythweb:</pre><pre><br></pre><pre>Fatal Error</pre><pre>!!NoTrans: You are missing a php extension for mysql interaction.</pre><pre>Please install php-mysqli or similar!!</pre><pre><br></pre><pre>    datetime:  2018-10-01 22:40:43 (PDT)</pre><pre>    errornum:  256[rcs@vader: ~]$ sudo apt install php-mysqli</pre><pre>  error type:  User Error</pre><pre>error string:  !!NoTrans: You are missing a php extension for mysql</pre><pre>interaction. Please install php-mysqli or similar!!</pre><pre>    filename: /usr/share/mythtv/mythweb/includes/php_version_check.php</pre><pre>  error line:  20</pre><pre><br></pre><pre><br></pre><pre>However:</pre><pre>$ sudo apt install php-mysqli</pre><pre><br></pre><pre>Reading package lists... Done</pre><pre>Building dependency tree</pre><pre>Reading state information... Done</pre><pre>Note, selecting 'php7.2-mysql' instead of 'php-mysqli'</pre><pre>php7.2-mysql is already the newest version (7.2.10-0ubuntu0.18.04.1).</pre><pre>0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.</pre><pre><br></pre><pre>What am I missing?</pre><pre>Thanks in advance!</pre><pre><br></pre></blockquote><pre><br></pre><pre><br></pre><blockquote type="cite" style="margin:0 0 0 .8ex; border-left:2px #729fcf solid;padding-left:1ex"><pre>When I did the in-place upgrade from 16.04 to 18.04 the following</pre><pre>resolved the mythweb issue :</pre></blockquote><pre><br></pre><blockquote type="cite" style="margin:0 0 0 .8ex; border-left:2px #729fcf solid;padding-left:1ex"><pre>sudo mv /etc/php/7.0/apache2/conf.d/20-mythweb.ini </pre><pre>/etc/php/7.2/apache2/conf.d/20-mythweb.ini</pre><pre>sudo a2enmod php7.2 #to sort out apache2</pre><pre>sudo systemctl restart apache2</pre><pre><br></pre><pre>I did not have to do anything with 20-mysqli.ini</pre><pre><br></pre><pre>Mike</pre></blockquote><pre><br></pre><pre><br></pre><pre>Hi, Mike - I had seen your post to that effect previously, and had </pre><pre>copied the 20-mythweb.ini file to /etc/php/7.2/apache2/conf.d/ - should </pre><pre>have mentioned that also.</pre><pre><br></pre><pre>That didn't solve this problem, though.</pre><pre><br></pre><pre>Thanks, though!</pre><pre><br></pre><pre>--</pre><pre>Regards,</pre><pre>Bob</pre><pre>_______________________________________________</pre><pre>mythtv-users mailing list</pre><a href="mailto:mythtv-users@mythtv.org"><pre>mythtv-users@mythtv.org</pre></a><pre><br></pre><a href="http://lists.mythtv.org/mailman/listinfo/mythtv-users"><pre>http://lists.mythtv.org/mailman/listinfo/mythtv-users</pre></a><pre><br></pre><a href="http://wiki.mythtv.org/Mailing_List_etiquette"><pre>http://wiki.mythtv.org/Mailing_List_etiquette</pre></a><pre><br></pre><pre>MythTV Forums: </pre><a href="https://forum.mythtv.org"><pre>https://forum.mythtv.org</pre></a><pre><br></pre><pre><br></pre></blockquote><pre><br></pre><pre>is mysqli uncommented in php.ini ?</pre></body></html>