I'm experiencing server time-outs on my local server. The page that is being requested is quite a light page (with three hits to a MySQL database), and I'm pretty sure it's not the page in itself that causes the time-outs..
fyi:
PHP Code:
Fatal error: Maximum execution time of 30 seconds exceeded in c:phpdevwwwpetruscontentkalender.php on line 94
.
Hmm, upon checking line 94, I see it's the first hit to the DB. Could this be a MySQL problem? If so, what could be its causes?