Question

I am testing my plugin on Magento version 1.9.2.4. Installation on Magento Connect Manager seems to be ok but when I try to find it in configuration tab in Admin Panel - it's not there (it works on earlier versions for example 1.9), so I went to directories where it should be installed and I found something strange... Magento changed every php file from my plugin package to empty directories, for example:

app/code/community/SalesManago/Tracking/Block/Layer.php

It's now a folder with "Layer.php" name and it's empty.

I need to copy everything manually to install it correctly... Does anyone had this problem before?

Was it helpful?

Solution

I found a solution for my problem. It was extension package format, when I try to install my plugin with *.tar.gz format it fails like I describe above, but when I change it to *.tgz it work correctly! Maybe someone has the same problem, so this is an answer.

Licensed under: CC-BY-SA with attribution
Not affiliated with magento.stackexchange
scroll top