Hi There,
Am relatively new to Phalcon and decided to try this as it got good reviews and would like to learn this and use this. But I am stuck with this error:
Fatal error: Uncaught exception 'Phalcon\Mvc\Micro\Exception' with message 'The Not-Found handler is not callable or is not defined
I was following the same codes as to the tutorial 3 (https://docs.phalcon.io/en/latest/reference/tutorial-rest.html), except that instead of robots, I used students out of curiosity. I have been searching the web, tried some noted solutions there but it did not work for me. To see the actual code, just see the tutorials and replace robots with students, that's it.
What am I missing here? I really want to learn this one and use it whenever I will create API in the future as I see great potential with it.
Thanks a lot, icewing02