• Resolved ralph88

    (@ralph88)


    Hi there,

    Tried to install your plugin however upon activation encountered the following error:

    Allowed memory size of 268435456 bytes exhausted (tried to allocate 18446604235889659904 bytes) in /app/public/wp-content/plugins/all-in-one-event-calendar/lib/bootstrap/loader.php on line 88

    Any help appreciated.

Viewing 1 replies (of 1 total)
  • Hi @ralph88,

    I suggest increasing the memory limit on your hosting.

    There are 3 ways to increase your PHP memory limit:

    1. Add this to wp-config file:
    define(‘WP_MEMORY_LIMIT’, ‘500M’);

    or

    2. Edit your PHP.ini file (requires access to your server files)
    If you have access to your PHP.ini file, change the line in PHP.ini
    If your line shows 64M, try 500M:
    memory_limit = 500M

    or

    3. Edit your .htaccess file
    If you don’t have access to PHP.ini try adding this to an .htaccess file:

    php_value memory_limit 500M

Viewing 1 replies (of 1 total)
  • The topic ‘Fatal Error on activation. Allowed memory’ is closed to new replies.