Hello
Well I try today to install a plugin on a wordpress. But when I try to install it it request me the ftp user password host, for my hosting account.
Well, i try to chmod 777 the wp-content, still the same, so I force the wordpress to not require ftp by adding some code into wp-config.php
So to fix this chmod 777 wp-content
and add
define('FS_METHOD', 'direct');
to wp-config.php