-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
Milestone
Description
This Phalcon's Micro framework couldn't get this "$app->notFound()" function callback to work, was resulted with the following error:
Fatal error: Uncaught exception 'Phalcon\Mvc\Micro\Exception' with message 'The Not-Found handler is not callable or is not defined' in ....
Also, I was able to reproduce the same problem with given example code from your github repo.
I am using the latest Phalcon 0.6.0 release from github master repository by using the given README instructions:
# git clone git://github.com/phalcon/cphalcon.git
# cd cphalcon/build
# sudo ./install
Since I wasn't too sure how you guys handled the release into the github repository, maybe I was supposed to pull up a "stable" copy somewhere else?
Reactions are currently unavailable