• You are doing something evil:

    The plugin generated 241 characters of unexpected output during activation. If you notice “headers already sent” messages, problems with syndication feeds or other issues, try deactivating or removing this plugin.

    Probably PHP warnings; WP_DEBUG is enabled.

    Also, when not logged in (on the main page):

    Notice: get_userdatabylogin is deprecated since version 3.3! Use get_user_by(‘login’) instead. in /var/www/vhosts/verrech.net/wpsb/wp-includes/functions.php on line 3458
    Notice: get_bloginfo was called with an argument that is deprecated since version 2.2! The home option is deprecated for the family of bloginfo() functions. Use the url option instead. in /var/www/vhosts/verrech.net/wpsb/wp-includes/functions.php on line 3542
    Notice: get_bloginfo was called with an argument that is deprecated since version 2.2! The home option is deprecated for the family of bloginfo() functions. Use the url option instead. in /var/www/vhosts/verrech.net/wpsb/wp-includes/functions.php on line 3542

    http://wordpress.org/extend/plugins/openid/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Will Norris

    (@willnorris)

    I get that the plugin is using API calls that are now deprecated, but I’m not sure that calling that evil is quite warranted. First, I would not recommend running with WP_DEBUG enabled in a production environment… you risk exposing a lot of details about your environment that could have security implications. That said, the plugin should be fix. In fact this already has been fixed in the HEAD version of the plugin (available at github: https://github.com/diso/wordpress-openid/), I just haven’t gotten to cutting a new release quite yet.

    Thread Starter Raphael

    (@akerbos87)

    “Evil” is definitely not to be read literally. 😉

    I run my development sandbox in debug mode for obvious reasons and test new plugins there first, but your advice is sound in general.

    Thanks for fixing!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: OpenID] Issued Warnings’ is closed to new replies.