Magento Connect: Unable to upload new release error message - magento

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.

Related

"simplexml_load_string(): Entity: line 1: parser error : StartTag: invalid element name" Error thrown on editing a module data in laravel

I have a "SOURCE" module in laravel project. The edit functionality was working fine before I changed the DB. I added a column in DB table "source". After adding it, whenever I try to edit the source data from admin panel, the data gets modified but shows the error: simplexml_load_string(): Entity: line 1: parser error : StartTag: invalid element name
I am using API's in my project where I have used the function simplexml_load_string(). But this was working fine before I added a column to the DB. What could be a possible reason and solution for it?
I figured out the issue. The issue was with my apache server version. To resolve the issue with the CURL extension of PHP, I installed Apache AddOn (Version - 2.4.28) to support PHP (>7.2) extensions. I downloaded the same from here - https://wampserver.aviatechno.net/ and install it at my end. Restart the Wamp Services and choose the updated version of Apache web server. And it was resolved.

Issue with joomla extensions

I'm having issues with a Joomla extension installation.
When I upload them it shows me an error:
Error Unable to find install package
I searched on google and have increased my upload limit
max_upload_size = 256M
But still have the same issue,anybody know how to resolve this thank you!
Error
Warning
JFTP: :mkdir: Bad response.
JFTP: :chmod: Bad response.
Component Install: Failed to create folder: /home/keramin1/public_html/components/com_uniterevolution.
Uploaded the files manually via ftp* when i go to discover and it shows the plugin then i press install it loads me this error
An error has occurred.
0 Call to a member function children() on null
Return to Control Panel
Disable FTP in your Joomla configuration settings and then try again. If you still have the problem, then this is likely a permission issue. Make sure that your Joomla instance (web server) is able to write to the tmp folder.

Uploading to Apple App store "Invalid Custom Intents"

Uploading an update for an existing app I received an email detailing the recent issues. The 'NeighbourOrders.strings' file is unchanged in this version.
Invalid Custom Intents - The 'NeighbourOrders.strings' file in the '/Payload/MyApp.app/fr.lproj' folder is formatted incorrectly.

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.

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

Resources