Home Forums Newsletter Plugin Support Statistic Error during newsletter sending

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #29527
    Anonymous
    Inactive

    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

    #29551
    Stefano
    Keymaster

    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.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.