• Resolved tkaldridge

    (@tkaldridge)


    I received the following error after I updated WooCommerce today.

    Fatal error: Allowed memory size of 805306368 bytes exhausted (tried to allocate 262144 bytes) in /home/johndoe/public_html/wp-includes/l10n.php on line 122

    I’ve tried deleting and reinstall the plugin. I receive the error above when I try to activate. Any suggestions?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author WebToffee

    (@webtoffee)

    Hi @tkaldridge,

    This is a common WordPress error related to your WP memory limit. Please try adding this line the wp-config.php before require_once(ABSPATH . ‘wp-settings.php’);

    define('WP_MEMORY_LIMIT', '1024M');
    define('WP_MAX_MEMORY_LIMIT', '1024M');

    Let us know if anything.

    Thread Starter tkaldridge

    (@tkaldridge)

    Already had my WP Memory limit raised. I get a 500 – Internal Server Error now when I try to activate the installed plugin. I have been using this plugin for months plus another paid Xadapter plugin. This all became an issue after I updated WooCommerce plugin. Is there an incompatibility issue?

    Plugin Author WebToffee

    (@webtoffee)

    Hi @tkaldridge,

    We have checked the plugin compatibility with WC 3.4.4 and we do not find any issues in our dev/testing environment. We may need to check this as a spite specific case. Please reach us via support with your server error logs from /var/logs/

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

The topic ‘Fatal Error after WooCommerce Update’ is closed to new replies.