How to upload extension on magento connect? - magento

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.

Related

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.

How to run codefight-2.2.2.0-zoosper in localserver

i want to run codefight-2.2.2.0-zoosper in my localserver(localhost).
Could someone help me in this case???
I had studied the document and did accordingly, but when i open it in locally, it redirects me to http://nplab.codefight.org/
THE INSTRUCTION I HAD FOLLOWED HAS GIVEN BELOW, BUT I'M NOT ABLE TO OPEN base_url OR base_url/admin. PLEASE HELP ME...
Codefight CMS - a codeigniter open source php cms
Steps to install:
Create a database.
Import SQL from old-install/files/codefight_latest.sql
Update app/config/database.php
Update app/config/config.php
Modify .htaccess as required.
optional
Update define('CFWEBSITEID', 1); (if required) on index.php | no change required during installation.
you can add more websites on same admin just use different website id on index file.
admin:
base_url/admin
user: test#test.com
pass: test
If you want to use same cms for 2nd website
just copy two root files (.htaccess and index.php) to 2nd website's folder, note, they should be on same server to share files.
#ranjita updated code can be found here - https://github.com/dbashyal/Codefight-CMS
For redirection issue please check these files and settings:
check .htaccess
check app/config/config.php
you may need to update url in: http://yoururl.com/admin/setting/websites (if you can't access this url to update, check table cf_websites

My magento module not approved as extension

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.

"Invalid entity model" error while exporting csv file for products

while exporting a products csv file from backend magento admin panel, it prompts me the following error when i click continue to generate the csv file.
"Invalid Entity Model"
I am using magento 1.6.2 CE.
** edited **
I am using magento default export/import services mean from admin system -> configuration -> export/import .....
plz ask me any question if it is still not clear .
Open abstract class Mage_ImportExport_Model_Export_Adapter_Abstract and replace
$destination = tempnam(sys_get_temp_dir(), 'importexport_');
to
$destination = tempnam(Mage::getBaseDir() . '/var/tmp/' , 'importexport_');
If you are on a Windows PC, it may be an issue with the permissions on the Temp folder. I had to update the sercurity permissions through right clicking on C:\Windows\Temp and then select Properties->Security->Edit... and set the permissions to the group/user names appropriately. I have given Full Control to all the users, to test it. I am on a Windows 7 PC.

Resources