• Resolved amit.erandole

    (@amiterandole)


    On the settings page, above the options heading, I am getting:

    Undefined index: mail_include_fields in (...)/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php on line 382 Notice: Undefined index: confirm_email in (...)/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php on line 383 Notice: Undefined index: redirect_to in (...)/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php on line 384 Notice: Undefined index: password_meter in (...)/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php on line 400

    Below on the page, below the “Add a new field” heading, I am getting:

    Notice: Undefined variable: store_rule in (...)/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php on line 444 Notice: Undefined variable: store_rule in (...)/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php on line 445 Notice: Undefined variable: store_rule in (...)/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php on line 447 Notice: Undefined variable: store_rule in (...)/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php on line 448 Notice: Undefined variable: store_rule in (...)/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php on line 450 Notice: Undefined variable: store_rule in (...)/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php on line 451 Notice: Undefined variable: store_rule in (...)/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php on line 584 Notice: Undefined index: name in (...)/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php on line 619 Notice: Undefined index: value in (...)/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php on line 620 Notice: Undefined index: label in (...)/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php on line 621 Notice: Undefined index: desc in (...)/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php on line 622 Notice: Undefined index: equal_to in (...)/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php on line 623

    What do I do?

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Marco Cimmino

    (@cimmo)

    Those are debug information, set debug flag to false under wp-config.php and live in peace.

    Thread Starter amit.erandole

    (@amiterandole)

    Hey cimmo,

    I wrote my own functions to get the functionality I want for now. But I definitely want to use your plugin in the future.

    The thing is, it didn’t work for me and it showed me those errors. Turning debug off will hide the errors, not make the plugin work, right?

    Will you be fixing these errors? What does undefined index mean anyway? Some item in an array that doesn’t exist?

    Would like to understand this.

    Plugin Author Marco Cimmino

    (@cimmo)

    You need to study the difference between:
    – defects
    – errors
    – warnings
    – bugs

    You encountered warnings and complaining like they are defects or even worse bugs.
    This is not the case, if you encounter real bugs then tell me how to reproduce them.
    Plug-in works perfectly until someone reproduces a real defect and communicates to me.
    This is another FUD thread.

    Thread Starter amit.erandole

    (@amiterandole)

    Alright Cimmo,

    You’re right. Allow me to correct myself and let you know my environment:

    WordPress 3.0.4
    When I install your plugin and add fields, I get all of the above warnings. The plugin does not work so I thought those were errors.
    No new fields are added to the comment form.

    Plugin Author Marco Cimmino

    (@cimmo)

    This is a plugin to add fields to registration/profile form not for comments, that’s why it “doesn’t” work.

    Thread Starter amit.erandole

    (@amiterandole)

    My bad.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘[Plugin: Cimy User Extra Fields] cimy extra user fields showing lots of errors’ is closed to new replies.