domingo, 1 de noviembre de 2015

SOLUCIONAR Call to undefined function mcrypt_create_iv()

Si cuando intentas correr un fichero .php te lanza el siguiente error:

Call to undefined function mcrypt_create_iv()

es porque debes instalar el paquete mcrypt para php

En debian:

apt-get install php5-mcrypt

En fedora:

dnf install php-mcrypt


Luego reinicias apache y listo

service httpd restart

No hay comentarios:

Publicar un comentario