<div class="gmail_quote">On Wed, Aug 26, 2009 at 1:54 PM, Keith Richie <span dir="ltr">&lt;<a href="mailto:disturbed1976@gmail.com">disturbed1976@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Thanks for the advise - I&#39;m glad that I already tried everything you<br>
listed :-) made me feel I was on the right track. It was a fresh OS<br>
install, so the document root was empty. Didn&#39;t matter if I cp&#39;d from<br>
/usr/share/mythtv/mythweb, my svn directory, or did a direct svn co of<br>
plugins/mythweb.<br><br>
Turned out to be a mythweb.conf.apache issue.<br><br>
I needed to add<br>
Alias /mythweb /var/www/htdocs/mythweb

</blockquote><br>I have a similar problem:<br><br><b>Fatal error</b>:  Call to undefined function t() in <b>/var/www/mythweb/modules/_shared/tmpl/_errors/fatal.php</b> on line <b>17</b><br><br>This is not a fresh install, and I previously had it working from Debian packages, so I have rm -rf /var/www/mythweb, made sure that my svn working copy is good, then reinstalled mythweb.<br>
<br>I have followed the steps from here:<br><br><a href="http://www.mythtv.org/wiki/Installing_MythTV_SVN_on_Debian_Sid">http://www.mythtv.org/wiki/Installing_MythTV_SVN_on_Debian_Sid</a><br><br>I even tried Keith&#39;s solution of adding Alias to mythweb.conf.apache as follows:<br>
<br>    Alias /mythweb &quot;/var/www/mythweb&quot;<br>    &lt;Directory &quot;/var/www/mythweb/data&quot;&gt;<br>        Options -All +FollowSymLinks +IncludesNoExec<br>    &lt;/Directory&gt;<br>    &lt;Directory &quot;/var/www/mythweb&quot; &gt;<br>
<br>Still no success. Any ideas?<br><br>Thanks<br></div>