I have written a module that works great on the localhost when you're logged in as either a regular user or an admin account.
However, when I upload it to the shared host (webhost4life) it will only function when I'm logged in as admin but not as a regular user.
None of the code in the module differenciates between admin and regular user.
In fact, the code used to require that you were logged in for the module to work but I even removed that check to try and get this to work under "regular" circumstances on the shared host.
Any ideas what might be causing this?