Title: Undefined variable
Last modified: August 20, 2016

---

# Undefined variable

 *  Resolved [krisThinkun](https://wordpress.org/support/users/kristhinkun/)
 * (@kristhinkun)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/undefined-variable-2/)
 * Hey, updated to “2.5.3” and imgetting an error,
 * `Notice: Undefined variable: lightboxPlusOptions in C:\wamp\www\GoGet\wp-content\
   plugins\lightbox-plus\lightboxplus.php on line 151`
 * [http://wordpress.org/extend/plugins/lightbox-plus/](http://wordpress.org/extend/plugins/lightbox-plus/)

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

 *  Plugin Author [Dan Zappone](https://wordpress.org/support/users/dzappone/)
 * (@dzappone)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/undefined-variable-2/#post-3364034)
 * 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.
 *  [computerartsde](https://wordpress.org/support/users/vnvsven/)
 * (@vnvsven)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/undefined-variable-2/#post-3364073)
 * Thank you for your upcoming update. I should wait, because I don’t want to hide
   errormessages right now.
 *  Plugin Author [Dan Zappone](https://wordpress.org/support/users/dzappone/)
 * (@dzappone)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/undefined-variable-2/#post-3364076)
 * Should be out now!
 *  [computerartsde](https://wordpress.org/support/users/vnvsven/)
 * (@vnvsven)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/undefined-variable-2/#post-3364080)
 * 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.

 * ![](https://s.w.org/plugins/geopattern-icon/lightbox-plus_fafafa.svg)
 * [Lightbox Plus Colorbox](https://wordpress.org/plugins/lightbox-plus/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/lightbox-plus/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/lightbox-plus/)
 * [Active Topics](https://wordpress.org/support/plugin/lightbox-plus/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/lightbox-plus/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/lightbox-plus/reviews/)

 * 4 replies
 * 3 participants
 * Last reply from: [computerartsde](https://wordpress.org/support/users/vnvsven/)
 * Last activity: [13 years, 4 months ago](https://wordpress.org/support/topic/undefined-variable-2/#post-3364080)
 * Status: resolved