Fatal error: Allowed memory size of 94371840 bytes exhausted

Home Forums Calendar Products Events Calendar PRO Fatal error: Allowed memory size of 94371840 bytes exhausted

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1178935
    Matthew
    Participant

    Hey Guys, I’m receiving a Fatal Error message when I click on ‘Events > View Calendar’.

    The error is:
    Fatal error: Allowed memory size of 94371840 bytes exhausted (tried to allocate 72 bytes) in /wp-includes/meta.php on line 838

    It just randomly started happening as it was working fine for months.

    I’ve tried increasing the WordPress memory limit two different ways but still no luck…
    define(‘WP_MEMORY_LIMIT’, ‘256M’);
    define( ‘WP_MAX_MEMORY_LIMIT’, ‘256M’ );

    Please help šŸ™‚

    Jack

    #1179518
    Cliff
    Member

    Hi, Matthew. Sorry you’re experiencing this.

    It looks likeĀ all your Modern Tribe plugins (and WordPress core) are at their latest versions, which is great.

    It’s hard to tell if this is your issue or not, but, once you verify you’re on the latest versions, please do strongly consider trying the fix for runaway recurring events (a bug introduced in version 4.2.2 and fixed within a few days via version 4.2.2.1).

    You can reference these code snippets to help determine if this is your problem and how to go about resolving it in your database:Ā tribe-extension-recurring-cleanup.zip (Recurring Events fixer plugin wp-admin page preview)

    Please let me know how it goes for you.

    #1179714
    Matthew
    Participant

    Hey Cliff,

    Thanks for the reply.

    I disabled BeTheme and enabled Twentysixteen and everything worked again.
    I was having another issue where the community add an event page would display blank unless logged in, but that also worked perfectly under Twentysixteen.

    Thanks

    #1179944
    Cliff
    Member

    Thanks for trying that out, Matthew.

    I don’t know anything about BeTheme, but I’d suggest asking their support about the issue, since we don’t provide support for non-default WordPress themes, per ourĀ Scope of Support / Terms.

    #1180449
    Matthew
    Participant

    All sorted Cliff, just had to increase the memory limit in php.ini.

    Thanks!

    #1180738
    Cliff
    Member

    Thanks for letting me know you got it sorted out.

    If I’m not mistaken, different hosts allow overriding the memory limit in different ways. Some allow it via wp-config.php like you tried, some require it in php.ini, some don’t allow editing php.ini, etc…. a lot of different configurations exist.

    Have a great weekend!

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Fatal error: Allowed memory size of 94371840 bytes exhausted’ is closed to new replies.