Topic: Every page is a blank (empty) page

Hi to all,
I'm expecting a problem since last night. Every forum page is a blank empty page.

I've tried to empty the cache directory but nothing happened.
I've tried to delete .htaccess because was empty 0kb and nothing happened.
I've tried to switch on debug but nothing.

Please could someone help me?

2

Re: Every page is a blank (empty) page

have you recently attempted to add a mod?
if so undo what you last did.
if not come back.

Re: Every page is a blank (empty) page

http://punbb.org/forums/viewtopic.php?id=11538
Did you edit the language file?

Re: Every page is a blank (empty) page

Try creating a file call it phpinfo.php, and in it add

<?php phpinfo(); ?>

Does this file work or is it blank too?

Re: Every page is a blank (empty) page

I've done nothing. After some try It started again to do his work.

Now it's not working before 3-4 shift+reload.

Maybe some trouble with headers? the url is: http://forum.tassoman.com

Re: Every page is a blank (empty) page

I don't have an issue other than the text is REALLY small with IE

7 (edited by tassoman 2006-07-23 17:04)

Re: Every page is a blank (empty) page

Isn't a good pratice using @ before include(); if its fails, does silently and there is any method to catch the exception.

So maybe a better use of require or require_once. If it fails, it blocks entire the execution.

Moreover I haven't any inclusion from /langs/italian/common.php

Re: Every page is a blank (empty) page

are all languagefiles there (if mods has langfiles, make sure they are there for all languages)?

Re: Every page is a blank (empty) page

I have no mods, only a clean install of punBB with italian lang, and changed css.

Re: Every page is a blank (empty) page

The italian language might give some problems. But I don't think so, as I checked every language file and it gave no errors.

Re: Every page is a blank (empty) page

Global announcments is a mod? I seem I installed it after time

Re: Every page is a blank (empty) page

Ok I've solved.

The problem seems be a template inclusion. Just before the last </body></html> I include an user defined template containing a php file inclusion.

This is a stats script that could make conflicts.

There's a way to include that script, not as last template. But as last php script execution?