Topic: Blank Index Page

I've been using PunBB for about six months now and upgraded to 1.2.14 about two weeks ago with great success.  However, this morning I go to load the site and I get a blank index page...no code, nothing.  I searched the forums here and tried the .htaccess flag, which gave nothing.  I put PunBB into debug mode...still a blank page.  I checked my server error log...nothing.  I reuploaded 1.2.14...still nothing.  I am guessing my webhost changed something with the server which is now causing PunBB to error, but I need help figuring out what it is.

My board is located at http://www.namwen.org although it is technically at http://www.loft22.com/newman

An interesting thing to note is that before the upgrade, I did copy the old version to another directory on my web server.  It is still fully functional.  You can see that version at http://www.loft22.com/punbb1.2.12/

I scrutinized my config.php and there is no difference between the old version and the new version.  You can check my webhost config at http://www.loft22.com/info.php

Thanks in advance for the help!!

Re: Blank Index Page

Did you made any changes in the code for example in a language file or did you use a different config.php file which could occurs a blank page ?
I had the problem once that a use a local development machine and upload the modified files with an ftp-porgram and by accident I uploaded the local config.php.  Have a look if something simple is the reason.

The poor horseman without horses
www.galopp-sport.eu

http://claimid.com/jlangrock
[img]http://claimid.com/images/hcard.gif[/img]

Re: Blank Index Page

IIRC missing languagefiles can cause this thing to happen

Re: Blank Index Page

http://punbb.org/forums/viewtopic.php?id=11538
Try removing all your cache .php files and make sure the common language file doesn't have parse errors (I assume you didn't edit config.php)

Re: Blank Index Page

Clearing the .php files from the cache folder did the trick.  Thank you all for your help!!