Posted on: 06/05/04 02:11am
By: ByteEnable
Hi All,
I get a timeout from geeklog ocassionally. It only happens to me, so its not really a big deal. But here are the details:
Error in log:
[04-Jun-2004 20:28:05] PHP Fatal error: Maximum execution time of 30 seconds exceeded in /home/ByteEnable/geeklog-1.3.9/system/classes/template.class.php on line 499
PHP code:
// quote the replacement strings to prevent bogus stripping of special chars
reset($this->varvals);
while(list($k, $v) = each($this->varvals)) {
499: $varvals_quoted[$k] = preg_replace(array('/\\/', '/$/'), array('\\\\', '\\$'), $v);
}
Byte