
This common error happens normally after a WordPress version upgrade. Upon upgrade of plugins, which normally we click on the “upgrade automatically” link on the plugins page, it prompt for “connection information” (with another line of “To performed the requested action, connection information is required.“) with “hostname“, “username“, “password” & “Connection Type” required.
This issue is caused by certain wordpress essentials files or directory are not accessible by WordPress.
Correct the permission by changing the ownership of the files and folders to the web server owner.
e.g.
chown -R www:www wp-includes wp-admin wp-content
the web server owner can be find out using :
ps aux | grep -i http
or
ps aux | grep -i apache
Voilla !!!



One Comment
Thanks, I was struggling with that a bit. This helped, now all upgrades working smoothly. Brilliant.
One Trackback
[...] علي هذة المواضيع .. WordPress › Support WordPress – plugin upgrade requesting “Connection Information” | Scratching My Nee… __________________ *مــن أنا ؟! * Googlise Web [...]