Phalcon tutorial error PhalconException: TestController handler class cannot be loaded
问题 I'm having some trouble getting Phalcon Tutorial 1 to work. In the end I've cloned the version of it on Github to make sure I'm not missing something; still getting the same behavior from that. Pointing the browser to localhost/test as shown in the tutorial gives: ` "PhalconException: TestController handler class cannot be loaded". Going to localhost/test.php , however, loads the "Hello!" test message correctly. Phalcon is shown in phpinfo() and get_loaded_extensions() . I get this behaviour