System error

error:  cannot find inherit path '/minilda' for component '/minilda/index.mhtml [public]'
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/local/share/perl5/5.32/HTML/Mason/Request.pm:440
raw error






























cannot find inherit path '/minilda' for component '/minilda/index.mhtml [public]'

Trace begun at /usr/local/share/perl5/5.32/HTML/Mason/Component.pm line 328
HTML::Mason::Component::parent('HTML::Mason::Component::FileBased=HASH(0x7f1b157fd888)') called at /usr/local/share/perl5/5.32/HTML/Mason/Request.pm line 440
eval {...} at /usr/local/share/perl5/5.32/HTML/Mason/Request.pm line 433
HTML::Mason::Request::exec('HTML::Mason::Request::ApacheHandler=HASH(0x7f1a8768e418)') called at /usr/local/share/perl5/5.32/HTML/Mason/ApacheHandler.pm line 168
HTML::Mason::Request::ApacheHandler::exec('HTML::Mason::Request::ApacheHandler=HASH(0x7f1a8768e418)') called at /usr/local/share/perl5/5.32/HTML/Mason/ApacheHandler.pm line 825
HTML::Mason::ApacheHandler::handle_request('HTML::Mason::ApacheHandler=HASH(0x7f1a8768ddd0)', 'Apache2::RequestRec=SCALAR(0x7f1b147c2d20)') called at (eval 25) line 8
HTML::Mason::ApacheHandler::handler('HTML::Mason::ApacheHandler', 'Apache2::RequestRec=SCALAR(0x7f1b147c2d20)') called at -e line 0
eval {...} at -e line 0