• Hi after updating to the most recent of wordpress I have the following error message on evet pages:

    Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 12288 bytes) in site/httpdocs/wp-includes/shortcodes.php on line 214

    I have tried deactivating all plugins and changing to default WordPress theme with no change.

    Is this a known issue?

    https://ww.wp.xz.cn/plugins/all-in-one-event-calendar/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,

    It seems that you have a problem with PHP memory limit, please increase the memory limit to 128MB or more if necessary. Open your wp-config.php which is located in the root WordPress directory. Then add the following lines:

    define('WP_MAX_MEMORY_LIMIT', '128M');
    ini_set('memory_limit','128M');

    Thanks,
    Ben

    Thread Starter Jessica

    (@jessshailes)

    Thanks but the same thing has still happened. I had already set a high memory on it via my plesk panel and found it didn’t make a difference.

    Do you know what is causing such a high memory usage? Anything else that can be done?

    Best Wishes

    Jess

    Hi Jess,

    If you can access the admin, please check your php memory limit, install this plugin and post back with what it reports: https://ww.wp.xz.cn/plugins/wp-memory-usage/

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

The topic ‘Fatal error: Allowed memory size exhausted’ is closed to new replies.