Now I know for a fact it wasn't a path error because I tried so many alternatives. Now the wierd thing is, normally an error message appears but nothing comes up. Even when I put some stuff to be echo'd before it and after it nothing comes up, it's like it's exiting. Here's where it gets even stranger... I have a central file that brings together a function file, a db function file and a constants file, including the central file, the script dies. Including the function file by itself it doesn't exit, but it doesn't work 100%.
I checked my httpd error logs and there's nothing. Emailed my host and they have no idea what the hell is going on.
how I'm doing my include:
- Code: Select all
include('examplefile.php');
Basically my scripts are structured like phpBB 3, but all done by myself. Why it works on the localhost server but not at all online confuses me.
Any ideas? Or am I stuck with some random bug.
Cheers.




