Joomla Extension Manager Gives the error :
It is very importan to check if following parameters in configuration.php are set properlyJFTP::mkdir: Bad response
JFTP::chmod: Bad response
JFTP::store: Bad response
Warning! Failed to move file
If above path does not exist or missconfigured (ex. username is incorrect, public_html is misspelled, entire path incorrect etc.)var $log_path = '/home/username/public_html/logs';
var $tmp_path = '/home/username/public_html/tmp';
then FTP will not work and will fail to upload files.
The following setting is equaly important.
The ftp_root will be public_html, if the FTP account mentioned at Joomla admin >> Site >> Global configuration >> FTP settingvar $ftp_root = '/public_html';
has Directory path as '/home/username' .
I hope this will help






Reply With Quote
You need to check all the setting shown in it.

Bookmarks