Fatal Memory Error

Status
Not open for further replies.

globe1

New Member
Messages
1
Reaction score
0
Points
0
My site uses php and mysql. I installed the software and set up the database. Now when trying to run index.php I get the following error

Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 71 bytes) in /home/globe1/public_html/init.php on line 333

can someone please tell me if it is possible to increase the size of the allocated memory so that this can run without errors..
 

descalzo

Grim Squeaker
Community Support
Messages
9,373
Reaction score
326
Points
83
Sounds like you have a infinite loop in init.php
Load it into the Code Editor in File Manager
Find line 333
Cut and paste that line with maybe 10 lines above and below it here. Maybe we can tell you the problem.
 
Status
Not open for further replies.
Top