How do I disable ftp upload for plugin installation?

- check webserver (user) access rights of folder /wp-content -> make writeable
- define "FS_METHOD" in /wp-config.php:

define('FS_METHOD', 'direct');

(remove other definitions of "FS_METHOD", if present)

Comments