I had this as well.<br><br>IIRC, there was a .pm file that had "use base TT something or other something"<br><br>The fix was to put "use something or other somethingsomething"<br><br>before the use base line.
<br><br>That is, "use" before "use base"<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> <<a href="mailto:Wade.Stuart@fallon.com">Wade.Stuart@fallon.com</a>>:</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> I was going through and testing Tut in trunk from a clean OS X 10.4<br>Intel box. 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, I get a:<br><br><br><br>[error] Caught exception in MyApp::View::TT->process "Can't call method<br>"process" on an undefined value at /Library/Perl/5.8.6/Catalyst/View/TT.pm<br>line 315."<br>
<br><br><br>Which I can't figure out for the life of me. All modules are install and<br>up to date (even tried downreving TT to 2.14 via Castaway's thoughts). The<br>line in question looks like:<br><br><br><br>unless ( $self->template->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. 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>