Page 1 of 1

What does this line mean in post.php?

Posted: Mon Feb 06, 2012 4:42 am
by phploh
Hi,

Can someone please tell me what this Error Log line means?

ERROR LOG:

[06-Feb-2012 03:45:38] PHP Fatal error: Maximum execution time of 30 seconds exceeded in /home4/hollane3/public_html/wp-includes/post.php on line 3307

I went to copy the copy line 3307:

$uri = $page->post_name . "/" . $uri;

Is there a missing piece and how do I rectify this?

Thanks

Re: What does this line mean in post.php?

Posted: Mon Feb 06, 2012 6:06 am
by Celauran
That's just where it timed out, not necessarily the cause of the timeout. That specific line looks as benign as can be.