How to resolve the ‘Invalid package identifier provided’ error in Magento?

The Invalid package identifier provided error occurs when there is a problem with the installation of an extension through Magento Connect Manager.

Often it is caused by the fact that the chosen extension is provided as a beta release.

The switch between the stable and the beta states can be easily completed through the Magento Connect Manager->Settings->Preferred State.

Alternatively, you can install an extension using the following shell command:

./pear install Magento_extension_key

In the above command line replace Magento_extension_key with the exact key for the chosen extension.

In the following example it is shown how to install a classic theme extension through the command line:

./pear install magento-community/magento_classic_theme_free
downloading magento_classic_theme_free-1.4.1.2.tgz ...
Starting to download magento_classic_theme_free-1.4.1.2.tgz (3,687,973 bytes)
.......................done: 3,687,973 bytes
install ok: channel://connect.magentocommerce.com/community/magento_classic_theme_free-1.4.1.2

You need help with a shopping cart? hostlantern. is specialized in eCommerce hosting and provides expert support for a large number of shopping carts. Check out our shopping cart hosting services!

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

How to alter product price in Magento

Altering the price of products in Magento is an easy task. All you need to do is: Login to...

Magento Contact Us Form

A contact us form is available by default in Magento. A link to it can generally be found in the...

Reindex Magento Data via SSH

The fastest way to reindex Magento data is manually via SSH. To reindex the Magento data...

How to add a module in Magento?

Additional functionality is added to Magento via separate modules called extensions. You can...

How to start building your Magento site

It is easy to start building your online store site with Magento. The installation is fully...