I have a weird case here....
I\'m making a simple magento module right now. Some kind of script injection module (similar to google analytics module). I\'ve built the ad
Usually there are three things:
Thumb rules while deploying magento custom module on the live server-
If you adjust the layout/add your own layout in the backoffice of magento, it's best to clear the cache (remove everything in the var/cache/ folder) and to logout and re-login.
The most common problems are associated with case sensitivity. If you have Windows hosting, then the error in the uppercase/lowercase characters is not visible and it works. But as soon as it gets to linux hosting, the module will not work.
Check the paths in the settings and folders/files - so that they match.