Open sotsay opened 11 years ago
The issue occurred because MCRYPT_DEV_URANDOM was only supported on Windows as from PHP version 5.3.0, that is why it was working well until the downgrade.
I changed to MCRYPT_RAND which worked on previous versions and the problem was solved.
Read this http://stackoverflow.com/questions/14676112/php-mcrypt-error-cannot-open-source-device
when install get this mcrypt_create_iv() [function.mcrypt-create-iv]: Cannot open source device i have check the yii requirement and mcrypt extension is pass