Sometimes Wordpress "mis" detects your server configuration, and forces "FTP" mode when it is not necessary. This is not only annoying, but can break Intellispire products such as Component Courier.
In order to fix this problem, simply add the following line to your wp-config.php file:
define( 'FS_METHOD', 'direct');
Comments
1 comment
Thanks A lot it works fine for me :)
Article is closed for comments.