Jump to content

prestashop addons bug in uploading new module


NishantVadgama

Recommended Posts

Recently, Prestashop has updated their Module market place and a serious ‪#‎bug‬ is prevailing since then. While uploading a new module from Mozilla firebox, I couldn’t find the “BROWSE” button for uploading icon image, screenshots and documentation. The same issue was faced while uploading it from opera and safari. And as all these fields are mandatory it is not possible to upload new modules with any of these browsers. Only Google chrome browser has the uploading option enabled. I know PrestaShop might be working on the same to solve this as soon as possible, but this is just to highlight the issue of PrestaShop market place.

post-781913-0-17556100-1432530572_thumb.jpg

Link to comment
Share on other sites

  • 2 weeks later...

I have the same problem with the online validator, it says the archive must be zip but I am sure I am uploading a valid zip file.

I created the zip file on macosx yosemite 10.10.3 using terminal:

 

zip -r -X mymodule.zip mymodulefolder

 

the command:

 

file mymodule.zip says:

 

mymodule.zip: Zip archive data, at least v1.0 to extract

Any hint?

 

SOLVED I deleted config_it.xml file  and now works...the error message should be better :)

Edited by rdonato (see edit history)
Link to comment
Share on other sites

  • 3 months later...

I have similar problem. When I upload my zip, I have a error : "Your module is too big (50Mo max), has an invalid structure or contains temp files like __MACOSX"

 

I have used the terminal cmd, so I don't have temp files.

 

My structure may be ok. The PrestaShop Validator say OK

 

I only have one config.xml. I have try config_en.xml too and don't work.

 

Someone can help me?

 

Thanks!

Link to comment
Share on other sites

  • 4 weeks later...

I have similar problem. When I upload my zip, I have a error : "Your module is too big (50Mo max), has an invalid structure or contains temp files like __MACOSX"

 

I have used the terminal cmd, so I don't have temp files.

 

My structure may be ok. The PrestaShop Validator say OK

 

I only have one config.xml. I have try config_en.xml too and don't work.

 

Someone can help me?

 

Thanks!

Very same problem here: quite urgent.

Link to comment
Share on other sites

I'm zipping via grunt-contrib-compress, as part of a task list:

https://www.npmjs.com/package/grunt-contrib-compress

But anyway, I can assure that the zipped folder (and the unzipped) don't contain any .DS_Store or __MACOSX folder. Not only because I build the content using grunt-contrib-copy, that if not explicitly defined, it doesn't move any .* file, but also because I checked with ls -a.

Mmmmm...

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...