• Resolved ptescudier

    (@ptescudier)


    This error just started all of a sudden. It happens only on a couple of pages but it happens on those pages every time I pres UPDATE PAGE. The complete error message is:
    Fatal Error: Maximum execution time of 30 exceeded in /home/site path here/wp-includes/plugin.php on line 302.

    The strange thing is that the page actually does update but naturally it’s a huge annoyance and possibly a sign of future problems.

    FYI I am using WP 2.7.1 and the only active plugin is the NextGen gallery ver 1.2.1 which has been installed for a long time with no previous problems.

    I know there is an updated version WP and NextGen but I don’t particularly feel safe upgrading either while I have this problem, especially since it’s been working fine for so long.

    Upon googling the error I’ve noticed several people with the same error but no fixes as of yet. I’d certainly appreciate it if anyone can help.

    Cheers
    Pete

Viewing 2 replies - 1 through 2 (of 2 total)
  • sounds like a php memory error
    add this line to your wp-config.php right after the opening php statement

    define('WP_MEMORY_LIMIT', '64M');
    Thread Starter ptescudier

    (@ptescudier)

    Thanks for the reply.

    Unfortunately I don’t have access to the config.php file unless there’s a way to access it through WP itself. I’m an administrator but the server isn’t mine.

    As it turns out I managed to get around the problem by deleting the 2 pages in question and then re-creating them with the exact same code & I no longer have that problem. I don’t know what the problem was but at least for now its seems resolved.

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Fatal Error when trying to UPDATE PAGE’ is closed to new replies.