zendframework / zend-mvc

Mvc component from Zend Framework
BSD 3-Clause "New" or "Revised" License
105 stars 89 forks source link

Error to load controller after update to zend 2.6.0dev #317

Closed voltan closed 4 years ago

voltan commented 4 years ago

Hello

We have custom CMS by zf2, I try update zend version to version 2.6.0dev, But after that I have A 404 error occurred


A 404 error occurred

Page not found.

Additional information:

The requested controller could not be mapped to an existing controller class.

Controller:
    system-index-index (resolves to invalid controller class or alias: index) 

any important change happened to version 2.5.3 and 2.7.15? can you help me to understand the problem?

Ocramius commented 4 years ago

Hey there,

It looks like something you'd have to debug (write an integration test) and then bisect: not something maintainers can help you with until you isolated the root cause.