Topic: index.php, edit.php etc. empty after install

after successfully installing and uploading the required config.php file, I get "empty" windows when starting the forum. I suspect it has to do with the fact that the server I am running PunBB on is rather slow. Can there be other reasons for this strange behaviour?

Cheers
Christian

Re: index.php, edit.php etc. empty after install

try turning on debug mode?

Re: index.php, edit.php etc. empty after install

Ooops ... it works alright, forgot to add "?>" to config.php. Thanks anyway!

Christian

Re: index.php, edit.php etc. empty after install

Actually, you shouldn't need the ?> at the end of config.php. Odd.

"Programming is like sex: one mistake and you have to support it for the rest of your life."

Re: index.php, edit.php etc. empty after install

I definitely could not get it running without the ?> on two different servers.

Re: index.php, edit.php etc. empty after install

Could you post your config.php here? With passwords and such commented out of course.

"Programming is like sex: one mistake and you have to support it for the rest of your life."

7

Re: index.php, edit.php etc. empty after install

same here.. index.php was empty until i put ?> at the end of the config.php file.
i never figured out how/why..