BuddyBoss Home – Web › Support Forums › Themes › Boss. theme › [BUG] Boss & BuddyBoss Wall 1.2.0
- This topic has 7 replies, 3 contibutors, and was last updated 9 years, 3 months ago by Ben.
Question
July 22, 2015 at 9:26 am #43136@bentasm1Current 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
July 22, 2015 at 7:10 pm #43156@alyssa-buddyboss
AlyssaParticipant@bentasm1 it sounds like you may have exhausted your allowed server resources. I suggest you contact your hosting provider, you may need to upgrade.
July 22, 2015 at 8:00 pm #43163@bentasm11048576000 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.
July 23, 2015 at 8:30 pm #43204@alyssa-buddyboss
AlyssaParticipant@bentasm1 let me forward this issue to Varun. It’s odd that your list is fine with 4000 but his is not at 87.
July 23, 2015 at 10:36 pm #43210@
AnonymousHi @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 DubeyJuly 24, 2015 at 8:42 am #43227@bentasm1Hi 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 = 1000MWith 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
August 3, 2015 at 3:11 am #43825@
AnonymousHi @bentasm1, please send your wordpress login details with ftp login at [email protected]
I will resolve it quickly
Regards
Varun DubeyAugust 3, 2015 at 9:09 am #43849@bentasm1Thanks Varun,
I’ve sent an email with the login details for an admin account.
Cheers,
Ben
- The question ‘[BUG] Boss & BuddyBoss Wall 1.2.0’ is closed to new replies.