• Resolved amyelzea

    (@amyelzea)


    I am getting a php error on my site related to line 261 of the OverlayImages.php file which is this:
    $image_info = getimagesize( $img_src );

    A specific error example:
    Warning: getimagesize(): SSL operation failed with code 1. OpenSSL Error messages: error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed in /home/customer/www/sitename/public_html/wp-content/plugins/overlay-image-divi-module/includes/modules/OverlayImages/OverlayImages.php on line 261

    Our site is using a valid Let’s Encrypt SSL Certificate.

    How do I either HIDE these alerts from the front-end of our website, or better, resolve them?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter amyelzea

    (@amyelzea)

    Additionally, I have this in my wp-config.php file, and it is still not hiding the Warnings on front-end.

    ini_set('display_errors','Off');
    ini_set('error_reporting', E_ALL );
    define('WP_DEBUG', false);
    define('WP_DEBUG_DISPLAY', false);
    Thread Starter amyelzea

    (@amyelzea)

    Update – I reviewed this topic thread https://ww.wp.xz.cn/support/topic/no-address-2/, and updated plugin to latest version currently available (1.3.2); this resolved the OpenSSL warnings.

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

The topic ‘getimagesize OpenSSL Error’ is closed to new replies.