Closed (fixed)
Project:
Chaos Tool Suite (ctools)
Version:
7.x-1.0-alpha1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Oct 2010 at 15:07 UTC
Updated:
26 Jan 2016 at 02:05 UTC
Jump to comment: Most recent
Comments
Comment #1
georgedamonkey commentedNevermind... I just had to fix the permissions of the module directory and it worked just fine.
Comment #3
felixvang commentedhow did you fix the issue? Can you share?
Comment #4
georgedamonkey commentedIt's been a long time... I believe I changed the permissions of the files directory to 750 and that fixed it.
Comment #5
felixvang commentedthanks got it, it was 755
Comment #6
krisp1 commentedThanks goergredamonkey , changed module file permissions and everything fixed.
Comment #7
Justincletus commentedhai after I changed the file permission still the error remain same,Warning: opendir(sites/all/modules/imce): failed to open dir: Permission denied in file_scan_directory()
How do I fix it ?
Comment #8
mirgray commentedFor this newbie, the issue was I misunderstood which directory it was complaining about the permissions on. I thought the issue was on /var/www/includes/file.inc . But it was sites/modules that needed fixing.
Comment #9
jorgemontoyab commentedThanks georgedamonkey. That fixed my problem too!