• Resolved 0xfib

    (@0xfib)


    How to fix these errors:

    Warning filectime(): stat failed for uploads//ithemes-security/backup.lock on line 329 in file plugins/better-wp-security/core/class-itsec-files.php
    Warning filectime(): stat failed for uploads//ithemes-security/file_change.lock on line 329 in file plugins/better-wp-security/core/class-itsec-files.php
    Notice (8209) Array to string conversion on line 230 in file plugins/better-wp-security/core/modules/file-change/class-itsec-file-change.php
    Notice (8209) Array to string conversion on line 231 in file plugins/better-wp-security/core/modules/file-change/class-itsec-file-change.php
    Warning gzinflate(): data error on line 2136 in file wp-includes/class-http.php

    https://www.ads-software.com/plugins/better-wp-security/

Viewing 5 replies - 1 through 5 (of 5 total)
  • @0xfib

    Warning filectime(): stat failed for uploads//ithemes-security/backup.lock on line 329 in file plugins/better-wp-security/core/class-itsec-files.php
    Warning filectime(): stat failed for uploads//ithemes-security/file_change.lock on line 329 in file plugins/better-wp-security/core/class-itsec-files.php

    If you have an UPLOADS constant defined in the wp-config.php file make sure its value is set relative to ABSPATH and that a trailing ‘/’ is NOT included …
    If you are not using a custom upload folder remove the UPLOADS constant from the wp-config.php file.

    The iTSec plugin uses a transient named _site_transient_itsec_upload_dir which is stored in the wp_options table.
    If a change to the UPLOADS constant does not resolve the stat error wait for the transient to expire or delete it manually in the database.

    Did you rename your wp-content folder ? Or is it default ?
    There are LOTS of variables influencing this issue …

    dwinden

    Thread Starter 0xfib

    (@0xfib)

    @dwinden

    Thanks for your time to wrote me.
    The wp-content is default.

    @0xfib

    Ok, was the info I provided any help ?

    dwinden

    @0xfib

    If you require no further assistance please mark this topic as ‘resolved’.

    dwinden

    Thread Starter 0xfib

    (@0xfib)

    @dwinden

    Thanks for your help, I did not see that error anymore in my log file.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Warning filectime(): stat failed for backup.lock on line 329 in class-itsec-file’ is closed to new replies.