• Anonymous User 17705524

    (@anonymized-17705524)


    Hello everyone… I get the following errors? I have ran
    find . -type d -exec chmod 0755 {} \;
    find . -type f -exec chmod 0644 {} \;
    from the public_html directory. What is the solution for this?

    Error Some files are not writable by WordPress:
    wp-includes/sodium_compat/src/Core32/SecretStream/State.php
    wp-includes/sodium_compat/src/PHP52/SplFixedArray.php
    wp-includes/sodium_compat/src/Core/Base64/Original.php
    wp-includes/sodium_compat/src/Core/Base64/Common.php
    wp-includes/sodium_compat/src/Core/Base64/UrlSafe.php
    wp-includes/sodium_compat/src/Core/SecretStream/State.php
    wp-includes/sodium_compat/lib/php72compat_const.php
    wp-includes/js/hoverintent-js.min.js

    Thank you,

    Ryan

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Marius L. J.

    (@clorith)

    Hiya,

    it’s possible that the user that did the chmod commands did not have access to these files either, what you could do is look at the files, see what user and group owns them, then compare it to what WordPress runs as (this can be seen in the Info tab under Server, it will tell you what user is being used.

    I’m getting this exact issue. I’ve set the directory and file permissions to apache and it’s still giving the error. The strange thing is that it’s only the “The main WordPress directory” the wp-content, uploads, plugins, and themes directories is writable.

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