• I am not able to edit one of my WordPress Posts for some reason. It suddenly stopped working. I get the following error.

    Fatal error: Maximum execution time of 30 seconds exceeded in /home1/iwebieco/public_html/wp-includes/wp-diff.php on line 217

    Has anyone faced it before. How do I resolve this issue so that I can continue Editing the post. I need some help here

    I just checked Line 217 of wp-diff. Below is the line

    array_splice( $final_rows, $orig_pos, 0, $diff_pos++ );

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter iwebie_com

    (@iwebie_com)

    I am not able to edit a post because of this. Could someone please help me

    Hi, i got the same problem. My error message is about another line : www/blog/wp-includes/wp-diff.php on line 290

    My post is very long : i ask myself if yours is a long post too or a short one ?

    My idea is that the script wp-diff.php have to parse all the words to make revisions… I’ll try to make the same process in a local installation and i’ll increase de max execution time.

    All feedbacks we’ll be nice ??

    Cathy Mitchell

    (@multitalentedmommy)

    well, I just figured this out too. Was getting the same error. Apparently your php configurations decide what is TOO LONG of an execution time. That is changed in your php.ini file by your host company or by yourself.
    Good luck!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Fatal error: Maximum execution time of 30 seconds exceeded’ is closed to new replies.