My magento module not approved as extension - magento

My Free Community Extension is not approved by magento commerce.
you can get my packaged zip file of my extension from the following url:
202.65.129.178/jungleextn/Junglee_Exports-1.0.0.tgz
when i install this extension with the packaged zip file in magento admin connect manager it gets inatlled and working fine. So i posted it in magento connect. but they are not accepting it. i think there is an issue with extension key, channel, version numbers.
plz can any one help me out.

You may ask the Magento support team they can help you probably.
( http://www.magentocommerce.com/support/overview )
else ( http://www.magentocommerce.com/bug-tracking )
Edit:
Found something ... Use a different name for your Upload. The Package Info Name used when creating the package should be the same as the Extension name when uploading.

Related

Please make sure your password match bug Magento 1.9.1

I have been searching Google for hours regarding a nasty bug in Magento 1.9.1.
I'm using the demo setup to show the possibilities of Magento for several customers.
One customer has sent me an email she couldn't create an account.
Ok, I thought and tried the same thing and guess what... I get an error telling me "Please make sure your password match".
I already "patched" the Customer.php file by changing $confirmation = $this->getPasswordConfirmation(); to $confirmation = $this->getConfirmation();
This resolves the checkout issue which has the same bug.
But this doesn't resolve to make a new account to use with Magento.
We had several update bugs with updating 1.8 all the way to 1.9 and now a bug in a fresh installation.
Are there developers out there which have fixed the account issue too?
Please let me know.
Steve
Copy /app/code/core/Mage/Customer/Model/Customer.php to the local
Search for function validate()
Comment //$confirmation = $this->getPasswordConfirmation();
Insert $confirmation = $this->getConfirmation() ? $this->getConfirmation() : $this->getPasswordConfirmation();
This would resolve the issue for registration and checkout as well.
To solve "But this doesn't resolve making a new account to use with Magento." you need to recompile ( or turn compiler off)
I have tried your solution but compilation is not used.
What I did was install a clean Magento installation and guess what.
I can register a new account and I can use the checkout without problems.
It seems that the demo installation provided for free from www.magentocommerce.com doesn't work as it should.
Br,
Stevan

How to upload extension on magento connect?

I have created a extension and want to upload on magento connect but when I upload it on magento connect it gives me following error:-
Unable to save version. Filename is not valid. Expected filename without ext...
I checked my extension which is working great on all versions.
Please help me to sort out this error.
Try next:
Log in to Magento Admin panel
From the Admin panel, select System > Magento Connect > Package Extensions.
On Package Info section, add extension name in Name field, for example my_stackoverflow
Fill all other fields, use this guide: http://info.magento.com/rs/magentocommerce/images/packagingmagentoconnectextensions6%200.pdf
When extension will be packed, go to /path/to/magento/var/connect/ folder and you'll see my_stackoverflow-1.0.0.tgz file. This file should be upload on Magento connect site.
I got the solution.Actually package name should be same as your extension key name.In my case extension key at magento connect was "test_data" and package name in package.xml file was "Test_Data". I just change the package name and extension uploaded successfully.

Magento with APC enabled - can not download product files

I have a Magento (CE version 1.9) site run on NGINX + PHP_FPM. Everything worked well.
I installed and configured APC (3.1.15-dev) and it worked well BUT there is just a problem: Customers loged-in and download downloadable product file and it does not return product.zip file, instead php file with octet stream.
When I change apc.enabled=1 to ;apc.enabled=1 in apc.ini, restart PHP_FPM, then when customer download the file, it return the correct file product.zip.
Did anyone get this problem? Please help me since I can not found the solutions.
apc.ini
extension = apc.so
apc.enabled=1
apc.shm_size=64M
apc.shm_strings_buffer=0
apc.ttl=7200
apc.user_ttl=7200
apc.mmap_file_mask=/tmp/apc.XXXXXX
Magento local.xml
<cache>
<backend>apc</backend>
<prefix>MySITE_</prefix>
</cache>
Many Thanks!

Got an error in magento connect for installing any extension

In my store have magento community edition - 7.1.
I try to install extension using magento store, but I got an error like this for all type of extensions
community/Dropifi_Dropificontactwidget: Could not resolve host: connect20.magentocommerce.com; Host not found
I placed this key for install magento
http://connect20.magentocommerce.com/community/Dropifi_Dropificontactwidget
http://connect20.magento-commerce.com/community/Dropifi_Dropificontactwidget
Help me to get a result for this issue.
Thanks
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';
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.
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

Magento Connect: Unable to upload new release error message

Today I finished my plug-in and I would like to add it to the Magento Connect store by choosing for "Add Extension" but when I do that I get the following errormessage:
An error occurred during upload to channel MagentoConnect 1.0: Unable to upload new release e102c963387e144a2eb6768b2ebc51ec-0.1.0.tgz
An error occurred during upload to channel MagentoConnect 2.0: Channels names doesn't match 'Plesents_Plugin' and 'community'
I've followed the official pdf tutorial file for adding the extension to the Magento Connect store. I'm packaging for Magento 1.7 only.
Does anybody know what I'm doing wrong?
I worked with the same pdf shortly and had no problems.
From the file:
Extension Key:
The extension key must be the exact same name you used during the packaging process.
To check if the names match have a look in the var/connect/package.xml of your module. Theres a node name. Compare it to value you entered when uploading the package.

Resources