• Hello everyone ,
    i am facing this issue that appear in site health

    Background updates ensure that WordPress can auto-update if a security update is released for the version you are currently using.

    • Warning The folder /var/www/html/ was detected as being under version control (.git).
    • Passed Your installation of WordPress does not require FTP credentials to perform updates.
    • Error Some files are not writable by WordPress:
      • xmlrpc.php
      • wp-blog-header.php
      • readme.html
      • wp-signup.php
      • index.php
      • wp-cron.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
      • wp-includes/images/spinner.gif

    and we fix all file permission but the above error is not fixing

Viewing 2 replies - 1 through 2 (of 2 total)
  • The “Some files are not writable by WordPress” error in WordPress usually occurs when WordPress is unable to write or modify files on your website due to incorrect file permissions.

    Before making changes to your file system, I would recommend performing a full backup, so you can restore it in case the changes cause further issues.

    Here are some steps to fix this error:

    1. Log in to your WordPress site via FTP or cPanel File Manager.
    2. Navigate to the affected directory for the files you list (including your root directory) of your WordPress installation.
    3. Using your file manager utility, click/navigate to each folder and select “File Permissions” or “Change Permissions”.
    4. Make sure that the numeric value is set to 755 or 750 (depending on your server configuration) for each folder and all its subfolders and files.
    5. Check the “Recurse into subdirectories” and “Apply to directories only” options.
    6. Click on the “Apply” button to save the changes.

    If the above steps don’t work, you can also try disabling plugins one by one to see if there is a plugin that might be creating the conflict.

    Similarly, you could switch themes and see if that resolves the issue.

    If you have a web hosting provider, you could try contacting their support as well for advice.

    Thread Starter hebaibrahem

    (@hebaibrahem)

    i will try this , thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘site health issue’ is closed to new replies.