Group Mods

  • Profile picture of @mercime
  • Profile picture of r-a-y
  • Profile picture of Hugo

Hard limit on number of forum topics? (4 posts)

Started 1 year, 11 months ago by: 3sixty

  • Profile picture of 3sixty 3sixty said 1 year, 11 months ago:

    I’m trying to import my site into the BP environment. The forum has almost 30,000 posts, and they seemed to import successfully. However, when I go to the main Forum Index page (http://www.mysite.com/forums) I get this error:

    Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 256 bytes) in/home/mysite/public_html/wp-settings.php on line 306

    Is it possible that there is some upper limit of forum topics that this page will support (e.g. 25,000)?

  • Profile picture of Paul Gibbs Paul Gibbs said 1 year, 11 months ago:

    No upper limit, but you have a memory limit. Read this -> http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP <- and try setting it to 96Mb.

    If the change doesn't do anything (i..e. the "allowed memory size" is exactly the same in the error message), contact your host and ask them to increase the PHP memory limit for you.

  • Profile picture of 3sixty 3sixty said 1 year, 11 months ago:

    Thanks Paul! Will try it.

  • Profile picture of 3sixty 3sixty said 1 year, 11 months ago:

    This worked, btw. Thanks again.