The saga continues:
I have a lamp stack running in an ubuntu vm, the phalcon module seems to be correctly installed as are the devtools.
I have created a basic project like this: ```bash [email protected]:/var/www$ phalcon project new
Phalcon DevTools (1.1.0)
Success: Controller "index" was successfully created.
Success: Project "new" was successfully created.
but when I access from a browser I get an error 500 returned, in the /var/log/apache2/error.log I get:
```bash PHP Fatal error: Class 'Phalcon\\Config' not found in /var/www/hello/app/config/config.php on line 3```
This is a vanilla lamp installation, do I need to set a classpath somewere?