We have moved our forum to GitHub Discussions. For questions about Phalcon v3/v4/v5 you can visit here and for Phalcon v6 here.

Matched route doesn't have an associated handler

Hello, I written my macro app in windows (phalcon 2.0.09), it works fine. But when I put the codes on server Centos Phalcon 2.0.10(compiled), I get the error Matched route doesn't have an associated handler. I'm sure the code has no changes. And I found that the baseUri property in config.ini doesn't work in windows. Who can help me! Thank you very much!

Make sure the cases match, nix systems are case-sensitive while win are not

Yeah, I'm sure that, and the error said "matched route". Thank you !

Make sure the cases match, nix systems are case-sensitive while win are not