Tagged Questions
2
votes
2answers
96 views
Magento Module SQL does not run
My module will setup correctly and all the relavant files are installed correctly. But the database tables are not being created.
I have followed this tutorial.
My config xml is as below.
<?xml ...
1
vote
1answer
195 views
How to the installer after package data has been created - Magento
I followed this tutorial and was able to create the package data successfully as shown in the screenshot.
Now I have below three file in the var/connect folder. Myname_Mygateway-1.0.0.tgz, ...
1
vote
1answer
46 views
Error : “There was a problm 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.
...
0
votes
1answer
55 views
How to make a module installable in Magento?
I have successfully created a custom payment gateway module in Magento. Everything work fine as expected.
What I want to do is to make the module installable so that anyone who has the .zip file can ...
0
votes
1answer
880 views
Magento wants to reinstall after migration
In the last days I moved a Magento installation over a new staging server and a new production server. Everything went well on the production server, where the site is back againg, but I'm not able to ...