1
I have read enough postings about the whole blank page issue that I want to pull my hair out. I have tried everything at least twice that are in said postings. I read the Wiki and tried what it said but still no good.
I am running XOOPS 2.0.7 with the newest versions of MySql and PHP. I know they are working because I can run all the test files and see that PHP is working correctly. That is not the issue.
After turning on the debugging I get this error:
Parse error: parse error, unexpected '}' in E:\mydirectory\myfolder\html\include\common.php on line 284
So I removed the } and after that the page still loads blank. If I try to go directly to the admin.php I get a an error saying I'm not logged in and the page reloads blank. I can't get to any other page.
Xoops is running on a W2K Server with IIS. I have 6 other websites running on this server so I know the server is not funky. I've re-downloaded the core files and reinstalled Xoops, MySql, and PHP a few different times all from different download locations. I have not added anything other than the core files, so no themes, add-ons, etc.
As far as I can tell there are no extra lines, spaces, whitespace after the ?> on the mainfile.php or common.php.
I have the same type of build on a WXP laptop that I use to test first before uploading to the server and I can see everything fine. I have MySQL exactly setup on the laptop as I do with the server to insure a common installation.
I am completely stumped. Is there anyone out there that can please help me, point in the right direction, or provide me with a gun to shoot this webserver?
I forgot to add, the installation went off without a hitch. ALl the tables were installed and everything "looks" fine. It's just when I click on "View your Site" is when it loads blank.