• Hello,
    I am getting this error when trying to subscribe to the calendar:

    http://www.spotlightnews.com/thespot/calendar/

    I am getting error:

    Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 86 bytes) in /home/wp_uuy2qx/spotlightnews.com/wp-includes/wp-db.php on line 1832

    I have installed the plugin WP-Memory-Usage as it said to do in other support threads.

    Max memory according to that is 128MB
    Plugin reports:
    PHP Version : 5.6.24 / 64Bit OS
    Memory limit : 128 MB
    Memory usage : 38.9 MB

    I subscribed to this calendar before and that feed is still working, but when I try to add a new one no dice.

Viewing 1 replies (of 1 total)
  • Hi,

    It seems that you have enough memory, but please try to increase to 256MB, open your wp-config.php which is located in the root WordPress directory. Then add the following lines:

    define('WP_MAX_MEMORY_LIMIT', '256M');
    ini_set('memory_limit','256M');
Viewing 1 replies (of 1 total)
  • The topic ‘Fatal error: Allowed memory size – Subscribing to calendar’ is closed to new replies.