Hi. I'm having trouble getting the file permissions right on OSX. During install of 5.2 CE the script tells me that the modules directory and all of the sub directories are not writable. Apache is running as www so module and all of its sub directories have been set to 777.
I run the above code just to make sure...After doing that I still can't pass the install test as php thinks that modules and all its subs are not writable.Code:find ./modules/ -type d -exec chmod 777 {} \;
I'm not a PHP guru but I followed the code and it looks like it's simply calling PHP's is_writable method, which I guess is returning false even though the directories are all drwxrwxrwx.
Any ideas would be greatly appreciated. I have no idea why this isn't working.
More details:
The above returns everything under modules so I think the permissions are correct:Code:find ./modules -type d -perm 777
./modules/
./modules//Accounts
./modules//Accounts/Dashlets
./modules//Accounts/Dashlets/MyAccountsDashlet
./modules//Accounts/language
./modules//Accounts/metadata
./modules//Accounts/metadata/subpanels
./modules//Accounts/tpls
./modules//Accounts/views
./modules//ACL
./modules//ACL/language
./modules//ACL/metadata
./modules//ACLActions
./modules//ACLActions/language
./modules//ACLActions/metadata
./modules//ACLRoles
./modules//ACLRoles/language
./modules//ACLRoles/metadata
./modules//ACLRoles/metadata/subpanels
./modules//Activities
./modules//Activities/language
./modules//Activities/metadata
./modules//Activities/views
./modules//Administration
./modules//Administration/javascript
./modules//Administration/language
./modules//Administration/metadata
./modules//Administration/templates
./modules//Audit
./modules//Audit/language
./modules//Bugs
./modules//Bugs/Dashlets
./modules//Bugs/Dashlets/MyBugsDashlet
./modules//Bugs/language
./modules//Bugs/metadata
./modules//Bugs/metadata/subpanels
./modules//Bugs/tpls
./modules//Bugs/views
./modules//Calendar
./modules//Calendar/language
./modules//Calendar/metadata
./modules//Calendar/templates
./modules//Calendar/views
./modules//Calls
./modules//Calls/Dashlets
./modules//Calls/Dashlets/MyCallsDashlet
./modules//Calls/language
./modules//Calls/metadata
./modules//Calls/metadata/subpanels
./modules//Calls/tpls
./modules//Calls/views
./modules//CampaignLog
./modules//CampaignLog/language
./modules//CampaignLog/metadata
./modules//CampaignLog/metadata/subpanels
./modules//Campaigns
./modules//Campaigns/Dashlets
./modules//Campaigns/Dashlets/TopCampaignsDashlet
....


LinkBack URL
About LinkBacks



Reply With Quote
Bookmarks