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

PhalconException: PhalconOldsignupController handler class cannot be loaded

Hi,

Working through the tutorial and getting this exception when routing to the SignupController:

PhalconException: PhalconOldsignupController handler class cannot be loaded

Looks like an old reference is missing.

Thanks

It seems the controller accessed is: phalcon-oldsignup in the url

Hey Andres,

Yes it is the phalcon-oldsignup. Produced by the view in this call: Phalcon\Tag::linkTo("signup", "Sign Up Here!")

Daryl