Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello,

    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');
    Thread Starter sabrinajones

    (@sabrinajones)

    Unfortunately I can’t do that, my host doesn’t grant me that much. And could you explain to me why this plugin needs so much memory? Is it the ICS-Feeds that need it? Is there a work-around?

    Our plugin can work with 24mb, but if you have several plugins installed then 64mb is not enough. The default for PHP 5.2.1 and above is now 128MB. Many hosts set lower limits so that they can fit more websites on each host machine.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘"Refresh feeds" doesn't work’ is closed to new replies.