timeouts in searchnew.php timeouts in searchnew.php
 

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

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.