Page 1 of 1

[EN] How to ... get rid of blank pages in forum/portal

Posted: 5. October 2008 01:35
by thomas.d
FAQ Table Of Contents / Inhaltsverzeichnis

After the installation of Forum/Mods/Portal you just see a blank page.

This error is usually caused by bad edits of a php-file.

Open the file and go the very beginning (line 1).

The file must start with

Code: Select all

<?php
and nothing else, especially no blank space or a blank line.

The very end of the file (last line) must be

Code: Select all

?>
and nothing behind, especially no blank space or a blank line.

If you find blank space(s) and/or a blank line(s) there, just delete them.

Now save the file und upload it.

After that go and clear the phpBB3-cache.

Now the file should be displayed properly.

FAQ Table Of Contents / Inhaltsverzeichnis