Quote:
Originally Posted by MPDev
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?
|
Just as a followup - I removed this line and all seems well; even if I am missing a few percentage points. At least people can read the thread now.