timeouts in searchnew.php timeouts in searchnew.php
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

timeouts in searchnew.php

Started by petterik, August 27, 2007, 07:09:50 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

petterik

I noticed this problem in a cpg installation with large number of photos.
Functions getfoldercontent and display_dir_tree may timeout.
As all the users are not able to change their PHP configuration (php.ini),
maybe you should consider adding

set_time_limit(0);

to start of those functions.