Unable to create directory in wp-content/uploads in Wordpress -


i not able upload images media section. error message:

"unable create directory wp-content/uploads/2015/05. parent directory writable server?"

i tried changing permissions, gave full access 777 both uploads, , wp-content directory didn't help.

i tried changing owners apache : apache /wordpress/wp-content, hasn't helped either.

upload_path set wp-content/uploads in option-media.php. still not working.

tried defining upload path define(uploads, 'wp-content/uploads');no help.

(server: centos)

someone, please help!!!

-thanks in advance.

chown -r www-data:www-data /var/www 

Comments

Popular posts from this blog

android - How to save instance state of selected radiobutton on menu -

python 3 IndexError: list index out of range -

IF statement in MySQL trigger -