2016-10-08, 05:08:08
Version 3.3.12 does not create thumbnails, or I missed something?
no thumbnail
|
2016-10-08, 08:11:51
Hmm what are you seeing?
http://prntscr.com/cr93lr
http://prntscr.com/cr93tc http://prntscr.com/cr93z5 No thumbnails in the folder thumbs. Thumbnails are created only after the transition to the page http://prntscr.com/cr95cu
2016-10-08, 23:26:05
Well the first one does not have images selected from the dropdown, hence no thumbnails.
Not sure what the actual problem is, upload images and check again i guess. The screenshots you posted show thumbnails, soooo
To create a thumbnail, it is necessary after loading the image to move to this page http://prnt.sc/cr95cu
earlier miniatures were created automatically
2016-10-09, 01:24:01
Works for me, which method are you using to upload, i tested both uploadify and form both worked.
using main folder, subfolder ? What exactly are you doing to replicate ? did you check your error log ?
2016-10-09, 08:09:51
Ok so thumbsm is created but not thumbnail 200px one
Ill check again
2016-10-10, 01:17:13
When using uploadify, .thumbnail fails to create, confirmed BUG
Fixed in hotfixes
2016-10-10, 02:01:29
Workaround disable uploadify
2016-10-10, 06:32:06
Thanks ill get it released soon
2016-10-12, 01:44:09
released
2016-10-12, 04:32:10
2017-03-09, 18:49:32
Hi,
I'd like to ask if there is an easy way to regenerate "thumbnail." files. I made a website that was relying on pic.php but in last few days it just went crazy and hosting blocked the website due to too many executions (allowed 4000, blocked with 13000 in 2 hours..). So I rewrote my template to just reuse default thumbnails, but I had to change the width from 200 to 350, so now I need to recreate all thumbnails that are smaller (or are missing, as I see that many of them are missing, probably due to the bug with uploadify). Is there an existing script that would crawl through files and recreate all thumbnails ? Thanks Shawn
A possible solution here is to use Thumb lib. Just copy "imanager" folder in the plugins directory (an installation is not necessary).
With this function you can loop through all the images in the specified directories and recreate the thumbnails: PHP Code: /** Here's an example of this function call, where first parameter is the folder name for images in /data/uploads/ and the second the folder name for thumbnails in /data/thumbs/: Code: resize('images', 'images'); You can now delete imanager folder, when no longer required
2017-03-10, 01:51:47
Thanks Bigin!
I tried it and it looks promising, I will have to do some changes but this will solve my issues |
« Next Oldest | Next Newest »
|