• How do I get rid of this error message?
    Fatal error: Allowed memory size of 41943040 bytes exhausted (tried to allocate 116 bytes) in /data/26/2/159/0/2811489/user/3093384/htdocs/WordPress/wp-content/plugins/simple-subscribe/libs/Nette/Nette.min.php on line 1217

Viewing 1 replies (of 1 total)
  • Looks like PHP ran out of memory.

    There are two ways to change this: either, edit your .htaccess file and the following line:


    php_value memory_limit 128M;

    Alternatively you can edit your wp-config.php file and add the following constant:


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

    You may also be able to set this value in your hosting provider’s control panel.

Viewing 1 replies (of 1 total)
  • The topic ‘Memory Size’ is closed to new replies.