FAQ

History Key

  • New content
  • Removed content

Recent Versions

Choose two versions to compare, or click the link to view it.

  1. 1. over 2 years by JonZenor
 

 

 

 

 

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