Jump to content
WebFlake
  • 0

What error is this? Allowed memory size of 33554432 bytes exhausted


AmOn

Question

7 answers to this question

Recommended Posts

  • 0

This error means that the host has the php max memory set to 32M and IPB needs 128M to run properly. 

 

If it is a free host you can ask them to set it to 128Meg and see what they say.

 

I knew that was the php.ini.. No it's not free host but the memory limit was 128M, how this happening every month change itself?

Link to comment
Share on other sites

  • 0

It can't .. But if you are using cpanel/whm to set the php settings and then changing it by editing the php.inithen if the host has to restart the server or the httpd service it could be changed back to original. 

Everytime to change something on php.ini i ask the host do it.. Everytime they restart the server all are back to original.. I can edit php.ini via cpanel?
Link to comment
Share on other sites

  • 0
Guest TheMGamer

In the conf_global.php add this line of code after <?php

 

ini_set('memory_limit', '128M');

 

Will be like this:

Posted Image

  • Upvote 1
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...