My Batch Add problem solved My Batch Add problem solved
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

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