Just installed Phalcon on Ubuntu and tried the Tutorial App and whenever I try loading it I get:
PhalconException: Service 'view' cannot be resolved
Now I am sure Phalcon is installed and loaded since it was app to pass few lines and getting the autoloader and so on.
Here is what I get from <?php print_r(get_loaded_extensions()); ?>:
Array ( ............... [41] => apache2handler [42] => phalcon [43] => PDO ............ )
My PHP Version is 5.4.9