Hi

when I try to open up drupal for the first time I get this error - pls help

Warning: Unknown(/var/www/drupal/index.php): failed to open stream: Permission denied in Unknown on line 0

Warning: (null)(): Failed opening '/var/www/drupal/index.php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') in Unknown on line 0

thanks

Comments

luno’s picture

Are you sure your system meets the requirements for 4.7? Something sounds funny with your PHP installation. If you know that's right, then attempt to fix permissions. Go to the drupal directory (is it /var/www/drupal ?) and do:

chmod -R a+rX .

This makes sure your webserver has read permissions and view directory permissions for all drupal files.

tjaartv’s picture

Thanks

the problem was with the file and directory permissions.