Skip to content

Problem with "Not-Found" handler... #169

@jaxyeh

Description

@jaxyeh

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions