Numerous Undefined Errors
-
It’s nice to be able to turn on error display on a server while developing or to check stuff if something breaks. But Combine CSS is generating numerous NOTICEs. Here are some examples:
Notice: Undefined index: ignore_files in /var/www/armstrong/wp-content/plugins/combine-css/classes/combine-css-class.php on line 66
Notice: Undefined index: add_gf_css in /var/www/armstrong/wp-content/plugins/combine-css/classes/combine-css-class.php on line 266
Notice: Undefined offset: 2 in /var/www/armstrong/wp-content/plugins/combine-css/classes/combine-css-class.php on line 235
Notice: Undefined index: in /var/www/armstrong/wp-content/plugins/combine-css/classes/combine-css-class.php on line 280I complimented you on your exceptional code before. The architecture is very good, but you should be handling undefined variables instead of letting them throw notices and go on.
- The topic ‘Numerous Undefined Errors’ is closed to new replies.