System error

error:  could not find component for path 'box.html'
context: 
1:  <CENTER> <A HREF="/story_comment.html?story_id=<% $story_id %>" TARGET="_top"><H4>Comment on story</H4></A> </CENTER> %while ( my $row = $sth->fetchrow_hashref() ) { <& "$session{tpl}box.html", heading=>entry($row), body=>"" &> %} <%init> sub entry { my $row = shift; my $heading = <<EOF; <TABLE WIDTH="100%"> <TR><TH ALIGN="left">$$row{name} ($$row{email}):</TH><TH ALIGN="right"> Posted: $$row{date}</TH></TR> <TR><TD COLSPAN="2">$$row{comment}</TD></TR> </TABLE> EOF return $heading; } my $sql = "SELECT * FROM comments WHERE story_id=? ORDER BY date DESC"; my $sth = $snickidbh->prepare( $sql ); $sth->execute( $story_id ); </%init> <%args> $story_id => undef </%args>
2: 
code stack:  /usr/local/wwwdoc/wwwsnickidk/htdocs/story/comments.html:5
/usr/local/wwwdoc/wwwsnickidk/htdocs/story/autohandler:12
raw error






























could not find component for path 'box.html'


Trace begun at /usr/local/lib/perl5/site_perl/HTML/Mason/Request.pm line 1239
HTML::Mason::Request::comp('HTML::Mason::Request::ApacheHandler=HASH(0x807dbf5d0)', 'box.html', 'heading', '<TABLE WIDTH="100%">^J<TR><TH ALIGN="left">Merziuz (merz27dqs3xf@hotmail.com):</TH><TH ALIGN="right">^JPosted: 2020-12-12 08:36:53</TH></TR>^J<TR><TD COLSPAN="2">u2GgCh http://pills2sale.com/fTr1bYnau88IsQx</TD></TR>^J</TABLE>^J', 'body', '') called at /usr/local/wwwdoc/wwwsnickidk/htdocs/story/comments.html line 5
HTML::Mason::Commands::__ANON__('story_id', 45) called at /usr/local/lib/perl5/site_perl/HTML/Mason/Component.pm line 135
HTML::Mason::Component::run('HTML::Mason::Component::FileBased=HASH(0x8077bdb40)', 'story_id', 45) called at /usr/local/lib/perl5/site_perl/HTML/Mason/Request.pm line 1298
eval {...} at /usr/local/lib/perl5/site_perl/HTML/Mason/Request.pm line 1292
HTML::Mason::Request::comp(undef, undef, undef, 'story_id', 45) called at /usr/local/lib/perl5/site_perl/HTML/Mason/Request.pm line 955
HTML::Mason::Request::call_next('HTML::Mason::Request::ApacheHandler=HASH(0x807dbf5d0)') called at /usr/local/wwwdoc/wwwsnickidk/htdocs/story/autohandler line 12
HTML::Mason::Commands::__ANON__('story_id', 45) called at /usr/local/lib/perl5/site_perl/HTML/Mason/Component.pm line 135
HTML::Mason::Component::run('HTML::Mason::Component::FileBased=HASH(0x8075c7948)', 'story_id', 45) called at /usr/local/lib/perl5/site_perl/HTML/Mason/Request.pm line 1300
eval {...} at /usr/local/lib/perl5/site_perl/HTML/Mason/Request.pm line 1292
HTML::Mason::Request::comp(undef, undef, undef, 'story_id', 45) called at /usr/local/lib/perl5/site_perl/HTML/Mason/Request.pm line 481
eval {...} at /usr/local/lib/perl5/site_perl/HTML/Mason/Request.pm line 481
eval {...} at /usr/local/lib/perl5/site_perl/HTML/Mason/Request.pm line 433
HTML::Mason::Request::exec('HTML::Mason::Request::ApacheHandler=HASH(0x807dbf5d0)') called at /usr/local/lib/perl5/site_perl/HTML/Mason/ApacheHandler.pm line 168
HTML::Mason::Request::ApacheHandler::exec('HTML::Mason::Request::ApacheHandler=HASH(0x807dbf5d0)') called at /usr/local/lib/perl5/site_perl/HTML/Mason/ApacheHandler.pm line 825
HTML::Mason::ApacheHandler::handle_request('HTML::Mason::ApacheHandler=HASH(0x80489e8d0)', 'Apache2::RequestRec=SCALAR(0x80808bf18)') called at /usr/local/wwwdoc/masonhandler.pl line 131
MyMason::MyApp::handler('Apache2::RequestRec=SCALAR(0x80808bf18)') called at -e line 0
eval {...} at -e line 0