Unable to locate WordPress content directory (wp-content).
[solved]
SELinux disabled!!!
GOOD JOB!! Thank You^^
This Error is SELinux excute!!
SELinux Disabled change!!
AND server Reboot!!
vi /etc/sysconfig/selinux
AND
find . -type d -exec chmod 755 {} \; find . -type f -exec chmod 644 {} \; chown apache.apache -R /YourWordpressFolder
더 자세한 정보는 SELinux Disabled 설정 글을 읽어보세요