<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">&lt;<a href="mailto:eric@lisaneric.org" target="_blank">eric@lisaneric.org</a>&gt;</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 &lt;<a href="mailto:jheizer@gmail.com">jheizer@gmail.com</a>&gt; wrote:<br>


&gt; Hey all,<br>
&gt;<br>
&gt; It has been a while since any updates have been posted.  There are only 2<br>
&gt; real points of interest on this release:<br>
&gt; - Support for the upcoming MythTV .27 release<br>
&gt; - No Transcode option to watch the files directly in their recorded format.<br>
&gt;<br>
</div>&gt; [] More info can be<br>
&gt; 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 &quot;A runtime error has<br>
occurred&quot; 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&#39;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&#39;s folder and edit web.conf</div>

<div><br></div></div>line 10 change</div><div class="gmail_extra"> &lt;appender name=&quot;LogFileAppender&quot; type=&quot;log4net.Appender.FileAppender&quot;&gt;<br></div><div class="gmail_extra">to</div><div class="gmail_extra">

 &lt;appender name=&quot;LogFileAppender&quot; type=&quot;log4net.Appender.RollingFileAppender&quot;&gt;<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>