On Wed, 2006-03-08 at 13:36 -0800, nav navlan wrote:
> Hi,
> I get following error when I try to run a page on my system that is
> using mason and modperl
>  
> Can't locate object method "new" via package "Chart::Strip" (perhaps
> you forgot to load "Chart::Strip"?)
> at /usr/local/apache/htdocs/manage/graph-clicks line 48.
> Stack:
> [/usr/local/apache/htdocs/manage/graph-clicks:48]
> [/usr/local/apache/htdocs/manage/autohandler:6]
> [/usr/local/apache/htdocs/autohandler:11]
>  

You have to actually 'use' the module.  Try adding

  <%once>
     use Chart::Strip;
  </%once>

to your graph-clicks component.




-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Mason-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mason-users

Reply via email to