I have a DotNetNuke Module created in DNN 4.9.2. It runs fine on my dev machine but when I post it to the live server, I just get a blank screen, well my skin with no content.
I have installed and then uninstalled, then reinstalled the module, same issue.
I must be overlooking something. Can anyone outline some ideas on how to trouble shoot this issue. I have done the following:
- Check code – exact match
- Check DNN Event Log – clean
- Look for errors – none
- Restart Site – same issue
- Check Windows Logs – clean
- Bang Head against desk – same issue, although now I have a headache
Any other ideas would be great
The answer was a bug in my code. The reason I didn’t see an error was because that an xslt file path was wrong and it didn’t kick in my
try catch. I corrected the path and violà.