• Resolved thinkingcapstudios

    (@thinkingcapstudios)


    I have write,modify,delete logging at OS level and Im getting hundreds of notifications an hour instead of the half dozen a day I usually see.
    What drives these tests being repeated?

    IN_CLOSE_WRITE /home/admin/web/xxxxxxxx.com.au/public_html/blog/wp-content/temp-write-test-1498969587

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi,
    This happens when WordPress tries to detect a proper method to write to your filesystem, this could be triggered by any of the plugins/themes installed, I wonder if you can install/upgrade plugins and themes on your website without any problem?

    Also, you will need to make sure that “wp-content” directory has the correct file permissions to read/write and confirm that its owner is the same as your web server user, for more information regarding this issue check this answer.

    Thanks.

    Thread Starter thinkingcapstudios

    (@thinkingcapstudios)

    Hi,
    I am able to update existing plugins and install new ones.
    I did a recursive chown for the web user and check perms which look fine.
    Am I able to switch the file write tests off?

    Thanks.

    With certain security precautions taken in consideration, you can define FS_METHOD constant in wp-config.php file as mentioned here, BUT this isn’t recommended unless you are sure your hosting environment was configured properly, not as described here.

    Thanks.

    Thread Starter thinkingcapstudios

    (@thinkingcapstudios)

    Thanks for the pointers.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Increase in temp write tests’ is closed to new replies.