Ahora da:¿Cómo habilitar imagecreatefromgif/imagecreatefromjpeg/imagecreatefrompng en PHP?
PHP Fatal error: Call to undefined function imagecreatefromjpeg()
Pero la librería GD está activado.
Ahora da:¿Cómo habilitar imagecreatefromgif/imagecreatefromjpeg/imagecreatefrompng en PHP?
PHP Fatal error: Call to undefined function imagecreatefromjpeg()
Pero la librería GD está activado.
Leer http://www.php.net/manual/en/function.imagecreatefromjpeg.php#70832
Podría ser que su biblioteca JPEG no está habilitado.
instalar php5-gd:
el sistema basado en rpm:
sudo apt-get install php5-gd
Si está usando PHP-FPM vuelva a iniciarlo:
sudo /etc/init.d/php5-fpm restart
encontrado este solution here
¿Phpinfo() acepta que gd está habilitado? –
Sí, puedo llamar a imagepng sin ningún problema. – another
entonces, ¿cuál es el problema? – ZenOut