Undefined index error on save with WP_DEBUG = true
-
When I try to save a image with WP_DEBUG set to true, I get this error:
Notice: Undefined index: cptbc_image_url_openblank in /home/1/p/petertflem/www/development/wordpress/wp-content/plugins/cpt-bootstrap-carousel/cpt-bootstrap-carousel.php on line 124 Warning: Cannot modify header information - headers already sent by (output started at /home/1/p/petertflem/www/development/wordpress/wp-content/plugins/cpt-bootstrap-carousel/cpt-bootstrap-carousel.php:124) in /home/1/p/petertflem/www/development/wordpress/wp-admin/post.php on line 229 Warning: Cannot modify header information - headers already sent by (output started at /home/1/p/petertflem/www/development/wordpress/wp-content/plugins/cpt-bootstrap-carousel/cpt-bootstrap-carousel.php:124) in /home/1/p/petertflem/www/development/wordpress/wp-includes/pluggable.php on line 896
It works fine if I set WP_DEBUG = false, but it should work with it set to true, or at least that is what I am thinking.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Undefined index error on save with WP_DEBUG = true’ is closed to new replies.