Author: Helter » Mon Dec 14, 2009 1:36 pm
It is possible that your server does not allow enough memory for the php scripts to run. try this.
OPEN root/config.php
FIND
define('PHPBB_INSTALLED', true);
AFTER, ADD
ini_set("memory_limit","16M");
"Success is getting what you want. Happiness is wanting what you get." - Dale Carnegie