• Resolved chtombleson

    (@chtombleson)


    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/

Viewing 2 replies - 1 through 2 (of 2 total)
  • 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

    Plugin Author toddhuish

    (@toddhuish)

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘3 undefined index errors (PHP 5.5)’ is closed to new replies.