• Resolved supscout

    (@supscout)


    Hi there,

    when I open https://supscout.de/places/lenggries/sylvensteinsee-einstieg-grillplatz-fall/ some images are not loaded. The PHP log shows the following:

    [15-Jun-2017 09:46:06 UTC] PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 60688516 bytes) in …/wp-content/plugins/cdn-enabler/inc/cdn_enabler_rewriter.class.php on line 137
    [15-Jun-2017 09:46:06 UTC] PHP Fatal error: Unknown: Cannot use output buffering in output buffering display handlers in Unknown on line 0

    Is there a way to fix that other than to increase the memory? Why does the plugin need that much memory at that point?

    Thanks in advance.
    Jonas

Viewing 1 replies (of 1 total)
  • At that particular step the plugin does the actual rewriting and need some memory for that.

    You should consider bumping up the memory limit:
    define( ‘WP_MEMORY_LIMIT’, ‘512M’ );

    Cheers!

Viewing 1 replies (of 1 total)
  • The topic ‘Allowed memory size exhausted’ is closed to new replies.