No change but logic.
Your GD config is correct:
gd
GD Support enabled
GD Version bundled (2.0.34 compatible)
FreeType Support enabled
FreeType Linkage with freetype
FreeType Version 2.2.1
GIF Read Support enabled
GIF Create Support enabled
JPG Support enabled
PNG Support enabled
WBMP Support enabled
XPM Support enabled
XBM Support enabled
It is NOT related to the GD version (I tried to make those thumbnails with GD 1.0 and it also failed).
Before going deeper than this, could you refresh the current /admin/thumbnail.php?
dowload the admin/thumbnail.php of the 2.0.0
FTP upload in your admin directory...
(Erik only should try this.)
If we are facing again the problem I will write a testing module for you.
Just to understand where the problem is.
Tell me when refresh is done.
Offline
David wrote:
What I still haven't found out is how does one edit the script (which file) to increase the 30 sec process time, to say 90 secs?
Thanks,
David
www.voyeursport.com
in php.ini => Easy to change for any local host and generally not authorized with provided hosts.
; Resource Limits ; ;;;;;;;;;;;;;;;;;;; max_execution_time = 90 ; Maximum execution time of each script, in seconds max_input_time = 60 ; Maximum amount of time each script may spend parsing request data ;max_input_nesting_level = 64 ; Maximum input variable nesting level memory_limit = 128M ; Maximum amount of memory a script may consume (128MB)
Don't forget Google is your best friend.
My advice: DO NOT CHANGE THESE LIMITS except if you really know why.
Offline
Before going deeper than this, could you refresh the current /admin/thumbnail.php?
dowload the admin/thumbnail.php of the 2.0.0
FTP upload in your admin directory...
(Erik only should try this.)
If we are facing again the problem I will write a testing module for you.
Just to understand where the problem is.
Tell me when refresh is done.
Okay, I have refreshed thumbnail.php. Same problem, sorry.
I will try to find some time to build a checking module for your specific case.
Do NOT expect it before this week end I am very busy currently.
Offline
VDigital wrote:
I will try to find some time to build a checking module for your specific case.
Do NOT expect it before this week end I am very busy currently.
Okay, thanks...
I'm having the exact same problem. If anyone figures it out please let me know.
Same overhere.
No problem with pLoader but problem comes up when using FTP Upload.
Offline
Take care about picture size... maybe you are reaching php memory limits.
Try to prepare your thumbnails before and upload them in the category thumbnail subdirectory.
Offline
VDigital wrote:
Take care about picture size... maybe you are reaching php memory limits.
Try to prepare your thumbnails before and upload them in the category thumbnail subdirectory.
WOW - you're right!
One of the pictures in my directory was a large scan of a poster (aprox 3000x4200), and when I deleted it Piwigo had no trouble making the other two thumbnails (aprox 1900x1900).
So, thank you! I can begin scanning again. ^_^
My pictures all have 3000*2400 or something. This may be too large so all pictures have to be resized with IrfanView or something? Right?
Offline
These kinds of size can go in their pwg_high folders (high resolution)?
For best response times, resize them in their category folder maybe 800x600 or any reasonable.
2 solutions now:
- with smaller pics, piwigo can do thumbnails but...
- you resized your pictures already, you can prepare your TN- for thumbnail folders as wel, don't you?
BR.
Offline
VDigital wrote:
Code:
; Resource Limits ; ;;;;;;;;;;;;;;;;;;; max_execution_time = 90 ; Maximum execution time of each script, in seconds max_input_time = 60 ; Maximum amount of time each script may spend parsing request data ;max_input_nesting_level = 64 ; Maximum input variable nesting level memory_limit = 128M ; Maximum amount of memory a script may consume (128MB)
Guys, VDigital gave you the answer. Thanks VDigital, I had the exact same problem and changing memory_limit to 256M fixed my issues as I'm working with images bigger than 3000x3000.
Offline
How about imagemagick command (or even a shell script) to pre-generate perfect thumbnails in Ubuntu linux for uploading?
Offline