Jump to content

Your PHP memory limit is too low. It needs to be set to 128M or more.


Recommended Posts

Hi,

Im looking to purchase & set up a self hosted Forum.

Im running the self hosted compatibility checker & have a error Your PHP memory limit is too low. It needs to be set to 128M or more.

My Hosting people added a PHP.ini file to my server root :

safe_mode = off;
max_execution_time = 100;
max_input_time = 120;
allow_url_fopen = On;
memory_limit = 512M;
post_max_size = 512M;
upload_max_filesize = 512M;
max_input_vars = 3000M;

but im still displaying the same error on the ips4 page : https://www.hardscore.com/RDBforum/ips4.php

It would be great if someone could advise what could be the problem.

Thanks

Link to comment
Share on other sites

I would direct your hosting provider to that folder and see that the memory_limit is set to -1. That often does not translate well with PHP and can actually place the memory limit lower than is expected here. I would suggest ensuring that any modifications made to your server also impact PHP in your "RDBforum" folder.

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...