• Some files are not writable by WordPress:
    xmlrpc.php
    wp-blog-header.php
    readme.html
    wp-signup.php
    index.php
    wp-cron.php
    wp-config-sample.php
    wp-login.php
    wp-settings.php
    license.txt
    wp-mail.php
    wp-links-opml.php
    wp-load.php
    wp-includes/class-wp-user-query.php
    wp-includes/l10n.php
    wp-includes/date.php
    wp-includes/class-wp-oembed.php
    wp-includes/images/w-logo-blue-white-bg.png
    wp-includes/images/blank.gif
    wp-includes/images/down_arrow.gif

    how ican fix?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hey mahmoudegypte!

    To fix the permissions problem you’re having, you can click here to follow the official WordPress Support guide instructions.

    If you find that guide a bit difficult to follow (it explains many different permissions), you can click here to follow a different guide.

    If you have any other questions, please let me know!

    I’m having this same issue with a fresh install and I can’t seem to get it resolved. I have even set all permissions to 777 (testing environment) to see if this were a permissions issue. I have tried setting ownership to a local user / to nobody / to apache and nothing seems to work… I get the same error as above.

    My current configuration has all file permissions set to 644 and directory permissions to 755 with ownership of {LOCALUSER}:apache

    System is CentOS8 / Apache w/ SSL

    @butlerjw78: I had this problem on CentOS, too. It was SElinux blocking apache writing to the nonstandard location. Try “sudo setenforce 0” and see if the problem goes away; if it does, that’s the problem.

    I solved it by setting the appropriate context:

    chcon -R -t httpd_sys_rw_content_t <wp-dir>

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Some files are not writable by WordPress:’ is closed to new replies.