User Permissions

Joined
Dec 21, 2011
Messages
2
Reaction score
0
Points
1
I have a good amount of programing experience, but I am currently stuck on something:
I recently downloaded Joomla 7 and Wordpress 3.3 on my MacBook Pro (Running Snow Leopard) and want to develop them locally before I put them up.
With both programs, I encounter errors whenever they try to create a file path (for example, wordpress gives me an error when I trying uploading an image or uploading a them).
I have already give all of the necessary files the necessary permissions, and have scoured the internet for answers, but I still can't find an answer.
This is really driving me crazy because I have worked with wordpress locally before and have also created files paths of my own with php applications.
I haven't really done any programming recently, so I guess there might be something I'm missing, but I get the feeling there is something wrong with the global permissions on the operating system.

Any help would be greatly appreciated.
 

vansmith

Senior Member
Joined
Oct 19, 2008
Messages
19,924
Reaction score
559
Points
113
Location
Queensland
Your Mac's Specs
Mini (2014, 2018, 2020), MBA (2020), iPad Pro (2018), iPhone 13 Pro Max, Watch (S6)
What permissions are you applying to each of the directories? It's very possible that there are simply incorrect permissions set.
 
Joined
Jul 2, 2007
Messages
3,494
Reaction score
204
Points
63
Location
Going Galt...
Your Mac's Specs
MacBookAir5,2:10.13.6-iMac18,3:10.13.6-iPhone9,3:11.4.1
Random thoughts...

-some applications require specific permissions on some platforms ie: .ssh won't work on some systems with 777 permissions, only 644 permissions on the authorized_keys and known_hosts files. Perhaps yours needs specific permissions: chmod

-some applications require installation by a specific user, or a user in a specific group. Perhaps yours needs to be owned by, or included in a specific group: chown chgrp

-some applications require links to their executable instead of just using the actual file. Perhaps you need a link in your home directory pointing to a file: ln
 
OP
R
Joined
Dec 21, 2011
Messages
2
Reaction score
0
Points
1
Thanks for the help!
I am currently giving 775 permission to the wp-includes file.
I'll look into some of the other suggestions too.
 

vansmith

Senior Member
Joined
Oct 19, 2008
Messages
19,924
Reaction score
559
Points
113
Location
Queensland
Your Mac's Specs
Mini (2014, 2018, 2020), MBA (2020), iPad Pro (2018), iPhone 13 Pro Max, Watch (S6)
Have you read this?

Other research leads me to believe that the permissions on the wp-includes directory need to be set to 755, not 775.
 

Shop Amazon


Shop for your Apple, Mac, iPhone and other computer products on Amazon.
We are a participant in the Amazon Services LLC Associates Program, an affiliate program designed to provide a means for us to earn fees by linking to Amazon and affiliated sites.
Top