• Resolved jinsley8

    (@jinsley8)


    Using the module gives me the following PHP notices:

    [07-Mar-2020 19:37:44 UTC] PHP Notice: Undefined offset: 1 in /home/public_html/wp-content/plugins/before-after-images-for-divi/includes/modules/BeforeAfterImage/BeforeAfterImage.php on line 281

    [07-Mar-2020 19:37:44 UTC] PHP Notice: Undefined variable: size_height in /home/public_html/wp-content/plugins/before-after-images-for-divi/includes/modules/BeforeAfterImage/BeforeAfterImage.php on line 294

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Bolton Studios LLC

    (@boltonstudios)

    If you need to remove those notices quickly, you may be able to hide them by setting the WP_DEBUG constant in /wp_config.php to false.

    define( 'WP_DEBUG', true );

    I will investigate this issue for a future update. Seems like it should be a simple fix.

    Plugin Author Bolton Studios LLC

    (@boltonstudios)

    @jinsley8 Updating to the latest plugin version released this weekend should eliminate the PHP notices. Thanks for taking the time to report this. Please feel free to let me know if you are still seeing the notices and I’ll investigate further if you share the error messages. If I don’t hear from you soon, I’ll assume that this problem was solved. Thanks.

    Plugin Author Bolton Studios LLC

    (@boltonstudios)

    @jinsley8 Hello, it has been 5 days so I will close this ticket.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘PHP Notices’ is closed to new replies.