Why does the plugin request 0777 permission on a wp-content subdirectory?
-
I’ve run into a situation on a migration of a WordPress website from the designer’s local machine to a server in the cloud, where the All-in-One WP Migration Plugin is requesting read/write/execute permissions (0777) on a subdirectory within the wp-content directory on the destination server.
The specific error messages are:
All-in-One WP Migration is not able to create .../public_html/wp-content/ai1wm-backups folder> You will need to create this folder and grant it read/write/execute permissions (0777) for the All-in-One WP Migration plugin to function properly.
All-in-One WP Migration is not able to create .../public_html/wp-content/ai1wm-backups/.htaccess file. Try to change the permissions of the parent folder or send us an email at [email protected] for assistance.
… plus two more similar to the last error.
My questions are:
- Why are permissions this wide-open being requested?
- Does this constitute a security risk?
- Would the plugin work if I created the …/public_html/wp-content/ai1wm-backups/ directory with 0755 permission?
We are running PHP Version 7.4.3 via the php7.4-fpm service on Ubuntu 20.04 LTS on the target server.
- The topic ‘Why does the plugin request 0777 permission on a wp-content subdirectory?’ is closed to new replies.