• [21-Sep-2016 15:06:36 UTC] PHP Fatal error: Allowed memory size of 41943040 bytes exhausted (tried to allocate 1553571 bytes) in /public_html/wp/wp-content/plugins/all-in-one-event-calendar/lib/iCal/iCalcreator-2.20/iCalcreator.class.php on line 1825

    I have 96MB of RAM allocated.
    Calendar was working fine before the update.
    Can I disable the iCal stuff to avoid this? I have no use for it. How can I avoid this error without being able to activate the plugin and get to settings.

Viewing 1 replies (of 1 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');
Viewing 1 replies (of 1 total)
  • The topic ‘Update to 2.5.11 causes fatal errors (memory)’ is closed to new replies.