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

    #60222

    Hi 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

    #60243

    Put 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.

    #60332

    You can disregard this, folks. The problem is confirmed to be related to my staging environment, not Social Learner. All is well.

    #60453

    Anonymous
    @

    Hi @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 128M

    3. 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

Viewing 4 posts - 1 through 4 (of 4 total)
  • The question ‘Fatal Error’ is closed to new replies.