[jifty-devel] MyWeblog Ex Question

Scott T. Hildreth shildreth at allantgroup.com
Tue May 30 15:32:54 EDT 2006


Hello. :-)

I installed Jifty and thought I would try the example in the tutorial.
Well I am getting a Mason error,

Global symbol "$post" requires explicit package name at ....index.html line 10.

...and the same error at line 11.   The post comes from the

 % while (my $post = $posts->next) {
   <dt><%$post->title%></dt>
   <dd><%$post->body%></dd>
  % }


loop, cut and pasted from the tutorial.  Is the $post going out of scope before entering 
the loop?

Sorry if this has been asked before, I was trying to find a searchable archive for the list, 
but couldn't find one.

                      Thanks.


-- 
Scott T. Hildreth <shildreth at allantgroup.com>


More information about the jifty-devel mailing list