https://bugzilla.wikimedia.org/show_bug.cgi?id=35894
MrBassam <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #20 from MrBassam <[email protected]> --- I managed to pass this bug by stop the call to mcrypt_create_iv in CryptRand.php Changae the following line , line no:306 if ( function_exists( 'mcrypt_create_iv' )) { To if ( function_exists( 'mcrypt_create_iv' ) && 1==2 ) { Try to run install proces, It will complate, And you may have to change some settings manually -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
