What does this line mean in post.php?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
phploh
Forum Newbie
Posts: 4
Joined: Wed Dec 07, 2011 6:01 am

What does this line mean in post.php?

Post 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
User avatar
Celauran
Moderator
Posts: 6427
Joined: Tue Nov 09, 2010 2:39 pm
Location: Montreal, Canada

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

Post 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.
Post Reply