Please remove false error messages from admin
-
Referring to this admin error notice that displays:
Could not create /path/to/wordpress/wp-content/ai1wm-backups folder. Please ensure the parent folder has read/write/execute permissions (0777).
There are several problems with this error message:
- Incorrectly displays message when backup path has changed. Sometimes this happens if a folder in the path has changed since the last time the plugin was used, or sometimes when the database value for the backup path is based on a different environment. Either way, in these cases it has nothing to do with permissions, yet still displays.
- It shows ~5 more superfluous messages that are related to the exact same thing, eating up more screen real-estate.
- The notice status should not be “error”. The user of this plugin may not need be concerned with the
ai1wm-backupsfolder if they aren’t trying to run backups. It arguably should not be an error as far as the user is concerned. - MOST IMPORTANTLY: It advises a very irresponsible fix of setting folder permissions to
0777. This is a poor security decision and shouldn’t be displayed to admins.
Please consider.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Please remove false error messages from admin’ is closed to new replies.