• Resolved panarama

    (@panarama)


    kind regards.
    After update i’m receiving this message: /wp-content/plugins/postie/lib/pPop3MailServer.php on line 16 Fatal error: Out of memory (allocated 125566976) (tried to allocate 29276016 bytes) in /wp-content/plugins/postie/lib/fMailbox.php

    According to support, this is related to max memory allowed. The limit was raised by the provider but no change or solve the problem. As the host provider reach it maximun allowed memory limit they say must be a problem with the plugin. Could you please give us an advice on how to solve this or how to purge memory used or something that could help us to post again via postie?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Wayne Allen

    (@wayneallen-1)

    I’d take a look at the email inbox. I suspect there is one with a very large attachment.

    Thread Starter panarama

    (@panarama)

    The hosting provider increase the PHP limit to 128MB. The files sent are not that big they sum like 20MB. We sent the post info to different domains and in the ones updated to 4.7 and last postie version we get the same error. In one that we dont update the posts sent were published. We test the config and everything looks ok, but no post published. In ones we get the warning noted on other we just get a kind of blank page after hit process the email

    Plugin Author Wayne Allen

    (@wayneallen-1)

    What version of Postie is on the sites that work?

    Please click the debug button on the site that is not working and send the output to [email protected]

    I believe this is a coding issue in that line 16 reads:

    DebugEcho(“pop count: $response);

    However, $response is an array, and this line should be rewritten as

    DebugEcho(“pop count: $response[0]);

    I discovered this problem when I run the WordPress environment with the global debug mode switched on.

    Plugin Author Wayne Allen

    (@wayneallen-1)

    I will fix this, but it only generates a PHP notice and doesn’t stop any processing.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Notice: Array to string conversion in. Out of memory. No longer publish posts’ is closed to new replies.