Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support angelo_nwl

    (@angelo_nwl)

    can I know how many events and/or locations do you have? also, in most cases this is resolved by adjusting your wp/php memory limit.

    Plugin Author Marcus (aka @msykes)

    (@netweblogic)

    chances are you’ve added more information (e.g. events) or new/updated plugins that has just tipped the scales

    I recommend at least 128M in most cases

    Thread Starter pandorina

    (@pandorina)

    Hello Marcus, could you give me some more info? How can I set the memory?
    I would like to remove old events, but I can not access to the “all events” section to be able to select and delete.

    Add this to your wp-config.php file:

    define( 'WP_MEMORY_LIMIT', '128M' );

    The 128M is the MB limit so you can increase that number if needed.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Fatal error’ is closed to new replies.