Support » Plugin: Lightbox Plus Colorbox » Undefined variable

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Dan Zappone

    (@dzappone)

    That’s actually a notice and not an error and you probably shouldn’t be displaying warning or notice be displaying them on a production server. You can add:

    error_reporting(0);
    @ini_set('display_errors', 0);

    To the beginning of your wp-config.php.

    However I should also be check to make sure the variable is set as well. Will be correct in next version.

    Thank you for your upcoming update. I should wait, because I don’t want to hide errormessages right now.

    Plugin Author Dan Zappone

    (@dzappone)

    Should be out now!

    Fantastic . thank you so much for this very fast update!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Undefined variable’ is closed to new replies.