System error

error:  cannot find inherit path '/prices' for component '/boatrent/index.html'
context: 
... 
436:  my $first_comp;
437:  {
438:  my @wrapper_chain = ($request_comp);
439: 
440:  for (my $parent = $request_comp->parent; $parent; $parent = $parent->parent) {
441:  unshift(@wrapper_chain,$parent);
442:  error "inheritance chain length > " . $self->max_recurse . " (infinite inheritance loop?)"
443:  if (@wrapper_chain > $self->max_recurse);
444:  }
... 
code stack:  /usr/share/perl5/HTML/Mason/Request.pm:440
raw error






























cannot find inherit path '/prices' for component '/boatrent/index.html'

Trace begun at /usr/share/perl5/HTML/Mason/Component.pm line 329
HTML::Mason::Component::parent('HTML::Mason::Component::FileBased=HASH(0x7f8ebc025b90)') called at /usr/share/perl5/HTML/Mason/Request.pm line 440
eval {...} at /usr/share/perl5/HTML/Mason/Request.pm line 433
HTML::Mason::Request::exec('HTML::Mason::Request::ApacheHandler=HASH(0x5647cf83a120)') called at /usr/share/perl5/HTML/Mason/ApacheHandler.pm line 165
HTML::Mason::Request::ApacheHandler::exec('HTML::Mason::Request::ApacheHandler=HASH(0x5647cf83a120)') called at /usr/share/perl5/HTML/Mason/ApacheHandler.pm line 831
HTML::Mason::ApacheHandler::handle_request('HTML::Mason::ApacheHandler=HASH(0x7f8ea8013e60)', 'Apache2::RequestRec=SCALAR(0x7f8eb4026e08)') called at (eval 145) line 8
HTML::Mason::ApacheHandler::handler('HTML::Mason::ApacheHandler', 'Apache2::RequestRec=SCALAR(0x7f8eb4026e08)') called at -e line 0
eval {...} at -e line 0