Hi All,
    I'm new to the world of Cake, and am trying to work my way through
the Example Blog Application.
My set up went well, and all my boxes are green, so the database
connection is fine and my tmp folder is writable.
However, after creating my first Controller, Model and View as per the
example, I can't view the app and receive the following error.

Warning (2): App::require(/var/www/cake/app/controllers/
posts_controller.php) [function.require]: failed to open stream:
Permission denied [CORE/cake/libs/configure.php, line 972]

Code | Context

$file   =       "/var/www/cake/app/controllers/posts_controller.php"

App::__load() - [internal], line ??
App::__load() - CORE/cake/libs/configure.php, line 972
App::__find() - CORE/cake/libs/configure.php, line 949
App::import() - CORE/cake/libs/configure.php, line 876
Dispatcher::__loadController() - CORE/cake/dispatcher.php, line 498
Dispatcher::__getController() - CORE/cake/dispatcher.php, line 451
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 135
[main] - APP/webroot/index.php, line 88


Fatal error: App::require() [function.require]: Failed opening
required '/var/www/cake/app/controllers/
posts_controller.php' (include_path='/var/www/cake:/var/www/cake/
app/:.:/usr/share/php:/usr/share/pear') in /var/www/cake/cake/libs/
configure.php on line 972

Can anyone shed any light on this?
Many thanks,
Ross

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to