Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author jp2112

    (@jp2112)

    Got it, I will upload a fix later today (I’m not at home right now). Thx

    Plugin Author jp2112

    (@jp2112)

    Sorry, if you want to fix it in the meantime, open the plugin file (feedburner-optin-form.php) and go to line 317

    Change FBOIF_DEFAULT_URL_NAME to FBOIF_DEFAULT_UID_NAME

    Thread Starter ryneb

    (@ryneb)

    That worked for that error, but now I’m still getting these:

    Notice: Undefined index: userid in /home3/plummerh/public_html/ijplum/themoonisadeadworld/wp-content/plugins/feedburner-optin-form/feedburner-optin-form.php on line 205

    Notice: Undefined index: nofollow in /home3/plummerh/public_html/ijplum/themoonisadeadworld/wp-content/plugins/feedburner-optin-form/feedburner-optin-form.php on line 473

    Notice: Undefined index: nonloggedonly in /home3/plummerh/public_html/ijplum/themoonisadeadworld/wp-content/plugins/feedburner-optin-form/feedburner-optin-form.php on line 473

    Plugin Author jp2112

    (@jp2112)

    Can you do me a favor? Edit the plugin line 205 and change this line

    if (isset($atts['userid'])) {

    to this

    if (!empty($atts['userid'])) {

    and see if the first error still occurs?

    Thread Starter ryneb

    (@ryneb)

    The latest update has cleared up most of the problems besides this one:

    Notice: Undefined index: nonloggedonly in /home3/plummerh/public_html/ijplum/themoonisadeadworld/wp-content/plugins/feedburner-optin-form/feedburner-optin-form.php on line 473

    which is linked to the checkmark box “Show output to non-logged in users only?” When I click that box, the error goes away. But I would like to show output to logged in users as well.

    Plugin Author jp2112

    (@jp2112)

    Sounds like a logic issue, let me look into that. Thx

    Plugin Author jp2112

    (@jp2112)

    Is this issue still occurring? I believe I fixed it but I would like to know. Thx

    Plugin Author jp2112

    (@jp2112)

    I am marking this as resolved, please start a new thread if that is not the case. Thx

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Error message’ is closed to new replies.