Icy Phoenix

     
 


Post new topic  Reply to topic 
Page 1 of 1
 
 
Reply with quote Download Post
Post DEBUG - Fatal Error: Allowed Memory Size Of 8388608 Bytes Exhausted 
 


Though your Error Message may be slightly different, these examples should bear some resemblance to it.

Quote:
Fatal error: Allowed memory size of 8388608 bytes exhausted () in /home/sites/websitename/public_html/Development/includes/page_header.php on line 1422
for the view a topic

Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 737280 bytes) in /home/sites/websitename/public_html/Development/includes/template.php(935) : eval()'d code on line 536


If you have an existing php.ini file in the root of your server check it for a memory_limit entry and change it to the example here. Or add this line into it if it doesn't already exist.

Code: [Download] [Hide] [Select]
memory_limit = 16M      ; Maximum amount of memory a script may consume (32MB)


You can of course adjust it to the MAX of 32MB - - - - -

If you don't have a php.ini file, then simply create one, add this line to it and CHMOD to 705.

(There are "Other" ways to do it by adding code to various files etc. This deals with php.ini only.)

If the problem still exists, then contact your ISP to resolve the Global memory problem.
 
 
 
Back to topPage bottom
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.

Support us
 
Post new topic  Reply to topic  Page 1 of 1
 


Display posts from previous:    

HideWas this topic useful?

Link this topic
URL
BBCode
HTML




 
Permissions List
You cannot post new topics
You cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events


  

 

  cron