Write a project, using the PHP Phalcon framework, in the local test well, and then put into the ubuntu14.04 system Apache server, through the browser access, the results of the interface (Eg:logincontroller, Registercontroller) loading is not a problem, while the controller (Eg:admincontroller) accessing the other interface appears Phalconexceptionadmincontroller handler class Cannot be loaded situation, ask what this is going on, how to solve it?
Reply content:
Write a project, using the PHP Phalcon framework, in the local test well, and then put into the ubuntu14.04 system Apache server, through the browser access, the results of the interface (Eg:logincontroller, Registercontroller) loading is not a problem, while the controller (Eg:admincontroller) accessing the other interface appears Phalconexceptionadmincontroller handler class Cannot be loaded situation, ask what this is going on, how to solve it?
Generally, the file name is case-sensitive.
Check the classname and file name and folder path.