Linode Forum
Linode Community Forums
 FAQFAQ    SearchSearch    MembersMembers      Register Register 
 LoginLogin [ Anonymous ] 
Post new topic  Reply to topic
Author Message
 Post subject: WordPress permissions
PostPosted: Wed Jul 20, 2011 10:04 am 
Offline
Junior Member

Joined: Tue Jul 19, 2011 9:34 am
Posts: 25
Hi I am trying to install a plugin for WordPress and I am being asked for FTP credentials. I had solved this problem with this command:

sudo chown -R myusername:www-data public_html

but now I'm having the same problem again, I don't understand why.


Top
   
PostPosted: Tue Aug 02, 2011 1:37 am 
Offline
Junior Member

Joined: Wed Jan 05, 2011 7:55 am
Posts: 29
Website: http://www.zeropointproductions.co.uk
Location: UK
drtanz wrote:
Hi I am trying to install a plugin for WordPress and I am being asked for FTP credentials. I had solved this problem with this command:

sudo chown -R myusername:www-data public_html

but now I'm having the same problem again, I don't understand why.


I use the following command

Code:
sudo chown -R username /var/www/yourdir/


I tend to use it from root(danger danger will robingson). BUT BE SURE TO TURN THE PERMS BACK as it might pose a security risk ;)

A good way to check your file perms is

Code:
ls -l -h -a 


Also is your user a part of the group www-data ??

And have a look at the file perms list for the worpress folders on the wordpress site. GL


Top
   
 Post subject: I forgot to mention
PostPosted: Thu Aug 04, 2011 3:30 am 
Offline
Junior Member

Joined: Wed Jan 05, 2011 7:55 am
Posts: 29
Website: http://www.zeropointproductions.co.uk
Location: UK
http://codex.wordpress.org/Changing_File_Permissions

That might help you in your quest ;)


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic


Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
RSS

Powered by phpBB® Forum Software © phpBB Group