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(0x55c5b2906398)') 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(0x55c5b2992838)') called at /usr/share/perl5/HTML/Mason/ApacheHandler.pm line 165
HTML::Mason::Request::ApacheHandler::exec('HTML::Mason::Request::ApacheHandler=HASH(0x55c5b2992838)') called at /usr/share/perl5/HTML/Mason/ApacheHandler.pm line 831
HTML::Mason::ApacheHandler::handle_request('HTML::Mason::ApacheHandler=HASH(0x55c5b28fc560)', 'Apache2::RequestRec=SCALAR(0x55c5b29bd080)') called at (eval 145) line 8
HTML::Mason::ApacheHandler::handler('HTML::Mason::ApacheHandler', 'Apache2::RequestRec=SCALAR(0x55c5b29bd080)') called at -e line 0
eval {...} at -e line 0