• Resolved derekakelly

    (@derekakelly)


    Hello,

    while trying to debug a different plugin, I noticed these lines in my debug.log and wanted to let you know. The amount of memory being used seems like a lot for such a small plugin.

    Thanks in advance

    [14-Dec-2016 00:10:50 UTC] PHP Fatal error:  Allowed memory size of 536870912 bytes exhausted (tried to allocate 108863616 bytes) in /home/xxxx/public_html/xxxx.com/wp-content/plugins/really-simple-ssl/class-mixed-content-fixer.php on line 104
    [14-Dec-2016 00:10:50 UTC] PHP Fatal error:  Unknown: Cannot use output buffering in output buffering display handlers in Unknown on line 0
Viewing 1 replies (of 1 total)
  • Plugin Contributor Rogier Lankhorst

    (@rogierlankhorst)

    Hi,

    This kind of error does not have anything to do with the line it hits the memory limit in. This is just the point where the memory limit is reached. It can be any other point as well.

    Somewhere in your site a large amount of memory is used, and this causes the site to reach the limit in that line. If you were debugging, the code with the error might have caused the excessive memory usage.

Viewing 1 replies (of 1 total)

The topic ‘php fatal error’ is closed to new replies.