Page 1 of 1

Get this problem at step 11 :(

PostPosted: Sat Jul 14, 2007 11:46 pm
Author: Goucho
Your phpBB Version: 2.0.
phpBB Type: Standard phpBB
MODs: No
Your knowledge: Beginner
Board URL: http://www.awesome-forums.co.uk

PHP Version:
MySQL Version:


What was done before the problem appeared?
Followed install procedure


What was done to try to solve the problem?
nothing



De.scription and Message

Hi followed install instructions but this happened at step 11 <img>


Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 111 bytes) in /home/sites/awesome-forums.co.uk/public_html/includes/template.php on line 1775

Re: Get this problem at step 11 :(

PostPosted: Sun Jul 15, 2007 12:51 am
Author: Helter
open your config.php

find

Code: Select all
define('PHPBB_INSTALLED', true);


after, add


Code: Select all
ini_set("memory_limit","32M");

PostPosted: Sun Jul 15, 2007 1:33 am
Author: Goucho
Grt stuff thanx that did the trick <img>