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.
Filebrowser oddity - failure to thumbnail certain files.
Forgive me if I missed an answer to this in the forum and docs.
I've got Filebrowser up and running and quite simply, it's failing to thumbnail only the files in aparticular sub-directory. The thumbnailer stalls with a blank white screen at what would normally be the "batch operation completed" report. Permissions on that subdir do not appear to be any different. I'm stumped.
Any suggestions?
0
This discussion has been closed.
Comments
We're going to need to go through it function by function to see where it's messing up.
Add the following code to your thumbnailer.php file:
// On line 1262 of thumbnailer.php: echo("<div>Found GenerateThumbnails</div>"); // On line 864 of thumbnailer.php: echo("<div>Found GetFiles</div>"); // On line 1297 of thumbnailer.php: echo("<div>Found GenerateThumbnail</div>"); // On line 186 of thumbnailer.php: echo("<div>Found AddError</div>");
So, your code should look something like this: and this See what I mean?
is it supposed to thumbnail .bmp images?