• alx359

    (@alx359)


    This plugin isn’t compatible with some others, like Avatar Privacy. Please read more about the issue here, and about the fix here.

    Essentially, the quick-fix is to change:

    $image->writeImage( $resized_file );

    to become:

    $image->writeImageFile( $resized_file );

    Thanks.

The topic ‘[Fix] PHP Fatal error’ is closed to new replies.