<div dir="ltr"><br><div class="gmail_extra"><div class="gmail_quote">On Mon, Oct 21, 2013 at 8:33 AM, Eric Sharkey <span dir="ltr"><<a href="mailto:eric@lisaneric.org" target="_blank">eric@lisaneric.org</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div class="im">On Mon, Sep 16, 2013 at 11:11 PM, Jon Heizer <<a href="mailto:jheizer@gmail.com">jheizer@gmail.com</a>> wrote:<br>
> Hey all,<br>
><br>
> It has been a while since any updates have been posted. There are only 2<br>
> real points of interest on this release:<br>
> - Support for the upcoming MythTV .27 release<br>
> - No Transcode option to watch the files directly in their recorded format.<br>
><br>
</div>> [] More info can be<br>
> found here: <a href="http://mobilemyth.net" target="_blank">http://mobilemyth.net</a><br>
<br>
Has anyone on this list been able to get this to work?<br>
<br>
Whenever I try to use it, I just get a page with "A runtime error has<br>
occurred" in the browser and this in /var/log/apache2/error.log:<br>
<br>
log4net:ERROR XmlHierarchyConfigurator: Cannot find Property<br>
[maximumFileSize] to set object on [log4net.Appender.FileAppender]<br>
<br>
Full error log at:<br>
<br>
<a href="http://pastebin.com/raw.php?i=FMzwqs9N" target="_blank">http://pastebin.com/raw.php?i=FMzwqs9N</a><br>
<br>
Eric<br><br></blockquote><div><br></div><div>Hmm, haven't seen that error before. A bit of searching led me to this change. If you could try it.</div><div><br></div><div>Open mobilemyth's folder and edit web.conf</div>
<div><br></div></div>line 10 change</div><div class="gmail_extra"> <appender name="LogFileAppender" type="log4net.Appender.FileAppender"><br></div><div class="gmail_extra">to</div><div class="gmail_extra">
<appender name="LogFileAppender" type="log4net.Appender.RollingFileAppender"><br></div><div class="gmail_extra"><br></div><div class="gmail_extra">Not sure why I have not seen the error before but I guess the default logger does having a max file size set.</div>
<div class="gmail_extra"><br></div><div class="gmail_extra">Jon</div></div>