<br><div class="gmail_quote">2009/9/16 Matt W <span dir="ltr"><<a href="mailto:mwood23@gmail.com">mwood23@gmail.com</a>></span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im">
<br>
</div>Last night kormoc did some changes to mythweb trying to improve the<br>
error handling so that it wouldn't have an error itself as it tries to<br>
tell you about another error. Not sure why you're seeing that. Did<br>
you remove your entire previous mythweb installation and re-copy with<br>
the new code? Also make sure you've got all the php modules including<br>
mysql. Oh and he did more than a few changes on that, check to see<br>
that your mythweb is at least at rev 21904 now.<br></blockquote></div><br>I've solved it. The problem was with the update of openSUSE (a lot of packages), mysql was updated too and changed /etc/my.cnf:<br>socket = /var/lib/mysql/mysql.sock<br>
to<br>socket = /var/run/mysql/mysql.sock<br><br>After I set it as before it works again.<br>Strange but it's solved.<br>