I had this as well.<br><br>IIRC, there was a .pm file that had &quot;use base TT something or other something&quot;<br><br>The fix was to put &quot;use something or other somethingsomething&quot;<br><br>before the use base line.
<br><br>That is, &quot;use&quot; before &quot;use base&quot;<br><br>Look at the file that is causing the error...<br><br><br><div><span class="gmail_quote">2006/8/27, <a href="mailto:Wade.Stuart@fallon.com">Wade.Stuart@fallon.com
</a> &lt;<a href="mailto:Wade.Stuart@fallon.com">Wade.Stuart@fallon.com</a>&gt;:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br><br>
<br><br>Folks,<br><br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;I was going through and testing Tut in trunk from a clean OS X 10.4<br>Intel box.&nbsp;&nbsp; I have run into a weird issue:<br><br><br><br>Building up the Basic tut section myself and svn checkout of the section
<br>app,&nbsp;&nbsp;I get a:<br><br><br><br>[error] Caught exception in MyApp::View::TT-&gt;process &quot;Can't call method<br>&quot;process&quot; on an undefined value at /Library/Perl/5.8.6/Catalyst/View/TT.pm<br>line 315.&quot;<br>
<br><br><br>Which I can't figure out for the life of me.&nbsp;&nbsp;All modules are install and<br>up to date (even tried downreving TT to 2.14 via Castaway's thoughts).&nbsp;&nbsp;The<br>line in question looks like:<br><br><br><br>unless ( $self-&gt;template-&gt;process( $template, $vars, \$output ) ) {
<br><br><br><br>... which I can see all of those items should exist and be set earlier in<br>the block.<br><br><br><br>I have a feeling this has something to do with Rederview or TTSite<br>generation -- neither of which I have used before.&nbsp;&nbsp; Any ideas?
<br><br><br><br>Wade<br><br><br>_______________________________________________<br>List: <a href="mailto:Catalyst@lists.rawmode.org">Catalyst@lists.rawmode.org</a><br>Listinfo: <a href="http://lists.rawmode.org/mailman/listinfo/catalyst">
http://lists.rawmode.org/mailman/listinfo/catalyst</a><br>Searchable archive: <a href="http://www.mail-archive.com/catalyst@lists.rawmode.org/">http://www.mail-archive.com/catalyst@lists.rawmode.org/</a><br>Dev site: <a href="http://dev.catalyst.perl.org/">
http://dev.catalyst.perl.org/</a><br></blockquote></div><br>