Got an error in magento connect for installing any extension

你。 提交于 2019-12-04 12:15:18

This was not an issue specific to you. Today, the Magento Connect server experienced an outage which prevented any of the community extension keys from working.

The Connect server appears to be online now, so try again and it should work.

Source: https://twitter.com/magento/status/384805097315659776

Helpful Note:
You can download extension packages directly by using the following tool:
http://freegento.com/ddl-magento-extension.php

Just paste in your Magento extension keys and Submit. A downloadable link will appear for you to obtain the package.

hedererjs

I had the same problem ("CONNECT ERROR: Unsupported resource type") while upgrading a 1.6 magento on PHP 5.5. The unpack function (http://php.net/manual/en/function.unpack.php) has changed.
In downloader/lib/Mage/Archive/Tar.php, the line

const FORMAT_PARSE_HEADER = 'a100name/a8mode/a8uid/a8gid/a12size/a12mtime/a8checksum/a1type/a100symlink/a6magic/a2version/a32uname/a32gname/a8devmajor/a8devminor/a155prefix/a12closer';

must be replaced by:

const FORMAT_PARSE_HEADER = 'Z100name/Z8mode/Z8uid/Z8gid/Z12size/Z12mtime/Z8checksum/Z1type/Z100symlink/Z6magic/Z2version/Z32uname/Z32gname/Z8devmajor/Z8devminor/Z155prefix/Z12closer';

i have got this error then try following steps first you can disable all cache second after install extension then clear all cache and logout and login

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!