Home Forums Newsletter Plugin Support PHP memory limit not correct

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #55753
    MKJ
    Participant

    Hi,
    the status report of the newsletter plugin seems to be buggy when it comes to PHP memory limit. We set ours to 256 MB (.htaccess). We can confirm that by phpinfo(). However, the newsletter status report shows a warning, since we don’t have the correlating rule in the wp-config.php (which we don’t need). Could you fix that?

    #56250
    Cookie
    Participant

    I can confirm this.

    In wp-config.php limit is set to 128 MB, in php.ini also set to 128 MB and other memory usage plugins correctly show the limit of 128 MB while the check in the newsletter plugin persists that the limit is set to 40 MB.

    #56544
    Stefano
    Keymaster

    The status panel is reading (not correctly) only the constant WP_MEMORY_LIMIT which is set by default to 40M by WordPress. We’ll fix that.

    Stefano.

    #56569
    MKJ
    Participant

    Thank you!

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