Thread Like Summary
PitDAWG, PrplPplEater
Total Likes: 2
Original Post (Thread Starter)
#1975813 10/03/2022 4:50 PM
by YTownBrownsFan
YTownBrownsFan
I have been geting this error off and on over the past few days.

Fatal error: Maximum execution time of 30 seconds exceeded in D:\WebRoots\dawgtalkers.net v2\libs\mysqli.inc.php on line 208

It seems to recover with a refresh, but does happen somewhat frequently.
Liked Replies
#1991405 Dec 9th a 03:15 AM
by sk8termom
sk8termom
maybe try the solution here:?

https://www.w3docs.com/snippets/php...-time-of-30-seconds-exceeded-in-php.html

from the link:

Now, let’s see an alternative solution. This option is more recommended that the first one.

All you need to do is adding set_time_limit(600) inside the code. The input parameter is the maximum execution time. The meaning of 0 is unlimited.

However, you should be careful, as, in the case of an endless job, you may hang your server. So, we recommend you not to set the value too high.
1 member likes this
#1994554 Dec 22nd a 05:57 PM
by PrplPplEater
PrplPplEater
Thanks for the feedback, y'all.
So, it seems like it is *mostly* fixed, but that there are still infrequent intermittent issues.

I'll check some logs and see if I can figure out what the heck might have been different about whatever was going on yesterday.
1 member likes this
Powered by UBB.threads™ PHP Forum Software 7.7.5