• Resolved mtshastadesign

    (@mtshastadesign)


    We use your All-in-One Event Calendar for several clients.

    Today on a new client website we tried to install this plugin twice. First as an plugin downloaded from your website (newer version). Second downloaded from this wordpress page.

    Both times get the error message:

    Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 122880 bytes) in /data/23/2/82/101/2245916/user/2467834/htdocs/blog/wp-admin/menu.php on line 77

    Not code savvy. More Web Designer than Web Developer – can you give simple instructions how to solve this problem. Thanks.

    https://wordpress.org/plugins/all-in-one-event-calendar/

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 ‘Fatal Error Message on Install’ is closed to new replies.