error wp-admin\includes\file.php on line 918
-
Hi support,
I have this error message
warning: fileperms() [function.fileperms]: stat failed for c:\Domains\mydomain\wwwroot/in c:\Domains\mydomain\wwwroot\wp-admin\includes\file.php on line 918.
I have checked in
// Set the permission constants if not already set.
if ( ! defined(‘FS_CHMOD_DIR’) )
define(‘FS_CHMOD_DIR’, ( fileperms( ABSPATH ) & 0777 | 0755 ) );
if ( ! defined(‘FS_CHMOD_FILE’) )
define(‘FS_CHMOD_FILE’, ( fileperms( ABSPATH . ‘index.php’ ) & 0777 | 0644 ) );Please advise how to solve this issue.
Thanks.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘error wp-admin\includes\file.php on line 918’ is closed to new replies.