Version 1, last updated by Jon Zenor at January 17, 2010 21:59 UTC
expecting T_OLD_FUNCTION
Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /~/includes/openid/openid_class.php on line 14
This is most likely caused because you are using PHP 4 instead of PHP 5. 1&1 users can change to PHP 5 easily by adding "AddType x-mapp-php5 .php" to a new file called .htaccess and put it in your forum's root directory.
Auth_OpenID_RAND_SOURCE
Define Auth_OpenID_RAND_SOURCE as null to continue with an insecure random number generator
The exact cause of this is not known, but it can be patched fairly easily.
#-----[ OPEN ]------------------------------------------
#
/includes/openid/Auth/OpenID/CryptUtil.php
#
#-----[ FIND ]------------------------------------------
#
'/dev/urandom'
#
#-----[ REPLACE WITH ]----------------------------------------
null