WPIntell

Source evidence

3 undefined index errors (PHP 5.5)

WP-Chargify · support · 2016-05-18T22:30:00+00:00

neutralsentiment
highseverity
0.69relevance
2replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

4 / 23 rows with source links

17.4% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

19 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
chtombleson resolved
There are 3 undefined index errors when using PHP 5.5 Error message 1: “Notice: Undefined index: chargify_signup_noncename in /vagrant/wordpress/wp-content/plugins/chargify/chargify.php on line 602” Error message 2: “Notice: Undefined index: CONTENT_TYPE in /vagrant/wordpress/wp-content/plugins/chargify/chargify.php on line 672” Error message 3: “Notice: Undefined index: chargify_signupcc_noncename in /vagrant/wordpress/wp-content/plugins/chargify/chargify.php on line 754” https://wordpress.org/plugins/chargify/ Thank you for reporting these PHP notices, we’ll resolve them in the next release. You’re probably aware, but since others might be concerned: PHP’s Debug mode uses the error log for Errors, Warnings and Notices (and technically parse errors too). Notices like these however can be safely ignored (generally). We hate erorr log spam as much as the next developers and good code style is a good thing ;D @chtombleson The newest edition (v2.0.9) should have gotten rid of all the notices if debug is turned on.

Comments

2 shown
Jon Brown 2016-05-19T18:59:00+00:00

Thank you for reporting these PHP notices, we’ll resolve them in the next release. You’re probably aware, but since others might be concerned: PHP’s Debug mode uses the error log for Errors, Warnings and Notices (and technically parse errors too). Notices like these however can be safely ignored (generally). We hate erorr log spam as much as the next developers and good code style is a good thing ;D

toddhuish 2017-05-08T17:02:00+00:00

@chtombleson The newest edition (v2.0.9) should have gotten rid of all the notices if debug is turned on.