php - not found in the dependency injection container -
php - not found in the dependency injection container -
at album-o-rama sample mvc application has 1 error load controller , action after add together / @ end of url ex: http://album-o-rama.phalconphp.com/album/38251/innerspeaker/
at above url have error: service 'view' not found in dependency injection container
but url ok , loaded : http://album-o-rama.phalconphp.com/album/38251/innerspeaker
what reason of error , how handel problem out redirect?
also @ forum : page not found: http://forum.phalconphp.com/discussion/2666/not-found-in-the-dependency-injection-container/ ---> have error , redirect index controller http://forum.phalconphp.com/discussion/2666/not-found-in-the-dependency-injection-container ---> ok
the slash produces not found action not handled example. can utilize built-in slash remover explained here http://docs.phalconphp.com/en/latest/reference/routing.html#dealing-with-extra-trailing-slashes
php phalcon phalcon-routing
Comments
Post a Comment