• I get 2 errors in the widget :
    Notice: Undefined index: profile_link in …\wp-content\plugins\login-with-ajax\login-with-ajax-widget.php on line 29
    />

    Notice: Undefined index: registration in …\wp-content\plugins\login-with-ajax\login-with-ajax-widget.php on line 33
    />

    and if I use it in a modal fancybox :

    <b>Notice</b>: Undefined variable: user_login in <b>…\wp-content\plugins\login-with-ajax\widget\default\widget_out.php</b> on line <b>22</b>

    <b>Notice</b>: attribute_escape is deprecated since version 2.8! Use esc_attr() instead. in <b>…\wp-includes\functions.php</b> on line <b>3303</b>

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Marcus (aka @msykes)

    (@netweblogic)

    will check this out, but you can (and should for security) disable display_errors in php from showing up publicly, these aren’t major errors that’ll stop the plugin from working.

    Thread Starter Paul de Wouters

    (@pauldewouters)

    the errors were appearing in the admin not the front end.
    I think it was something to do with the theme I was working on because with another theme there was no error

    Plugin Author Marcus (aka @msykes)

    (@netweblogic)

    definitely the theme if in the backend, because those files are never called there.

    Any update on this? I’m getting the same errors when looking into the debug logs.

    This was working on our dev site, but stopped when launching on the live server. We also did an upgrade to 3.1.3 though once migrated so I can’t say for sure what caused the issue.

    The problem is noticeable on the front-end because the login just hangs indefinitely.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: Login With Ajax] Undefined index: profile_link’ is closed to new replies.