这样做之后。。。那么,为什么在使用ftp应用程序查看文件的权限时,它们会显示为不同的权限?
这是因为更改模式不会一次对所有文件进行,而是仅在某些情况下,仅在某些文件夹中,以及在某些操作上,例如升级时:
File: wp-admin/includes/class-core-upgrader.php
134: // Copy update-core.php from the new version into place.
135: if ( !$wp_filesystem->copy($working_dir . \'/wordpress/wp-admin/includes/update-core.php\', $wp_dir . \'wp-admin/includes/update-core.php\', true) ) {
136: $wp_filesystem->delete($working_dir, true);
137: WP_Upgrader::release_lock( \'core_updater\' );
138: return new WP_Error( \'copy_failed_for_update_core_file\', __( \'The update cannot be installed because we will be unable to copy some files. This is usually due to inconsistent file permissions.\' ), \'wp-admin/includes/update-core.php\' );
139: }
最后,您必须从web服务器的命令行执行此操作,或者与主机支持人员联系,了解执行此操作的最佳方式。