• Resolved 20something

    (@20something)


    I am getting this fatal error in my error logs:
    PHP Fatal error: Allowed memory size of 41943040 bytes exhausted (tried to allocate 1847296 bytes) in */really-simple-ssl/class-mixed-content-fixer.php on line 117

    It seems to be creating issues with the ability to load pages if there are a lot of PHP queries.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Rogier Lankhorst

    (@rogierlankhorst)

    You are probably close to your memory limit. This is not specifically caused by Really Simple SSL, but it’s just occurring on this line.

    If you disable the mixed content fixer in the settings you will probably see the error on another point, or it might drop just below the treshold.

    Thread Starter 20something

    (@20something)

    What would disabling the mixed content fixer take away?

    Plugin Contributor Rogier Lankhorst

    (@rogierlankhorst)

    The plugin will stop fixing the mixed content. So if you still have the green lock when it’s disabled, you could leave it that way.

Viewing 3 replies - 1 through 3 (of 3 total)

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