https://bugzilla.wikimedia.org/show_bug.cgi?id=55364

zdroid9...@yahoo.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |FIXED

--- Comment #1 from zdroid9...@yahoo.com ---
I have solved this issue.


Locate the file includes/CryptRand.php.
Find the following line 313 (for me):

$iv = mcrypt_create_iv( $rem, MCRYPT_DEV_URANDOM );

Change it to:

$iv = mcrypt_create_iv( $rem, MCRYPT_RAND );

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to