My Batch Add problem solved My Batch Add problem solved
 

News:

CPG Release 1.6.28
added submissions from {406man}
cleaned up a few PHP (8.4) deprecations
fixed PHP deprecation in calendar
removed security vulnerability
(please upgrade when possible)

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 =)