Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Thumbnailer.php Error
I have installed the Filebrowser on my host and love the idea. However, when I try to create a thumbnail of images I get the following error:
---
A fatal, non-recoverable error has occurred
Technical information (for support personel):
Error Message: An error occurred while attempting to copy the source image "BlackWidow.png". Your version of php (4.4.2) may not have jpeg support.
Affected Elements: Thumbnailer.GenerateThumbnail();
For additional support documentation, visit the Lussumo Software support website at: lussumo.com/support
---
Any ideas on how to fix this? Thanks
0
This discussion has been closed.
Comments
<?php
phpinfo();
?>
Will tell you if you have it or not. If not you need to request that your host install it.
gd
GD Support enabled
GD Version bundled (2.0.28 compatible)
FreeType Support enabled
FreeType Linkage with freetype
GIF Read Support enabled
GIF Create Support enabled
JPG Support enabled
PNG Support enabled
WBMP Support enabled
XBM Support enabled
So it is there. What are the permissions on the files?