You’re right in that this does not have to do with permissions. You will run into it depending on a particular server configuration. To ensure that you don’t have to deal with it on an ongoing basis, you will want to add the FTP credentials to wp-config.php
like so:
define( 'FTP_USER', 'username' );
define( 'FTP_PASS', 'password' );
define( 'FTP_HOST', 'ftp.example.org:21' );
There is a whole section of this in The Codex that explains all the WordPress constants that also allow you to specify SSH keys in the wp-config.php
file.
Related Posts:
- to perform the requested action wordpress needs to access your web server. please enter your ftp
- Can’t install new plugins because of the error “Could not create directory”
- Could not create directory
- Can’t use the built-in wordpress install/upgrade plugin feature [closed]
- WordPress Plugin Install / Update Problem
- Updates for a private plugin?
- what is the correct way to update a plugin via tortoise svn to the repository?
- An unexpected error occurred. Something may be wrong with WordPress.org or this server’s configuration
- Can I upgrade a plugin to a specific version?
- How to create custom message on plugin update
- How to prevent a post from being deleted?
- Why “Contact Form 7” doesn’t update PHPmailer library?
- Managing WP Core & Plugin Updates for Clients
- Cannot install plugins even though www-data has write permissions
- Which files get updated in a plugin update?
- Updating WordPress – the best approach (updating wp core, plugins and db)
- plugin wants to update to wrong plugin
- How to update WordPress plugin readme.txt description page without triggering a plugin update?
- How can a plugin run a script after being updated in MultiSite?
- How to update plugin without overwrite custom code
- What Triggers a Plugin Update Alert
- Is it possible to block subscriber users to changing its password?
- Why users disable the WordPress update?
- Upgrading WordPress 4.0 asks for FTP password
- Plugins won’t update when WordPress says they’re updated
- Standard permissions for wordpress; Plugin installation asks for FTP credentials
- Override plugin functions in functions.php
- Skip file when plugin updated
- How to migrate from Mark Jaquith’s Subscribe to Comments plugin to Gurken’s new version?
- Creating Custom Roles for use on a WordPress Multi-site Instance?
- Why does deactivating a plugin cause error: “You do not have sufficient permissions to access this page”?
- Plugin/Folder permission issues with Azure
- Can I upgrade plugins via FTP?
- Function to see how many plugins on a site need updating
- Are these wp-content permissions safe?
- Force Plugin Updates: “Update Failed: Plugin update failed.” after update one plugin
- Can’t update/install plugins or WordPress
- How to update plugins with database updates if I use svn
- Display update notification messages like ‘What’s New’
- Plugin updates change folder permissions
- Linux Permissions and Ownership for WordPress
- `plugins_api()`: why does a commercial plugin changelog link result in a tailing plugins repo check and 500 error? [closed]
- After upgrade to php 7 plugin/them updates broke [closed]
- Procedural Question on Plugin Installation
- Some recent plugin updates have failed “Could not create directory”
- What happens if I don’t update my plugins?
- Add menu page issues (permissions & position)
- My homemade plugin is trying to update to someone else’s plugin
- Advanced Custom Fields – Disable Users to Edit Custom Fields
- Is there any way to make myself an admin?
- UpdraftPlus installed malware – scared to download or update plugins now! [closed]
- Child Themes and Updating Parent Theme
- What are the correct permissions so WP doesn’t ask for FTP credentials if installing plugin?
- Is there a maximum length to a WordPress Page?
- How to execute plugin and theme updates from a web hook / endpoint?
- Vulnerability Concern From the Plugin or From Not Updating the Plugin?
- Get site url and updates data, then use them
- Why does this code snippet create a critical error on my site? [closed]
- Why is my WordPress Plugin page requesting my FTP Login Credentials?
- Updating WordPress across multiple versions
- How to add update function to plugin without adding it to https://wordpress.org/plugins/ [closed]
- Plugins & backup not working correctly on new Digital Ocean server
- Cannot add edit themes and add plugins after multisite update
- Remove updates text on plugin or themes list page
- What would make the plugin update process to complete but don’t report as such?
- How to write to the plugin’s directory?
- How can I disable new plugin and theme install, but allow updates?
- WordPress asks to update a plugin already updated
- Plugin updates, change file permissions on WordPress
- Block plugin update possibilities (but not by hiding notifications)
- Unable to update plugins or log out
- Update a previous version of plugin when the new plugin is built from the scratch
- WP core and plugin updates fail AWS
- Gutenberg editor in WordPress 5.0.3 /wp-json/wp/v2/pages/4713/autosaves?_locale=user 500 (Internal Server Error)
- Can’t add or delete plugins – but I’m an admin [closed]
- Website content not displayed anymore after updates
- Custom plugin which downloads updates from custom endpoint, extracts new version zip into a new name
- WP Plugin permissions – create new files
- Unmatch plugin from updates?
- Update and remove buttons are hidden in plugin’s page
- Pause form submissions while upgrading plugins
- WordPress FTP/media directory permissions problem?
- Why all my wordpress sites keeps telling me that everything is up to date at /wp-admin/update-core.php?
- Surviving WordPress and plugin updates
- MobilePress plugin and WordPress 4.1 update
- page creator to leave comments ONLY
- Editor have not permissions for a plugin
- WordPress Permission Problems on Ubuntu 12.04 with LAMP stack
- No feedback when installing plugins or updating
- Manually updating a plugin , is it overriding the previous settings of the plugin?
- How to include a custom thumbnail with my WordPress plugin?
- Plugin update warning
- Self-hosted Plugins & Themes store with auto-updates? [closed]
- Two sites one PC
- Console errors after WordPress Update 6.1
- How to give access to the particular page in wordpress for specific username/email NOT roles [closed]
- How to Replicate Elementor Licensing Model
- how to update wordpress plugin programmatically using plugin path
- Manually update notification of plugins needing updating
- On WordPress.org Plugin repository, Last Updated Date doesn’t match with Plugin Version Update Date