Problem Installing Joomla Extensions - Unable to Find the Installation Package?

I changed my server and moved to a different hosting provider. I am Experiencing Few Difficulties. I can’t able Install or Uniinstall any components, modules or plugins. What is the problem. Everything was working fine with the old provider. I just Moved the same data to the new server .

Please help.

I think either the property rights are set incorrectly for the joomla directory or the ftp is setup incorrectly and the user cannot get to the proper location.

In order to change the FTP settings, just download your configuration.php and edit your FTP details like this.

var $ftp_enable = ‘1’;
var $ftp_host = ‘XXXXXXXXXXXXXX’;
var $ftp_port = ‘21’;
var $ftp_user = ‘XXXXXXX’;
var $ftp_pass = ‘XXXXXXXX’;
var $ftp_root = ‘/mysite.com’;

And don’t forget to set

var $ftp_enable = ‘0’;

to

var $ftp_enable = ‘1’;

save configuration.php and upload to your root directory.