[Catalyst] Tutorial in trunk..

Thomas Hartman thomashartman1 at googlemail.com
Sun Aug 27 10:29:43 CEST 2006


I had this as well.

IIRC, there was a .pm file that had "use base TT something or other
something"

The fix was to put "use something or other somethingsomething"

before the use base line.

That is, "use" before "use base"

Look at the file that is causing the error...


2006/8/27, Wade.Stuart at fallon.com <Wade.Stuart at fallon.com>:
>
>
>
>
>
> Folks,
>
>
>       I was going through and testing Tut in trunk from a clean OS X 10.4
> Intel box.   I have run into a weird issue:
>
>
>
> Building up the Basic tut section myself and svn checkout of the section
> app,  I get a:
>
>
>
> [error] Caught exception in MyApp::View::TT->process "Can't call method
> "process" on an undefined value at /Library/Perl/5.8.6/Catalyst/View/TT.pm
> line 315."
>
>
>
> Which I can't figure out for the life of me.  All modules are install and
> up to date (even tried downreving TT to 2.14 via Castaway's
> thoughts).  The
> line in question looks like:
>
>
>
> unless ( $self->template->process( $template, $vars, \$output ) ) {
>
>
>
> ... which I can see all of those items should exist and be set earlier in
> the block.
>
>
>
> I have a feeling this has something to do with Rederview or TTSite
> generation -- neither of which I have used before.   Any ideas?
>
>
>
> Wade
>
>
> _______________________________________________
> List: Catalyst at lists.rawmode.org
> Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
> Searchable archive:
> http://www.mail-archive.com/catalyst@lists.rawmode.org/
> Dev site: http://dev.catalyst.perl.org/
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.rawmode.org/pipermail/catalyst/attachments/20060827/1b44fb8d/attachment-0001.htm 


More information about the Catalyst mailing list