Home › Forums › Newsletter Plugin Support › Statistic Error during newsletter sending
Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 72 bytes) in /home/u53983/public_html/wordpress/wp-content/plugins/newsletter/statistics/view.php on line 27
how can I solve this problem ?
TY
Probably you have a lot of plugin installed, increase the memory for your wordpress trying to set
define(‘WP_MEMORY_LIMIT’, ‘128M’);
in your wp-config.php.
What’s strange in the admin side wp set it to 256, probably your provider has a block, you should even as them to increase that limit.
Stefano.