magentoinstallationmagento-1.7magento-1.6

Error: "There was a p‌r‌o‌b‌l‌e‌m saving package data" - Magento


I followed this tutorial Package the module which I have developed. Module works fine. When I tried to save I get this error "There was a problem saving package data" as shown in the screenshot too.

enter image description here

Documentation says You will have ”There was a problem saving package data” when you save the extension if there is space inside the module name. But as you can see there is not spaces in the module name.

What could be the issue? How can I fix this?


Solution

  • NOTE: Extensions are case sensitive. Make sure the package name reflects accordingly in all folders and xml files. e.g. MyExtension is not same as Myextension.

    NOTE: The package name must NOT have space inside. For example, use Foo_Bar, don’t use “Foo Bar”. You will have ”There was a problem saving package data” when you save the extension if there is space inside the module name.

    Capital letters & spaces matter.