• Newbie here, joomla has always been my cms of choice but am trying to get to know wordpress. I am trying to import the theme unit test data to my wordpress install but have encountered a common problem with this error, Fatal error: Maximum execution time of 60 seconds exceeded in C:\wamp\www\wordpress\wp-includes\Requests\Transport\cURL.php on line 461
    I have searched forums, online resources and have tried changing the set-time well over 60 secs with no avail.
    I do hope there is someone out there with an answer to my problem

Viewing 7 replies - 1 through 7 (of 7 total)
  • Moderator t-p

    (@t-p)

    This means that it is taking to longer for a process to complete and it is timing out. There are a number of ways to fix this error.

    Try reviewing this:
    https://codex.www.ads-software.com/Common_WordPress_Errors#Maximum_execution_time_exceeded

    Dion

    (@diondesigns)

    Is the URL of the test data you’re importing a secure (https://) URL? If so, the PHP curl extension on Windows-based Apache/PHP installations does not natively support secure URL access if PHP is set up as an Apache module (mod_php).

    This can be fixed by copying the libssh2.dll file from your PHP installation directory to the Apache installation directory. You must do a copy…the file must exist in both Apache and PHP.

    Once you do this, your WordPress installation will have access to the plugin/theme libraries at www.ads-software.com, and will be able to perform core updates.

    Thread Starter bodd54

    (@bodd54)

    Hi Tara, had already done as advised during my original search through the forums and I am still getting this error message;
    Fatal error: Maximum execution time of 60 seconds exceeded in C:\wamp\www\wordpress\wp-includes\Requests\Transport\cURL.php on line 162

    Hi DionDesigns, the theme unit test data is an xml document downloaded from the codex at wordpress, I have tried to install using the tools -> Import -> wordpress run importer.
    There is a long list of items imported but still a lot missing

    Thread Starter bodd54

    (@bodd54)

    When I try to re-run the importer this is what has been loaded so far;

    Import WordPress
    Failed to create new user for themedemos. Their posts will be attributed to the current user.
    Failed to create new user for chipbennett. Their posts will be attributed to the current user.
    Failed to create new user for lance. Their posts will be attributed to the current user.
    Failed to create new user for emiluzelac. Their posts will be attributed to the current user.
    Page “About The Tests” already exists.
    Page “Lorem Ipsum” already exists.
    Page “Page with comments” already exists.
    Page “Page with comments disabled” already exists.
    Page “Level 3” already exists.
    Page “Level 2” already exists.
    Page “Level 1” already exists.
    Page “Clearing Floats” already exists.
    Media “canola2” already exists.
    Media “dsc20050727_091048_222” already exists.
    Media “dsc20050813_115856_52” already exists.
    Page “Front Page” already exists.
    Page “Blog” already exists.
    Media “Bell on Wharf” already exists.
    Media “Golden Gate Bridge” already exists.
    Media “Sunburst Over River” already exists.
    Media “Boardwalk” already exists.
    Media “Yachtsody in Blue” already exists.
    Media “Rain Ripples” already exists.
    Media “Sydney Harbor Bridge” already exists.
    Media “Wind Farm” already exists.
    Media “Antique Farm Machinery” already exists.
    Media “Orange Iris” already exists.
    Media “Rusty Rail” already exists.
    Media “Sea and Rocks” already exists.
    Media “Big Sur” already exists.
    Media “Windmill” already exists.
    Media “Huatulco Coastline” already exists.
    Media “Brazil Beach” already exists.
    Media “Huatulco Coastline” already exists.
    Media “Boat Barco Texture” already exists.
    Media “dsc20040724_152504_532” already exists.
    Media “dsc20050604_133440_3421” already exists.
    Media “St. Louis Blues” already exists.
    Media “OLYMPUS DIGITAL CAMERA” already exists.
    Media “Image Alignment 580×300” already exists.
    Media “Image Alignment 150×150” already exists.
    Media “Horizontal Featured Image” already exists.
    Media “I Am Worth Loving Wallpaper” already exists.
    Media “Image Alignment 300×200” already exists.
    Media “Vertical Featured Image” already exists.
    Media “Image Alignment 1200×4002” already exists.
    Media “Unicorn Wallpaper” already exists.
    Media “triforce-wallpaper” already exists.
    Media “dsc20040724_152504_532” already exists.
    Media “dsc20050604_133440_34211” already exists.

    Go to this file: wp-includes/deprecated.php and find this line in (deprecated) wp_get_http() function:

    @set_time_limit ( 60 );
    just comment out this line and it works fine.

    Because wordpress hard coded that 60 seconds limit, this hard coded setting was over-ridding my php.ini settings. so I comment out that line, my php.ini settings will start working again.

    problem install buddy press plugin this missing C:\xampp\htdocs\wordpressmy\wp-includes\Requests\Transport\cURL.php on line 462
    please help me how to fix

    Moderator t-p

    (@t-p)

    @rahil697,

    If you noticed this and older thread (4-mnth)!

    If the troubleshooting already posted made no difference for you, then, as per the Forum Welcome, please post your own topic. That way you stand a good chance of getting the assistance you want.

    I’m closing this.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Theme test data fatal error’ is closed to new replies.