<div class="gmail_quote">On Sat, Oct 6, 2012 at 7:43 AM, Martin Moores <span dir="ltr">&lt;<a href="mailto:moores.martin@gmail.com" target="_blank">moores.martin@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div class="gmail_quote"><div class="im">On 6 October 2012 13:21, Dave Pearson <span dir="ltr">&lt;<a href="mailto:lists@the-pearsons.co.uk" target="_blank">lists@the-pearsons.co.uk</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">



<u></u>

  
  
  
  

<div><p>I&#39;m having pretty much the same problem, but unfortunately for me, apt-get remove --purge mythweb adn reinstalling doesn&#39;t work for me. Does anyone have any other suggestions?</p><p> </p><p>Regards,</p><p>



Dave.</p></div></blockquote></div><div><br>Dave,<br><br>I had this issue when moving to 0.26.  In Synaptic, I did a complete removal of php (all components), apache2 (all components), phpmyadmin and mythweb.  I then re-installed phpmyadmin and mythweb, which also pulled in php and apache2.<br>



<br>I then edited /etc/apache2/sites-available/mythweb.conf to include database name and credentials.  This fixed mythweb for me<br><br>Cheers<span class="HOEnZb"><font color="#888888"><br><br>Martin</font></span></div></div>

</blockquote><div><br></div><div>I just manually added my credentials without reinstalling anything, restarted apache2 and it worked for me.  Config snafu in this upgrade for sure!</div><div><br></div><div> # Use the following environment settings to tell MythWeb where you want it to</div>

<div>        # look to connect to the database, the name of the database to connect to, and</div><div>        # the authentication info to use to connect.  The defaults will usually work</div><div>        # fine unless you&#39;ve changed mythtv&#39;s mysql.txt file, or are running MythWeb on</div>

<div>        # a different server from your main backend.  Make sure you have mod_env enabled.</div><div>        #</div><div>            setenv db_server        &quot;localhost&quot;</div><div>            setenv db_name          &quot;mythconverg&quot;</div>

<div>            setenv db_login         &quot;mythtv&quot;</div><div>            setenv db_password      &quot;mythconverg&quot;</div><div> </div><div>Andrew</div></div>