Quote:
Originally posted by NTLDR
I would say yes that is the problem. The code in functions.php is trying to do stuff that must be done before any output is sent to the browser. So make sure there is no HTML before you have the bit where you require global.php in your main.php file.
|
Thanks, I managed to fix it I think. For some reason when I put the code directly on the top of main.php I got the same error. But when I stuck the include for the login file that I made right there, it worked great.