After successfully creating a new Symfony project with a fontend I
tried to access the application in the browser. After directing the
browser to http://localhost/milkshake/web/ the following error
messages appeared:
-----------------------------------------------------------------
Warning: require_once(/opt/symfony-1.4.1/lib/autoload/
sfCoreAutoload.class.php) [function.require-once]: failed to open
stream: Permission denied in /var/www/milkshake/config/
ProjectConfiguration.class.php on line 3
Call Stack
# Time Memory Function Location
1 0.0008 52612 {main}( ) ../index.php:0
2 0.0012 56740 require_once( '/var/www/milkshake/config/
ProjectConfiguration.class.php' ) ../index.php:4
( ! ) Fatal error: require_once() [function.require]: Failed opening
required '/opt/symfony-1.4.1/lib/autoload/
sfCoreAutoload.class.php' (include_path='.:/usr/share/php:/usr/share/
pear') in /var/www/milkshake/config/ProjectConfiguration.class.php on
line 3
Call Stack
# Time Memory Function Location
1 0.0008 52612 {main}( ) ../index.php:0
2 0.0012 56740 require_once( '/var/www/milkshake/config
/ProjectConfiguration.class.php' ) ../index.php:4
-----------------------------------------------------------------
Currently the correct permissions have been set on both the project
dir (in /var/www) and the symfony installation dir (/opt/
symfony-1.4.1). Also safe_mode and safe_mode_gid are set to off. Is
there anything else that needs to be checked permissions wise?
--
You received this message because you are subscribed to the Google Groups
"symfony users" 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/symfony-users?hl=en.