tzyganu / UMC1.9

New Ultimate Module Creator for Magento 1.7 +
MIT License
242 stars 88 forks source link

Problems with codepool "community" #124

Open avstudnitz opened 8 years ago

avstudnitz commented 8 years ago

When I created a new module, it only generated a part of the files. The following folders were missing from the result (several tries, but didn't recreate the module):

I haven't checked if the generated files in app/code/community/.../.../ were complete or not

When I switched the codepool to "local", everything was generated just fine.

Module version: 1.9.6.0 Magento version: 1.9.1.0 CE

tzyganu commented 8 years ago

@avstudnitz Did you try to install the module directly on your instance or you tried to generate an archive first? If you tried to install it directly there might be a permissions issue. If you created an archive first, just confirm it and I will take a look.

avstudnitz commented 8 years ago

I first tried to generate an archive, and when this worked only partially, I tried to install it directly, with the same results. This problem is not urgent for me at all nor important, I can easily work around the issue with a local module. Just thought it might be a problem for future users.

tzyganu commented 8 years ago

@avstudnitz Thanks for reporting this. I will investigate further and come back with a result.