Difference between revisions of "mediawiki error CryptRand.php"

From thelinuxwiki
Jump to: navigation, search
(Created page with "error: A non well formed numeric value encountered in /path/to/mediawiki/includes/CryptRand.php solution: edit CryptRand.php and replace line 285: $bytes .= $iv; with: $buf...")
 
 

Latest revision as of 17:26, 25 February 2013

error:

A non well formed numeric value encountered in /path/to/mediawiki/includes/CryptRand.php

solution: edit CryptRand.php and replace line 285:

$bytes .= $iv;

with:

$buffer .= $iv;