BuddyBoss Home – Web › Support Forums › Solutions › Social Learner › Fatal Error
- This topic has 3 replies, 2 contibutors, and was last updated 8 years, 8 months ago by Anonymous.
Question
February 25, 2016 at 1:13 pm #60222@davejayHi there,
I’m encountering some odd behavior with Social Learner for Sensei. Everything works fine when I’m logged-in, but I try to view a course page while logged-out, I get the following fatal error:
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 88 bytes) in /www/wp-includes/meta.php on line 835
I’ve talked to my host, and they’ve upped my PHP memory allocation as high as they can, but the problem persists. In my previous testing with Social Learner, on a fresh install of WordPress with very few users, I didn’t encounter this problem. I’m now seeing this issue on a copy of my production site with several hundred users. That’s the only difference I can think of.
Answers
February 25, 2016 at 6:02 pm #60243@davejayPut a pin in this one, guys. This may be a problem with my staging environment… I’ll let you know if/when I resolve it.
February 26, 2016 at 1:36 pm #60332@davejayYou can disregard this, folks. The problem is confirmed to be related to my staging environment, not Social Learner. All is well.
February 27, 2016 at 4:35 am #60453@
AnonymousHi @davejay, Sorry for the delayed response..Glad you have solved it..
For other users if they having same issue:
1. If you have access to your PHP.ini file, change the line in PHP.ini
If your line shows 32M try 64M:
memory_limit = 128M ; Maximum amount of memory a script may consume (128MB)2. If you don’t have access to PHP.ini try adding this to an .htaccess file:
php_value memory_limit 128M3. Try adding this line to your wp-config.php file:
Increasing memory allocated to PHP
define(‘WP_MEMORY_LIMIT’, ‘128M’);4. Talk to your host.
Regards
- The question ‘Fatal Error’ is closed to new replies.