System error
| error: |
cannot find inherit path '/htdocs/uwmlsc/root/ivdgl/undef' for component '/htdocs/uwmlsc/root/ivdgl/autohandler' |
| context: |
| ... |
|
| 422: |
my $first_comp; |
| 423: |
{ |
| 424: |
my @wrapper_chain = ($request_comp); |
| 425: |
|
| 426: |
for (my $parent = $request_comp->parent; $parent; $parent = $parent->parent) { |
| 427: |
unshift(@wrapper_chain,$parent); |
| 428: |
error "inheritance chain length > " . $self->max_recurse . " (infinite inheritance loop?)" |
| 429: |
if (@wrapper_chain > $self->max_recurse); |
| 430: |
} |
| ... |
|
|
| code stack: |
/usr/lib/perl5/vendor_perl/5.8.8/HTML/Mason/Request.pm:426
|
raw error
cannot find inherit path '/htdocs/uwmlsc/root/ivdgl/undef' for component '/htdocs/uwmlsc/root/ivdgl/autohandler'
Trace begun at /usr/lib/perl5/vendor_perl/5.8.8/HTML/Mason/Component.pm line 328
HTML::Mason::Component::parent('HTML::Mason::Component::FileBased=HASH(0x555565b6bbf0)') called at /usr/lib/perl5/vendor_perl/5.8.8/HTML/Mason/Request.pm line 426
eval {...} at /usr/lib/perl5/vendor_perl/5.8.8/HTML/Mason/Request.pm line 419
HTML::Mason::Request::exec('HTML::Mason::Request::ApacheHandler=HASH(0x555565b187e0)') called at /usr/lib/perl5/vendor_perl/5.8.8/HTML/Mason/ApacheHandler.pm line 168
HTML::Mason::Request::ApacheHandler::exec('HTML::Mason::Request::ApacheHandler=HASH(0x555565b187e0)') called at /usr/lib/perl5/vendor_perl/5.8.8/HTML/Mason/ApacheHandler.pm line 825
HTML::Mason::ApacheHandler::handle_request('HTML::Mason::ApacheHandler=HASH(0x555565b182a0)', 'Apache2::RequestRec=SCALAR(0x555565b6af70)') called at (eval 30) line 8
HTML::Mason::ApacheHandler::handler('HTML::Mason::ApacheHandler', 'Apache2::RequestRec=SCALAR(0x555565b6af70)') called at -e line 0
eval {...} at -e line 0