forum.coppermine-gallery.net

No Support => General discussion (no support!) => Topic started by: moufie on December 21, 2003, 05:55:31 am

Title: My Batch Add problem solved
Post by: moufie on December 21, 2003, 05:55:31 am
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

Code: [Select]
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
Title: My Batch Add problem solved
Post by: rbl on December 22, 2003, 02:10:50 am
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 =)