Page 1 of 1

Wordpress CHOWN issue

Posted: Wed May 28, 2014 6:47 am
by cagatay
Hello,
When I create a hosting account and run a fresh installed wordpress, it gives picture upload errors, plugin update errors.
If I do a "chown www-data:www-data" the entire directory, the error is fixed.
I want everything to be automated. In cpanel, I don't have to do chown and things like that...
has anyone experienced this issue before or is it only me?

Re: Wordpress CHOWN issue

Posted: Wed May 28, 2014 5:11 pm
by singhdd
cagatay wrote:Hello,
When I create a hosting account and run a fresh installed wordpress, it gives picture upload errors, plugin update errors.
If I do a "chown www-data:www-data" the entire directory, the error is fixed.
I want everything to be automated. In cpanel, I don't have to do chown and things like that...
has anyone experienced this issue before or is it only me?
I use wordpress on almost every site I use with vesta and I dont have this problem.

How do you install the wordpress ?
If you download as root and extract the file then you have to use chown command. If you use ftp to upload the extracted wordpress then you dont need to use chown

Re: Wordpress CHOWN issue

Posted: Wed May 28, 2014 6:13 pm
by cagatay
singhdd wrote:
cagatay wrote:Hello,
When I create a hosting account and run a fresh installed wordpress, it gives picture upload errors, plugin update errors.
If I do a "chown www-data:www-data" the entire directory, the error is fixed.
I want everything to be automated. In cpanel, I don't have to do chown and things like that...
has anyone experienced this issue before or is it only me?
I use wordpress on almost every site I use with vesta and I dont have this problem.

How do you install the wordpress ?
If you download as root and extract the file then you have to use chown command. If you use ftp to upload the extracted wordpress then you dont need to use chown
Thank you, I think you found the problem.