PHP Warnings: stat(), unlink(), chmod()
-
I’m not sure what is the root cause of the issue, WordPress 4.8 or Contact Form 7 v4.8 but 4.8 or maybe our update to PHP7 but I’ve been randomly getting the following string of errors:
PHP Warning: stat(): stat failed for /wp-content/uploads/wpcf7_captcha/1016550241.txt in /wp-content/plugins/really-simple-captcha/really-simple-captcha.php on line 257 PHP Warning: unlink(/wp-content/uploads/wpcf7_captcha/1016550241.txt): No such file or directory in /wp-content/plugins/really-simple-captcha/really-simple-captcha.php on line 260 PHP Warning: chmod(): No such file or directory in /wp-content/plugins/really-simple-captcha/really-simple-captcha.php on line 261 PHP Warning: unlink(/wp-content/uploads/wpcf7_captcha/1016550241.txt): No such file or directory in /wp-content/plugins/really-simple-captcha/really-simple-captcha.php on line 262
I’ve looked in FTP and the file certainly doesn’t exist, so it’s trying to unlink a file that’s just not there ( as far as I can tell ). I can’t consistently replicate the issue either which is bothersome. It does appear to affect many of my websites with different plugins / themes installed though.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘PHP Warnings: stat(), unlink(), chmod()’ is closed to new replies.