Does not properly use WP_Filesystem
-
Plugin throws the following errors, due to incorrectly attempting to access the filesystem directly:
Could not create /var/www/example.com/wp-content/plugins/all-in-one-wp-migration/storage/index.php file. Please ensure the parent folder has read/write permissions.
Could not create /var/www/example.com/www/wp-content/plugins/all-in-one-wp-migration/storage/index.html file. Please ensure the parent folder has read/write permissions.The parent folder has the correct read/write permissions when accessed correctly (via WP_Filesystem).
Plugin is using fopen(), fread(), and fwrite(), none of which, should a properly written plugin be using. See: https://codex.ww.wp.xz.cn/Filesystem_API
The topic ‘Does not properly use WP_Filesystem’ is closed to new replies.