Fatal error: (problem)

ekuleri

New Member
Hello bro's please how to repair this problem.

Code:
Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 20054585 bytes) in /home//public_html/forum/includes/functions.php on line 5405

thank you
 
How did you get this error message? I got this once on a corrupted file. When I copied a fresh set of file up to the server, the problem disappeared. If you have no other reason for this error that you can identify, it just might be a corruption. When I had this error, I tried to bump the memory allocation, even doubled it, and the message still showed up, btw.
 
I used user generator and add 20000 users in my forum then show this problem .

Sorry for my english is not good.
 
Try this:

PHP is running out of memory. Add this line to your config.php file under <?php tag:

PHP:
ini_set("memory_limit","32M");

If that doesn't work, you could try to add a memory allocation to .htaccess.

HTH
 
Hoxxy said:
This host will shut you down straight away if you use a nulled version of vB,
I would never recommend this host for nulled scripts!!
I just used a legit version with a keygen. no problems yet.
 
bluescorpion said:
Try this:

PHP is running out of memory. Add this line to your config.php file under <?php tag:

PHP:
ini_set("memory_limit","32M");

If that doesn't work, you could try to add a memory allocation to .htaccess.

HTH

thank you bro this worked.
 
applepod124 said:
I just used a legit version with a keygen. no problems yet.

ApplePOD. U better think something alternative. Free Web Hosting with PHP, MySQL and cPanel, No Ads will eventually find out ur Nulled version and they will shut down ur site.

It has already happened to me. I was using nulled version . For couple of month everything seems to be smooth after that they have suspend my site and gave me 24 hour to take my VBulletin script.

Lol i hate these 000webhost ppl.
 
Back
Top