I operating an occasion of WordPress on my internet server however I am getting this error within the logs
PHP Warning: chmod(): Operation not permitted in
/house/webserver/html/wp-admin/consists of/class-wp-filesystem-direct.php on line 173,
referer: http:// mysite.com/
I test the class-wp-filesystem-direct.php
file on 173
right here is the road:
if ( ! $recursive || ! $this->is_dir( $file ) ) {
return chmod( $file, $mode );
}
This are the permissions of this file:
-rwxrwxr-x 1 root apache 17K Oct 20 20:24 /house/webserver/html/wp-admin/consists of/class-wp-filesystem-direct.php
Any of you is aware of what’s unsuitable with my occasion of WordPress?
I am going to actually appreciated your assist.