• Hi Dennis,

    I an getting huge error logs.

    The seem to be in a loop and just getting bigger and bigger until the fill the server space. Last one 3.5GB

    22-Feb-2017 07:35:34 UTC] PHP Warning: require_once() [function.require-once]: Unable to allocate memory for pool. in ///wp-content/plugins/dynamic-watermark/protect_images/protect.php on line 33
    [22-Feb-2017 07:35:34 UTC] PHP Warning: require() [function.require]: Unable to allocate memory for pool. in ///wp-content/plugins/dynamic-watermark/dynamic-watermark.php on line 59

    Many thanks,

    Peter.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Globaltechrs

    (@globaltechrs)

    Peter
    Change line 43
    $upload_dir = wp_upload_dir();
    for
    $upload_dir = wp_get_upload_dir();

    That way I solved the problem here.

    Globaltechrs

    (@globaltechrs)

    in ///wp-content/plugins/dynamic-watermark/protect_images/protect.php

    (:

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

The topic ‘Error Log’ is closed to new replies.