• With the debugger on, the Extension became unusable since even the widget options were hidden and replaced by an error. I had error messages all over the place: in the Extension options and fields, in the Widget options, the headers, etc.

    Am I missing something ?

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

    (@netweblogic)

    Is this with WP_DEBUG mode on?

    This plugin does work fine if you don’t have that turned on and error_reporting off which is what you should do on any production server.

    That said, I’d be happy to quash those notifications if you post them here (or answer the first question so I can duplicate)

    Thread Starter Michael Lessard

    (@michael-lessard)

    I’m in development mode and new to WP. So I have the debugger on for sure ??

    I’ll retest and post here the error messages (probably tonight)…

    Thread Starter Michael Lessard

    (@michael-lessard)

    Hi,

    Here are the error messages sent out by my French version 3.0.1.
    ( one message was in French : my translation is indicated by [FR/EN] )

    I was using PHP4 by error/default, and switch it to PHP5, so a few errors disappeared :P.

    DASHBOARD HEADERS (debugger messages at top of Dashboard)

    Notice: load_plugin_textdomain was called with an argument that is deprecated since version 2.7 with no alternative available. in /[mysite]/wp-includes/functions.php on line 3323

    Notice: Uninitialized string offset: 0 in /[mysite]/wp-content/plugins/login-with-ajax/login-with-ajax.php on line 470

    Notice: Undefined index: lwa_dismiss_notice in /[mysite]/wp-content/plugins/login-with-ajax/login-with-ajax-admin.php on line 25

    [FR/EN] Notice: has_cap is called by an argument depreciated since version 2.0 ! Is is not disallowed for Extensions and Themes to use/refer to user levels. Use Roles and capacities instead. in /[mysite]/wp-includes/functions.php on line 3321

    HEADERS ON HOMEPAGE

    Notice: load_plugin_textdomain was called with an argument that is deprecated since version 2.7 with no alternative available. in /[mysite]/wp-includes/functions.php on line 3323

    Notice: Uninitialized string offset: 0 in /[mysite]/wp-content/plugins/login-with-ajax/login-with-ajax.php on line 470

    WIDGET DASHBOARD – When I place the Widget in a bar, it says…
    – Good news: for the Widget Dashboard, LWA does not show errors there now that I have activated PHP5 instead of 4.

    WIDGET AS SHOWN ON SITE/HOMEPAGE

    Notice: Undefined index: template in /[mysite]/wp-content/plugins/login-with-ajax/login-with-ajax.php on line 329

    SETTINGS FOR ‘LWA’

    Notice: Undefined index: lwasubmitted in /[mysite]/wp-content/plugins/login-with-ajax/login-with-ajax-admin.php on line 68

    OPTION Disable refresh upon login?
    Notice: Uninitialized string offset: 0 in/[mysite]/wp-content/plugins/login-with-ajax/login-with-ajax-admin.php on line 158

    OPTIONS Redirections after connexion
    Notice: Uninitialized string offset: 0 in /[mysite]/wp-content/plugins/login-with-ajax/login-with-ajax-admin.php on line 200

    OPTIONS Redirections after closing connexion
    Notice: Uninitialized string offset: 0 in /[mysite]/wp-content/plugins/login-with-ajax/login-with-ajax-admin.php on line 223

    Override Default Email?
    Notice: Uninitialized string offset: 0 in /[mysite]/wp-content/plugins/login-with-ajax/login-with-ajax-admin.php on line 249

    Plugin Author Marcus (aka @msykes)

    (@netweblogic)

    I won’t tackle php4 anymore (since in a few months wp won’t support php4 anyway) but I’ll have a look at these during the next revision (which will be very soon, if not today)

    Thread Starter Michael Lessard

    (@michael-lessard)

    Just in case, to clarify for everyone : these last “errors” are under PHP5. They are not really errors, in the sense that they seem to work under many WP versions.

    Plugin Author Marcus (aka @msykes)

    (@netweblogic)

    Just to reclarify, these are not errors in any way, they are warnings generated by PHP for the use of certain syntax. They do not affect the operation of the plugin in any way, and most wouldn’t see them anyway as public http servers should have error_reporting disabled.

    That said, I’ve gone through your errors Michael and added some corrective measures (I even caught a few not mentioned here :)). 3.0.2 should show up in a few mins. Let me know if you find any more.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘[Plugin: Login With Ajax] WP 3.0.1. Unusable – Too many depreciated functions’ is closed to new replies.