• Resolved zenithfenwick

    (@zenithfenwick)


    I have a site built in a child theme of Hello Elementor, using a minimal set of plugins: Elementor ElementsKit Lite, WP Code, and Contact Form 7.

    I have created about 10 posts.

    The moment I activate Ultimate Member and visit the front end that contains any blog archive pages, the site crashes with out of memory errors.

    Fatal error: Allowed memory size of 3221225472 bytes exhausted (tried to allocate 880497624 bytes) in /home/u809016635/domains/mydomain.com/public_html/rebuild/wp-includes/formatting.php on line 303

    Line 303 contains return implode( ”, $textarr );

    This only happens when I activate Ultimate Member, and it makes no difference how much memory I allocate, it always exceeds whaever is allocated.

    Can someone please urgently assist? I am way over deadline because of this.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Yurii

    (@yuriinalivaiko)

    Hello @zenithfenwick

    The WP Code is a plugin that allows you to add custom code snippets. Most likely, one of your snippets contains an error that causes the code to loop. When a program gets into an infinite loop, it will continue to execute until the memory limit is reached.

    Deactivate WP Code using FTP connection to your website. Just temporarily rename the plugin folder. So, you’ll be able to access the WordPress dashboard and manage it. Check all your snippets for errors that could cause the code to an infinite loop.

    Regards

    Plugin Support andrewshu

    (@andrewshu)

    Hi @zenithfenwick

    This thread has been inactive for a while so we’re going to go ahead and mark it Resolved.

    Please feel free to re-open this thread if any other questions come up and we’d be happy to help. 🙂

    Regards

Viewing 2 replies - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.