I have just done a fresh install of Drupal 6 and after uploading fresh module . I get a mass of errors and the modules don't even show on the modules page. Can someone tell me what I am doing wrong ? My folders are set at 755 permission.

    * warning: opendir(modules/views/docs) [function.opendir]: failed to open dir: Permission denied in /home/..../www/includes/file.inc on line 895.
    * warning: opendir(modules/views/help) [function.opendir]: failed to open dir: Permission denied in /home/..../www/includes/file.inc on line 895.
    * warning: opendir(modules/views/views_export) [function.opendir]: failed to open dir: Permission denied in /home/..../www/includes/file.inc on line 895.
    * warning: opendir(modules/views/plugins) [function.opendir]: failed to open dir: Permission denied in /home/..../www/includes/file.inc on line 895.
    * warning: opendir(modules/views/css) [function.opendir]: failed to open dir: Permission denied in /home/..../www/includes/file.inc on line 895.
    * warning: opendir(modules/views/handlers) [function.opendir]: failed to open dir: Permission denied in /home/..../www/includes/file.inc on line 895.
    * warning: opendir(modules/views/images) [function.opendir]: failed to open dir: Permission denied in /home/..../www/includes/file.inc on line 895.
    * warning: opendir(modules/views/modules) [function.opendir]: failed to open dir: Permission denied in /home/..../www/includes/file.inc on line 895.
    * warning: opendir(modules/views/translations) [function.opendir]: failed to open dir: Permission denied in /home/..../www/includes/file.inc on line 895.
    * warning: opendir(modules/views/includes) [function.opendir]: failed to open dir: Permission denied in /home/..../www/includes/file.inc on line 895.
    * warning: opendir(modules/views/js) [function.opendir]: failed to open dir: Permission denied in /home/..../www/includes/file.inc on line 895.
    * warning: opendir(modules/views/theme) [function.opendir]: failed to open dir: Permission denied in /home/..../www/includes/file.inc on line 895.
    * warning: opendir(modules/webform/tests) [function.opendir]: failed to open dir: Permission denied in /home/..../www/includes/file.inc on line 895.
    * warning: opendir(modules/webform/components) [function.opendir]: failed to open dir: Permission denied in /home/..../www/includes/file.inc on line 895.
    * warning: opendir(modules/webform/translations) [function.opendir]: failed to open dir: Permission denied in /home/..../www/includes/file.inc on line 895.
    * warning: opendir(modules/cck/tests) [function.opendir]: failed to open dir: Permission denied in /home/..../www/includes/file.inc on line 895.
    * warning: opendir(modules/cck/help) [function.opendir]: failed to open dir: Permission denied in /home/..../www/includes/file.inc on line 895.
    * warning: opendir(modules/cck/modules) [function.opendir]: failed to open dir: Permission denied in /home/..../www/includes/file.inc on line 895.
    * warning: opendir(modules/cck/translations) [function.opendir]: failed to open dir: Permission denied in /home/..../www/includes/file.inc on line 895.
    * warning: opendir(modules/cck/includes) [function.opendir]: failed to open dir: Permission denied in /home/..../www/includes/file.inc on line 895.
    * warning: opendir(modules/cck/theme) [function.opendir]: failed to open dir: Permission denied in /home/..../www/includes/file.inc on line 895.
    * warning: file_get_contents(modules/cck/content.info) [function.file-get-contents]: failed to open stream: Permission denied in /home/..../www/includes/common.inc on line 3557.
    * warning: file_get_contents(modules/views/views.info) [function.file-get-contents]: failed to open stream: Permission denied in /home/..../www/includes/common.inc on line 3557.
    * warning: file_get_contents(modules/views/views_ui.info) [function.file-get-contents]: failed to open stream: Permission denied in /home/..../www/includes/common.inc on line 3557.
    * warning: file_get_contents(modules/webform/webform.info) [function.file-get-contents]: failed to open stream: Permission denied in /home/..../www/includes/common.inc on line 3557.
    * One or more problems were detected with your Drupal installation. Check the status report for more information.

Comments

yasheshb’s picture

what is "fresh" module ? also is $drupal_root/sites/all/modules mounted on another partition which is not accessible by the apache processing (i'm assuming this is linux/apache so pls correct me if i'm wrong)

rgd.

yashesh

Yashesh Bhatia

electronicmonkey’s picture

I mean new modules separate from core modules . The core modules all show on the modules page and work as they should. It is only when I upload new contribution modules that the errors show and they are not listed on the modules page. Thanks

electronicmonkey’s picture

As a matter of fact when I upload new themes they don't show either

morimori’s picture

I got many errors of a similar kind (opendir, permission denied, and file.inc on line 895).
I changed the permission of every directory shown in opendir(...) from 740 to 744 and the errors disappeared.

Cheers