Home Forums Newsletter Plugin Support Memory Problem

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #10603
    FurorGermanicus
    Participant

    Okay, now I have another problem. Up until now people could register for the newsletter but now they receive this error:

    Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 3072 bytes) in /www/htdocs/w010638f/aesirsports/wp-content/extensions/newsletter/subscription/email.php on line 19

    I know that I had a similar problem once and fixed it with setting up the memory in a .php file.

    I tried to up the memory in config.php & setting.php to 128M but it didn’t work (also tried it in htacess)

    What am I doing wrong here? How can I solve the problem? Would be thankful for input

    cheers
    Damian

    #10605
    Stefano
    Keymaster

    You need more than 128M. Probably you have many other plugin or a complex theme which are using a lot of memory.

    #10608
    FurorGermanicus
    Participant

    Yeah, thats what I thought, but I don’t know how to fix the issue. Its a big ass responsive theme and not so many plugins.

    #10610
    Stefano
    Keymaster

    Add to your config.php:

    define(‘WP_MEMORY_LIMIT’, ‘160M’);

    check before if there is already a code like that, in that case just change the existent code.

    #10612
    FurorGermanicus
    Participant

    Okay, I just saw in the “diagnostics” that:

    PHP Memory Limit 256M WordPress Memory limit 256M

    so it SHOULD work, but it doesn’t. I’ll try to delete the “extensions” folder. Just a hunch…

    #10613
    Stefano
    Keymaster

    Hi, the admin memory limit is always reaised to 256 by wordpress, but the frontend uses the PHP limit if not forced with the previous code.

    #10614
    FurorGermanicus
    Participant

    I deleted the wp_content/extensions folder with the additional plugins (report etc.) and now it is working. This means I cannot use the plugins I paid for as far as I can see.

    #10615
    Stefano
    Keymaster

    The newsletter plugin need some memory. Probably if you add another big plugin you will get the same problem. So if your blog need all the plugins you have installed but you cannot raise the memory, yes, start a refund ticket and use Newsletter basic version. Removing the extension you’ll use less memory. Probably if another plugin will be installed some other things will raise an out of memory error.

    I cannot do much in this case. Let me know the order number in my private email so i can start a refund (stefano@satollo.net).

    #10616
    FurorGermanicus
    Participant

    Okey-doke. Will do. I deleted all unnecessary plugins I could think of, but it still doesn’t work.

    I’ll send you an e-mail with the order number in an instant.

    Thanks for the effort, Stefano.

    #10636
    Stefano
    Keymaster

    Hi, I refunded you, but now I saw the problem. You copied the email.php file in the extensions folder, that create a loop!

    You should copy the email-alternative.php as explained in the files renaming it email.php.

    #10637
    FurorGermanicus
    Participant

    Hey Stefano,

    I switched to MailChimp by now, unfortunately. (Although I was more satisfied with your plugin, to be honest). If I’ll experience problems with the chimp I’ll give the newsletter plugin another shot. Promised!

    Thanks for your effort.

    cheers
    Damian

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