• Hi,

    I’m kind of new to WordPress. But I’ve managed a manual install, changed the theme (WooThemes Cavas) and installed nextgen gallery and created some posts and pages so I’ve got the general gist. However…

    I noticed things were starting to slow down and then suddenly I started to get the error

    Fatal error: Maximum execution time of 60 seconds exceeded in D:\hshome\charlton\lifeblast.consequentialexperimentation.net\wp-includes\functions.php on line 4165

    which was weird as I hadn’t actually done anything with the site for a few days. Its been down now for a couple of weeks so I’m thinking I should fix it.

    Okay so I think I’ll Google (always a good start). Not much comes up but some stuff on dodgy plugins. So I disable Nextgen via the database… Cntrl-F5 and no joy. So I revert to default theme via the database and no joy and now, well now I’m out of ideas.

    Any help would be much appreciated. Oh yeah heres my server details

    System Windows NT 5.0 build 2195
    Build Date May 3 2007 10:02:27
    Server API CGI/FastCGI
    Virtual Directory Support enabled
    Configuration File (php.ini) \PHP\4.4.7\php.ini
    PHP API 20020918
    PHP Extension 20020429
    Zend Extension 20050606
    Debug Build no
    Zend Memory Manager enabled
    Thread Safety enabled
    Registered PHP Streams php, http, ftp, compress.zlib

Viewing 2 replies - 1 through 2 (of 2 total)
  • I have ready many posts regarding these errors but yet to find a moderator to answer it.

    I get them on WP 3.0.1 and it does not matter if I try to add, edit posts or access the media library.

    Rafael Minuesa

    (@rafaelminuesa)

    This issue has to do with your PHP configuration.

    Look for the ‘php.ini’ file. If you’re using XAMPP is in the xampp folder, inside the php folder. This is the path: C:\xampp\php\php.ini
    If you are on shared hosting, you will have to ask your provider.

    Go to the lines dealing with the Maximum execution time of each script, in seconds (do a text search for “max_execution_time”)

    and then change the following line:
    max_execution_time = 60
    to something longer, like:
    max_execution_time = 600

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Execution time of 60 seconds exceeded functions.php on line 4165’ is closed to new replies.