Title: Theme test data fatal error
Last modified: January 13, 2017

---

# Theme test data fatal error

 *  [bodd54](https://wordpress.org/support/users/bodd54/)
 * (@bodd54)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/theme-test-data-fatal-error/)
 * 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](https://wordpress.org/support/users/t-p/)
 * (@t-p)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/theme-test-data-fatal-error/#post-7707737)
 * 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.wordpress.org/Common_WordPress_Errors#Maximum_execution_time_exceeded](https://codex.wordpress.org/Common_WordPress_Errors#Maximum_execution_time_exceeded)
 *  [Dion](https://wordpress.org/support/users/diondesigns/)
 * (@diondesigns)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/theme-test-data-fatal-error/#post-7707755)
 * Is the URL of the test data you’re importing a secure ([https://](https://wordpress.org/support/topic/theme-test-data-fatal-error/?output_format=md))
   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 wordpress.org, and will be able to perform core updates.
 *  Thread Starter [bodd54](https://wordpress.org/support/users/bodd54/)
 * (@bodd54)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/theme-test-data-fatal-error/#post-7707824)
 * 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](https://wordpress.org/support/users/bodd54/)
 * (@bodd54)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/theme-test-data-fatal-error/#post-7707825)
 * 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.
 *  [ranjitab](https://wordpress.org/support/users/ranjitab/)
 * (@ranjitab)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/theme-test-data-fatal-error/#post-8265139)
 * 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.
 *  [rahil697](https://wordpress.org/support/users/rahil697/)
 * (@rahil697)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/theme-test-data-fatal-error/#post-8652846)
 * 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](https://wordpress.org/support/users/t-p/)
 * (@t-p)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/theme-test-data-fatal-error/#post-8652909)
 * [@rahil697](https://wordpress.org/support/users/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](http://codex.wordpress.org/Forum_Welcome#Where_To_Post), 
   please [post your own topic](http://wordpress.org/support/forum/how-to-and-troubleshooting#postform).
   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.

 * In: [Localhost Installs](https://wordpress.org/support/forum/localhost-installs/)
 * 7 replies
 * 5 participants
 * Last reply from: [t-p](https://wordpress.org/support/users/t-p/)
 * Last activity: [9 years, 4 months ago](https://wordpress.org/support/topic/theme-test-data-fatal-error/#post-8652909)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
