adamdoupe / WackoPicko

WackoPicko is a vulnerable web application used to test web application vulnerability scanners.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

sebastiendamaye opened this issue · comments

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

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