Re: [dbscript-devel] OpenMicroBlogger Install
Status: Alpha
Brought to you by:
foghorn43
|
From: Brian H. <br...@me...> - 2008-09-26 21:55:00
|
Matthew, would you mind trying this:
remove lines 144,145
if ( null === $auth_request )
trigger_error('OpenID server not found at '. htmlentities
( $claimed_url ), E_USER_ERROR);
and replace with....
if ( null === $auth_request ) {
$_SESSION['openid_degrade'] = true;
$request->set_param('return_url',$request->url_for
( 'openid_continue' ));
$request->set_param('protected_url',$request->base);
$request->set_param('openid_url',$_SESSION['openid_url']);
authenticate_with_openid();
break;
}
On Sep 26, 2008, at 2:28 PM, Matthew Terenzio wrote:
> My apologies for not being exact> here is the real error: I've
> tried to register with email mte...@gm... and this is the
> reply.
|