Error: "Warning: fileperms() [function.fileperms]: stat failed …" line 871
-
Completely fresh install of 3.8.1 (en_GB).
Got an error when installing the first plugin.
Full error message is:
Warning: fileperms() [function.fileperms]: stat failed for /home/innercit/public_html/tecset/index.php in /home/innercit/public_html/tecset/wp-admin/includes/file.php on line 871
Line 871 is:
define('FS_CHMOD_FILE', ( fileperms( ABSPATH . 'index.php' ) & 0777 | 0644 ) );
So I’m assuming it’s a file permission issue.
I was seeing this on some old sites, and figured it might be some plugin clash BUT this site is a completely fresh install, and I get the error on the very first plugin I install.
Sites still work, plugin still installs successfully, but this error is popping up. What’s the story?
Thanks,
Tim
- The topic ‘Error: "Warning: fileperms() [function.fileperms]: stat failed …" line 871’ is closed to new replies.