Reply To: FireStats – Top 40 php script (now with added charts)

#14778
sonichouse
Participant

@Iris wrote:

Okay, I’m getting a timeout when doing the initial generation.

Fatal error: Maximum execution time of 30 seconds exceeded in /shares/mss-hdd/Public/Our Sites/stats/functions.php on line 108

I tried to find the value to increase to 60 secs but couldn’t. Could you take a look or suggest something I can do.

Iris

On the line before try

set_time_limit(60);

All my queries return in less than 10 seconds on my slug – which one is failing on your machine ?