adamdoupe / WackoPicko

WackoPicko is a vulnerable web application used to test web application vulnerability scanners.
MIT License
328 stars 160 forks source link

Upload doesn't seem to work (undefined imagecreatefromjpeg function) #2

Closed sebastiendamaye closed 13 years ago

sebastiendamaye commented 13 years ago

Hi, It seems that the upload feature is not working anymore, because imagecreatefromjpeg() function is not defined: '' Fatal error: Call to undefined function imagecreatefromjpeg() in /var/www/include/pictures.php on line 231''

Regards, Sébastien

sebastiendamaye commented 13 years ago

Mea culpa. I have recompiled PHP from sources by adding support for jpeg. This function is native with this extension. I close the issue.