I have a very large thread that for some reason is getting a hang on page 202:
Fatal error: Maximum execution time of 30 seconds exceeded in /home/***/forum/includes/functions.php(4322) : eval()'d code on line 67
line 67 is:
Code:
$output = preg_replace('/\/\*.*?[^\b\*\/\b]*?.*?\*\//',"" , $output);
Any idea what would cause a timeout on a single page and none of the other 200 or so?