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(0x807847768)', 'box.html', 'heading', '<TABLE WIDTH="100%">^J<TR><TH ALIGN="left">Luella (t2e54d7eakm@outlook.com):</TH><TH ALIGN="right">^JPosted: 2017-07-20 03:10:01</TH></TR>^J<TR><TD COLSPAN="2">I do believe all of the concepts you have intrcduoed to your post. They are really convincing and can definitely work. Still, the posts are too quick for newbies. May you please prolong them a bit from next time? Thanks for the post.</TD></TR>^J</TABLE>^J', 'body', '') called at /usr/local/wwwdoc/wwwsnickidk/htdocs/story/comments.html line 5
HTML::Mason::Commands::__ANON__('story_id', 34) called at /usr/local/lib/perl5/site_perl/HTML/Mason/Component.pm line 135
HTML::Mason::Component::run('HTML::Mason::Component::FileBased=HASH(0x807b73f00)', 'story_id', 34) 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', 34) called at /usr/local/lib/perl5/site_perl/HTML/Mason/Request.pm line 955
HTML::Mason::Request::call_next('HTML::Mason::Request::ApacheHandler=HASH(0x807847768)') called at /usr/local/wwwdoc/wwwsnickidk/htdocs/story/autohandler line 12
HTML::Mason::Commands::__ANON__('story_id', 34) called at /usr/local/lib/perl5/site_perl/HTML/Mason/Component.pm line 135
HTML::Mason::Component::run('HTML::Mason::Component::FileBased=HASH(0x807515a38)', 'story_id', 34) 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', 34) 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(0x807847768)') called at /usr/local/lib/perl5/site_perl/HTML/Mason/ApacheHandler.pm line 168
HTML::Mason::Request::ApacheHandler::exec('HTML::Mason::Request::ApacheHandler=HASH(0x807847768)') 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(0x807e03fa8)') called at /usr/local/wwwdoc/masonhandler.pl line 131
MyMason::MyApp::handler('Apache2::RequestRec=SCALAR(0x807e03fa8)') called at -e line 0
eval {...} at -e line 0