Error message
-
Using the Crangasi WordPress theme I receive the error message:
Undefined index: FBOIF_DEFAULT_URL_NAME in /home3/plummerh/public_html/ijplum/themoonisadeadworld/wp-content/plugins/feedburner-optin-form/feedburner-optin-form.php on line 317
Just wondering how I can resolve this issue.
-
Got it, I will upload a fix later today (I’m not at home right now). Thx
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_NAMEtoFBOIF_DEFAULT_UID_NAMEThat 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
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?
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.
Sounds like a logic issue, let me look into that. Thx
Is this issue still occurring? I believe I fixed it but I would like to know. Thx
I am marking this as resolved, please start a new thread if that is not the case. Thx
The topic ‘Error message’ is closed to new replies.