Announcement

#16 2009-03-15 08:51:21

VDigital
Former Piwigo Team
Paris (FR)
2005-05-04
17680

Re: Blank page after submiting thumbnail creation page

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.


Piwigo.com: Start and run your own photo gallery. Signup and get 30 days to try for free, no commitment.
8-)

Offline

 

#17 2009-03-15 08:55:46

VDigital
Former Piwigo Team
Paris (FR)
2005-05-04
17680

Re: Blank page after submiting thumbnail creation page

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.

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)

Don't forget Google is your best friend.


My advice: DO NOT CHANGE THESE LIMITS except if you really know why.


Piwigo.com: Start and run your own photo gallery. Signup and get 30 days to try for free, no commitment.
8-)

Offline

 

#18 2009-03-17 23:07:56

Erk
Guest

Re: Blank page after submiting thumbnail creation page

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.

 

#19 2009-03-17 23:36:36

VDigital
Former Piwigo Team
Paris (FR)
2005-05-04
17680

Re: Blank page after submiting thumbnail creation page

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.


Piwigo.com: Start and run your own photo gallery. Signup and get 30 days to try for free, no commitment.
8-)

Offline

 

#20 2009-03-18 17:41:29

Erik
Guest

Re: Blank page after submiting thumbnail creation page

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...

 

#21 2009-03-20 15:15:09

DanMoses
Guest

Re: Blank page after submiting thumbnail creation page

I'm having the exact same problem. If anyone figures it out please let me know.

 

#22 2009-04-01 21:06:02

pictureperfect
Member
2009-03-15
9

Re: Blank page after submiting thumbnail creation page

Same overhere.

No problem with pLoader but problem comes up when using FTP Upload.

Offline

 

#23 2009-04-01 21:38:30

VDigital
Former Piwigo Team
Paris (FR)
2005-05-04
17680

Re: Blank page after submiting thumbnail creation page

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.


Piwigo.com: Start and run your own photo gallery. Signup and get 30 days to try for free, no commitment.
8-)

Offline

 

#24 2009-04-01 23:57:33

Erik
Guest

Re: Blank page after submiting thumbnail creation page

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. ^_^

 

#25 2009-04-02 03:45:48

pictureperfect
Member
2009-03-15
9

Re: Blank page after submiting thumbnail creation page

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

 

#26 2009-04-02 07:52:14

VDigital
Former Piwigo Team
Paris (FR)
2005-05-04
17680

Re: Blank page after submiting thumbnail creation page

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.


Piwigo.com: Start and run your own photo gallery. Signup and get 30 days to try for free, no commitment.
8-)

Offline

 

#27 2011-03-17 15:18:50

n0kS
Member
The Moon
2011-03-16
68

Re: Blank page after submiting thumbnail creation page

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

 

#28 2011-09-15 10:39:05

daddo
Translation Team
2011-09-14
4

Re: Blank page after submiting thumbnail creation page

How about imagemagick command (or even a shell script) to pre-generate perfect thumbnails in Ubuntu linux for uploading?

Offline

 

Board footer

Powered by FluxBB

github twitter newsletter Donate Piwigo.org © 2002-2024 · Contact