Bad Code ahead
-
After default installation we get the following errors (PHP notices) on the registration page:
Notice: Undefined index: validation_message in /wp-content/plugins/pie-register/pie_register_template/registration/registration_form_template.php on line 147
Notice: Undefined index: validation_message in /wp-content/plugins/pie-register/classes/registration_form.php on line 145
Notice: Undefined index: validation_message in /wp-content/plugins/pie-register/pie_register_template/registration/registration_form_template.php on line 165
Notice: Undefined index: validation_message in /wp-content/plugins/pie-register/pie_register_template/registration/registration_form_template.php on line 165
Notice: Undefined index: validation_message in /wp-content/plugins/pie-register/pie_register_template/registration/registration_form_template.php on line 165
Notice: Undefined index: validation_message in /wp-content/plugins/pie-register/pie_register_template/registration/registration_form_template.php on line 183
Notice: Undefined index: validation_message in /wp-content/plugins/pie-register/pie_register_template/registration/registration_form_template.php on line 183
Notice: Undefined index: validation_message in /wp-content/plugins/pie-register/pie_register_template/registration/registration_form_template.php on line 183This is a proof for bad coding practice. Please learn to code PHP well before placing a plugin in marketplace!
The topic ‘Bad Code ahead’ is closed to new replies.