A3M - Account Authentication & Authorization Module |
[eluser]Peng Kong[/eluser]
[quote author="Hermes Alves" date="1285268609"]I did a fresh install and now the error changed, click the link to see: http://www.codeigniter.com.br/a3m/accoun..._in_google Thanks![/quote] it's a server config issue. what server are your running? you're getting error because the openid library can't find a source of randomness which should be available on *nix machines and not on windows machines but for windows machines i already added if (PHP_OS == "WIN32" || PHP_OS == "WINNT") define('Auth_OpenID_RAND_SOURCE', NULL); all you need to do to get it to work is go to modules/account/plugins/openid_pi.php and remove if (PHP_OS == "WIN32" || PHP_OS == "WINNT") so you define 'Auth_OpenID_RAND_SOURCE' as NULL but you should of cause configure your source of randomness for security reasons. |
Welcome Guest, Not a member yet? Register Sign In |