About plugins

Welcome to the plugin directory. This site is part of the b2evolution project, a feature-rich, open source blog engine. The plugin directory exists to catalogue the plugins and hacks that have been created to extend b2evolution.

Featured plugin

Top rated

  1. Star Rating (3.8) 451 votes
  2. YouTube Plugin (3.5) 145 votes
  3. Autoblog Plugin (3.5) 168 votes
  4. Democracy Poll (3.4) 112 votes
  5. Captcha Image (3.4) 131 votes

Categories

Search


Subscribe

Stay up to date with new additions to the plugin directory by subscribing to one of the following RSS feeds.

OpenID

  • Currently 2.86/5
  • 1
  • 2
  • 3
  • 4
  • 5
  • i

Name: OpenID
Author: blueyed
Description: You can use your OpenId to register, login or comment on a blog where the plugin is installed.

Permalink December 11, 2007 • Categories: Misc, Plugin, Featured, 1.10, 2.x5 comments

Comments:

Comment from: Charles LePage [Visitor] Email · http://www.comiclist.com/
When I try to install this plugin in 1:10:02, I get the following error:

The plugin has not been enabled.
The source for randomness (/dev/urandom) is not available. Please configure it.
PermalinkPermalink 12/18/07 @ 08:56
Comment from: Fraser Pearce [Visitor] Email · http://www.workwhiledrunk.com
I can't use this plugin as it causes an error when I try to install it:

Additional information about this error:

MySQL error!

Specified key was too long; max key length is 1000 bytes(Errno=1071)

Your query:
CREATE TABLE evo_plugin_openid_28_assoc (
server_url BLOB,
handle VARCHAR(255),
secret BLOB,
issued INTEGER,
lifetime INTEGER,
assoc_type VARCHAR(64),
PRIMARY KEY (server_url(255), handle) )
PermalinkPermalink 12/28/07 @ 16:54
Comment from: dAniel hAhler [Visitor] Email · http://daniel.hahler.de/
Charles, yes, you need to configure it: refer to the plugin settings.

Fraser, this looks like your MySQL default charset uses more than one byte per character (e.g. utf8). Since MySQL the length gets interpreted as characters instead of bytes and therefor the primary key gets too long.
This is only the case for the MyISAM DB engine.

So, the fix appears to be adding "CHARACTER SET latin1" or "ENGINE=InnoDB" at the end of the CREATE TABLE block.
The patch is here: http://evocms-plugins.svn.sourceforge.net/viewvc/evocms-plugins/openid_plugin/trunk/_openid.plugin.php?r1=582&r2=581&pathrev=582
PermalinkPermalink 12/28/07 @ 22:00
Comment from: Fraser Pearce [Visitor] Email · http://www.workwhiledrunk.com
Sweet, that worked a treat. Cheers!
PermalinkPermalink 12/29/07 @ 13:01
Comment from: Mikle [Visitor] Email · http://www.grem.in
Plugin does't work with any user's accounts exept admin. (b2evo 1.10.2)

User can't login in blog ("wrong password") after linking openid to profile.

Plugin doesn't create additional rows in "evo_plugin_openid_28_user_openid" table.

Is it possible to fix it?
PermalinkPermalink 01/03/08 @ 13:12

Leave a comment:

Note: Don't request support by leaving a comment here. Follow the link above to get to the author's page or forum post about the plugin. Use comments for general feedback and ratings so other users can know if this is a good plugin.

Your email address will not be displayed on this site.
Your URL will be displayed.

Allowed XHTML tags: <p, ul, ol, li, dl, dt, dd, address, blockquote, ins, del, span, bdo, br, em, strong, dfn, code, samp, kdb, var, cite, abbr, acronym, q, sub, sup, tt, i, b, big, small>
(Line breaks become <br />)
(Set cookies for name, email and url)
(Allow users to contact you through a message form (your email will NOT be displayed.))