Bug #24439
closedTYPO3 fails to install on Windows due to faulty disposal of MCRYPT_DEV_URANDOM
0%
Description
<b>This was reported by direct mail by Jan Reilink (janreilink (at) vevida (dot) com):</b>
Typo3 (version 4.4.6) fails to install on Windows, due to improper
checking of MCRYPT_DEV_URANDOM capabilities. As you know, /dev/urandom
is not available on Windows. In the last week, two customers couldn't
install TYPO3 on their web site as a result.
I hacked my patch in the existence checking of the PHP-function
mcrypt_create_iv (also attached as .patch-file).
It could also be hacked in the class.t3lib_div.php file on/after line
1610, with a simple "elseif" line.
(issue imported from #M16871)
Files
Updated by Jan Reilink almost 14 years ago
(thank you Oliver)
I created a new, and shorter, patch. The extra checks on TYPO3_OS are not necessary.
It was impossible to upload a file with the same name, nor could I delete the original file, so I renamed the second patch.
Regards
Updated by Steffen Gebert almost 14 years ago
resolved as duplicate of #24410
Could you please test the solution there? Thanks