Bulk create intermediate pics prob Bulk create intermediate pics prob
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

Bulk create intermediate pics prob

Started by wuduheo, September 15, 2010, 05:40:49 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

wuduheo

my gallery: http://www.momiji-bb.net/index.php

I have thousands of pictures so i decided to reduce the size of the intermediate pictures to save bandwidth.
I used the delete all intermediate pictures in the admin tools section and i used the update "Only resized pictures" option only to find this:

Fatal error: Maximum execution time of 30 seconds exceeded in /home/content/01/6550601/html/include/picmgmt.inc.php on line 455

So i look in that file and cant find anything to extend the 30 limit  ???

Is there another way to recreate all the intermediate images at the same time or will i have to re-add all the pictures?

Stramm

Try to find out the problematic image (FTP into the folder, check if any intermediate file has been created, if yes, where did the creation of normal_ pics stop).
Are that http uploaded or batch add pictures.
Have enough CPU power and mem if it's huge pictures, make sure file and folder permissions are OK (writeable by the image library you use - GD2).

ΑndrĂ©

Additionally try to process fewer images at a time. The script execution time is a setting of PHP.