I am working in a magento 1.8 enviroment and have created a new extension the files are in folders :
magento/app/code/local/Package/Module/
-controllers
--IndexController.php
-etc
--config.xml
and
magento/app/etc/modules/Package_Module.xml
I created an extension in the backend and it creats a name.tgz
file, a package.xml
and a name.xml
. My problem is though the paths in the xml files look right, my .tgz file is just empty with a size of 47bytes.
I am new to magento so can anyone help me?
Greetings from Germany