BuddyBoss Home – Web Support Forums Themes Boss. theme [BUG] Boss & BuddyBoss Wall 1.2.0

Viewing 8 posts - 1 through 8 (of 8 total)
  • Question

    #43136
    @bentasm1

    Current Boss, and 1.2.0 of BuddyBoss Wall.

    Member with 87 friends reported their friends list was blank. I confirmed it was. Error log generates:

    [22-Jul-2015 15:16:08 UTC] PHP Fatal error: Allowed memory size of 1048576000 bytes exhausted (tried to allocate 101 bytes) in /home/XXXXXXXXXXX/public_html/wp-includes/plugin.php on line 108

    Next, I load my own friends list, and I have around 4000 friends, quite a lot more than the member whose friends list is puking. My friends list loads just fine. No problems.

    But his friends list with 87 friends, won’t load without the php memory error.

    I disabled BuddyBoss Wall. Now his friends list loads.

    Strannnnnnnge? Any ideas?

    Thanks,

    Ben

    Answers

    #43156

    Alyssa
    Participant
    @alyssa-buddyboss

    @bentasm1 it sounds like you may have exhausted your allowed server resources. I suggest you contact your hosting provider, you may need to upgrade.

    #43163
    @bentasm1

    1048576000 bytes = 1GB. 😉 I am my hosting provider, it’s a 32 core Dual Xeon server with 128GB memory. And this is the only site on it.

    Query Monitor tells me that regular pages simply take about 80MB of memory to serve. The 1GB limit is very high, so if BB Wall exceeds that, there’s an issue in there. The hard part — is what is it?

    Something in BB wall is causing memory to go nuts. Could it be that we have 60,000 registered users? It’s something, anyhow.

    #43204

    Alyssa
    Participant
    @alyssa-buddyboss

    @bentasm1 let me forward this issue to Varun. It’s odd that your list is fine with 4000 but his is not at 87.

    #43210

    Anonymous
    @

    Hi @bentasm1 , You can add these line inside your wp-config.php

    let us know about your max_memory settings inside php

    
    define('WP_MEMORY_LIMIT', '256M');
    define('WP_MAX_MEMORY_LIMIT', '256M');
    

    Regards
    Varun Dubey

    #43227
    @bentasm1

    Hi Varun,

    In the wp-config file:
    define(‘WP_MEMORY_LIMIT’, ‘256M’);
    define(‘WP_MAX_MEMORY_LIMIT’, ‘512M’);

    In the webservers main php.ini:
    max_execution_time = 120
    max_input_time = 259200
    max_input_vars = 10000
    memory_limit = 1000M

    With BuddyBoss Wall 1.2.0 disabled, page loads fine. With it enabled, the error persists:

    [24-Jul-2015 14:39:44 UTC] PHP Fatal error: Allowed memory size of 1048576000 bytes exhausted (tried to allocate 97 bytes) in /home/XXXXXXXXXX/public_html/wp-includes/plugin.php on line 108

    Ben

    #43825

    Anonymous
    @

    Hi @bentasm1, please send your wordpress login details with ftp login at [email protected]
    I will resolve it quickly
    Regards
    Varun Dubey

    #43849
    @bentasm1

    Thanks Varun,

    I’ve sent an email with the login details for an admin account.

    Cheers,

    Ben

Viewing 8 posts - 1 through 8 (of 8 total)
  • The question ‘[BUG] Boss & BuddyBoss Wall 1.2.0’ is closed to new replies.