View Single Post
  #2  
Old 15th August 2009, 11:23
tekmobile tekmobile is offline
Senior Member
 
Join Date: Jul 2009
United Kingdom
Posts: 16
Default
You need to increase your PHP memory limit by adding the following line to the top of your benc.php file in the include folder

PHP Code:
ini_set("memory_limit""32M"); 
Change the 32M to whatever value is suitable.
Reply With Quote