Undefined index error messages
-
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>
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Undefined index error messages’ is closed to new replies.