So I have been searching the internet for hours now and I can't figure this out.
I wrote a custom Magento Module that has a custom index page, which works fine on one Magento install (1.5.0.1) but not on another (1.5.1.0). The problem is that my custom template file does not get included when I go to the module's main URL (domain.com/module).
So Far, I know this:
1) my IndexController is called, so that must be okay and
2) The handle for my module is called and has the exact same name I specified in my layout XML file.
I have absolutely no idea where I could look next, so any help would be greatly appreciated. I know it must be something simple because it works flawlessly on the other Magento install...