Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Exporting vBulletin 4.1.7 fails with undefined function imagecreatefromjpeg()
JimDev
New
I am working through a command-line export of a large vBulletin 4.1.7 database. The export fails inside core-functions.php, GenerateThumbnail() when attempting to generate thumbnails. The three imagecreatefrom...() functions in lines 120 - 126 are undefined. I can not seem to locate them in the source and was wondering if anyone can point me in the right direction to resolve the function definitions..
0
Comments
You need to have the GD library installed to use that function: http://php.net/manual/en/image.installation.php
Thanks. I am using two machines and had GD installed on the wrong machine. It's working correctly now.
So welcome in the tasty Vanilla world!