Well once again I posted too soon and figured out the solution shortly after. What worked for me was adding this to my wp-config.php
file:
define('FS_METHOD', 'ftpsockets');
The above line tries to force WordPress to use the PHP Sockets class when working with the filesystem – updating, installing etc.
For security concerns on shared hosting you should not store your FTP username and password in your wp-config.php
file. So REMOVE these lines asap in case you are using them:
define("FTP_USER", "ftp_username"); // Substituted by real values obviously
define("FTP_PASS", "ftp_passs");
Related Posts:
- wordpress on localhost lamp doesn’t let me install plugins
- To perform the requested action, WordPress needs to access your web > server
- WordPress unable to write files in the server
- What security concerns should I have when setting FS_METHOD to “direct” in wp-config?
- How can I stop WordPress from prompting me to enter FTP information when doing updates?
- Prompted for FTP details even with FS_DIRECT set to true
- What plugins do you commonly install on a fresh WordPress install?
- How can I create a bash install script for my WordPress sites setup (WP+plugins+theme)?
- Combine multiple plugins into one?
- How to automatically install default WordPress plugins?
- How to stop wordpress from changing default .htaccess permissions to 444
- Why does WordPress still not support SFTP?
- Why does WordPress require a ftp server to be running on the webserver to transfer plugins?
- Does plugin uninstall always put WordPress back into original state?
- What is the purpose of the “Hello Dolly” plugin?
- How to properly secure my WordPress installation?
- WP Config for FTP credentials
- WordPress plugin installation error
- Make plugin uninstalable on older versions of WordPress
- Please select a file error
- Install plugin remotely
- What is $tab in `install_plugins_{$tab}` hook?
- Plugin to install a plugin
- Why would WordPress request FTP information when it can write to the file server?
- Upgrading WordPress 4.0 asks for FTP password
- Standard permissions for wordpress; Plugin installation asks for FTP credentials
- Distributing and packaging plugins
- How to import 55k images (uploaded via FTP) into WordPress Media libary? [closed]
- Moving WordPress from host without FTP?
- Getting a 404 when trying to load /wp-admin/plugin-install.php
- Can’t use the built-in wordpress install/upgrade plugin feature [closed]
- Can I upgrade plugins via FTP?
- How to check what plugins used to be on a WordPress installation?
- Error uploading plugin zip file
- What causes an Unexpected HTTP Error within install plugins?
- How does WordPress process plugin installations?
- CMB2 installation – cannot get it to work
- Restored WordPress on new Server – Can’t auto-update plugins
- Theme and plugin install or update display error in localhost
- Hook (or other way) to find out when another plugin is activated / installed
- Pushing out updates to multiple installs?
- Prevent WordPress installing plugins and themes via Admin
- Installing a plugin on a premium site [closed]
- Install (enable) plugins on multisite, on localhost
- Linux Permissions and Ownership for WordPress
- get 404 when accessing wp-admin/plugin-install.php
- Create a multisite network for an existing installation
- transfer a file from one domain to another via wp
- Theme/Plugin installation through url on button click
- Problem with updating a plugin
- Why this function not working for install database on plugin activation
- Import sql data from a large file when installing plugin
- Install and Update plugins on a VPS WordPress installation
- Redirect to another page using contact form 7? [closed]
- Get plugin download URL from slug
- Modify wp_installed_email / wp_new_blog_notification
- Installing wordpress on a subdomain of an already existing static website
- plugin generated 751 characters of unexpected output during activation
- WordPress Plugins Don’t Automatically Update
- Can plugin2 uninstall plugin1 at the very beginning of plugin2’s installation?
- What are the correct permissions so WP doesn’t ask for FTP credentials if installing plugin?
- Problem installing plugin: unexpected T_STRING, expecting T_FUNCTION
- disabling ftp on wordpress
- WooCommerce: after install hook
- Plugins successfully uploaded via FTP but they are not on my site
- Programmatically install and activate child-theme
- Installing plug ins on a wordpress hosted site
- Can’t Install/Upgrade Plugins Through WordPress
- Unable to install plugins
- Plugin Add New Installer failing
- Installing a Plugin ( Which is already manually uploaded )
- All new plugins generating 311 chars of unexpected output?
- In a local wordpress installation, when I install a plugin it only offers me installation via FTP
- Upload WordPress Plugin from ZIP Broken – Returns Symbols Squares & question marks
- why is sportspress asking for FTP credentials on a local installation?
- FTP access to NAS drive files/folders from WordPress site
- woocommerce with external ftp site
- Using any plugin results in http 500 error (and only plugins)
- Restoring a WordPress site
- Can’t install plugins after updating to WordPress 4.9
- WordPress Plugin Install / Update Problem
- WordPress FTP/media directory permissions problem?
- Plugin install error: Installation failed: The package could not be installed
- database – multiple wordpress installations using same database – can they share plugin settings?
- How to install jquery dotdotdot plugin for WordPress?
- WordPress Theme/Plugin Install (about FTP Connection)
- WordPress menu and plugin installation problem
- Hook into install email
- Plugins upload to wordpress in wampserver via filezilla
- Is there going to an issue running different features of WP site in different subdomains?
- Moving to WordPress Premium versus a hosting provider
- Upacking the package… stalls, but installs plugin
- Problems with installing and deleting plugins
- How to add plugin activity in the menus?
- Plugin (smart archives reloaded) crashed site / no access on admin panel
- What possible reasons can cause my plugin not to be listed in the plugin search in the back-end of wordpress installs?
- Images not showing and plugins not installing on wordpress server move
- No feedback when installing plugins or updating
- Why do I get this “peer’s certificate issuer not recognised” error when trying to install a theme?
- Using one-click plugin upgrade feature securely on suexec server