• Your plugin is throwing some errors.

    Notice: Undefined index: action in /mydomain/wp/wp-content/plugins/form-lightbox/admin-page.php on line 38
    
    Notice: Undefined index: action in /mydomain/wp/wp-content/plugins/form-lightbox/admin-page.php on line 50
    
    Notice: Undefined index: saved in /mydomain/wp/wp-content/plugins/form-lightbox/admin-page.php on line 80
    
    Notice: Undefined index: reset in /mydomain/wp/wp-content/plugins/form-lightbox/admin-page.php on line 81
    
    Notice: Undefined index: unit in /mydomain/wp/wp-content/plugins/form-lightbox/admin-page.php on line 501
    
    Notice: Undefined variable: i in /mydomain/wp/wp-content/plugins/form-lightbox/admin-page.php on line 520

    I fixed them by adding isset check. Like:

    <span><?php if (isset ($value['unit']) ) $value['unit']; ?></span>

    https://www.ads-software.com/plugins/form-lightbox/

Viewing 1 replies (of 1 total)
  • tebu

    (@tebu)

    Same issue here, i just put the [formlightbox_obj… shortcode in a div and display:none;
    that hide the problem, but i’ll be waiting for a better solution.

Viewing 1 replies (of 1 total)
  • The topic ‘Undefined index error messages’ is closed to new replies.