Permission issues.

junkie

New member
Joined
May 24, 2013
Messages
2
I've got a user running Wordpress 3.5.1 (the latest) and having permission issues with the wp-content/uploads dir.

I've chmod'd recursively to apply changes 777, ect. And I still can't upload.

Any idea's as to why?

Thanks
 
Check apache logs.

Also, i would not suggest to have 777 permission in user folder/files, i would highly suggest to use mod_ruid2 or suPHP or PHP-PFM.

Regards
 
Thanks for the response.

How do I tell what I'm using now, and how do I switch?
 
You need to check in custombuild

Code:
cd /usr/local/directadmin/custombuild
./build options

This will tell you what you have set.

For mod_ruid2 you need latest version of custombuild (2.0), but,if you have no experience with this, i would like to suggest you to hire someone with more experience.

Regards
 
Back
Top