上传Magento扩展程序时出错

上传Magento扩展程序时出错

问题描述:

经过几次尝试,我已成功使用本PDF中的说明打包了一个扩展-

After several attempts I have succeed to packaged one extension by using instructions from this PDF - http://info.magento.com/rs/magentocommerce/images/packagingmagentoconnectextensions6%200.pdf

一切看起来不错,但是当我尝试上传扩展名时,它会引发错误,并指出文件名应采用XXXXXX-1.0.0格式,不带扩展名,其中xxxxxxxxx是我的表单密钥,但是当我尝试上传打包文件的重命名副本(Magento Connect Manager扩展生成的一个),它会引发以下两个错误:

Everything looks good, but when I try to upload the extension, it throws an error, saying that the filename should be in the format XXXXXX-1.0.0 format without the extension, where xxxxxxxxx is my form key, but when I try to upload the renamed copy of the packaged file (one that Magento connect manager extension generated), it throws these 2 errors:

上载到频道MagentoConnect 1.0时发生错误:无法 上传新版本XXXXXXXXXXXXXXX-1.0.0.tgz

An error occurred during upload to channel MagentoConnect 1.0: Unable to upload new release XXXXXXXXXXXXXXX-1.0.0.tgz

发生错误 在上载到频道MagentoConnect 2.0期间:程序包 AnattaDesign_AbandonedCarts找不到

An error occurred during upload to channel MagentoConnect 2.0: Package AnattaDesign_AbandonedCarts not found

我对错误进行了一些研究,并且知道过去这是Magento的问题,人们也面临着完全相同的问题.在其中一些中,我发现@rondata回覆了当时的社区经理,但不确定他是否仍然如此.

I did a bit of research on the error and got to know this has been an issue with Magento in the past and people were facing the exact same issue. On some of them, I found @rondata replying back who was the community manager in back those days, but not sure if he still is.

那么,有什么线索可以解决这个问题?打包扩展程序是否也可能是一个问题?或者可能是当前的社区经理是谁,我可以在哪里寻求有关他们的上传器错误的升级?

So any clue how can I get this issue resolved? Whether it could also be an issue with how I packaged the extension? Or may be who is the current community manager and where can I seek some escalation on their uploader bug?

所以我想我知道原因是什么.在magentocommerce.com上创建新扩展名时,当系统要求您提供扩展名密钥时,请勿在此处添加表单密钥作为扩展名密钥.它应该像Namespace_Module这样独特.

So I think I know what the reason is. When you are asked for the extension key when creating a new extension on magentocommerce.com, don't add the form key over there as your extension key. It's meant to be something unique like Namespace_Module.

这样做的时候,错误应该消失了,而且一切都会很好!

When you do that, the error should go away and you should be all good!