cancel
Showing results for 
Search instead for 
Did you mean: 

"Version not found" when uploading extension new version

"Version not found" when uploading extension new version

Hi everyone,

 

I am in Magento Connect, and I am trying to upload a new version for my Magento 1.X extension. After filling the fields and providing the archive, I get the error "An error occurred during upload to channel MagentoConnect: Version not found.".

 

FYI I put "1.1.0" in the version field, my file is named "monaviscompte_widget-1.1.0.tgz"...

 

Any idea?

 

Thanks a lot

2 REPLIES 2

Re: "Version not found" when uploading extension new version

Check the 'Stability' value in you package.xml and what you select during the upload in Magento connect. Both should be same. You may be selecting 'Version Stability' as Stable while in your package it may be something else which would be causing the issue.

- Tarandeep
Problem solved?Please give 'Kudos' and accept 'Answer as Solution'.

Re: "Version not found" when uploading extension new version

You should also make sure that the Magento Extension Name* is same as the Extension Key in magento commerce while creating the package.

Your zip should have the name as your extension key, ignore the version number appended to the zip.

For example :
Extension Key in magento commerce : **TestingMagento**

So while packaging enter name as : **TestingMagento**

Version Number : **1.0.0.0**

This will create your package extension as **TestingMagento-1.0.0.0.tgz**, which you want to upload.