My Batch Add problem solved My Batch Add problem solved
 

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

My Batch Add problem solved

Started by moufie, December 21, 2003, 05:55:31 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

moufie

Thought i'd post how i solved my problem

When i was doing a batch add i would get the red X where the thumbnail was is suppose to be. GD was working fine so it was another problem.

I opened PHP.ini and modified

max_execution_time =  
max_input_time =        


I think the default was around 30, i changed to 200 and everything works great now. I guess some scripts take longer to complete.

My2cents

rbl

What I usually do when I have a ton of images to add, is to add them by sets of 10 or 20 (depending of their size) simply by unchecking their box.

I don't have php.ini access =)