Title: [Plugin: Theme Test Drive] Error message on WP 3.3.2
Last modified: August 20, 2016

---

# [Plugin: Theme Test Drive] Error message on WP 3.3.2

 *  [Taylor](https://wordpress.org/support/users/taylor_cnp/)
 * (@taylor_cnp)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-theme-test-drive-error-message-on-wp-332/)
 * Just installed version 2.8.3 of the Theme Test Drive plugin on WordPress 3.3.2
   and got this error message:
 * `Fatal error: Call to undefined function wp_get_themes() in /home/clients/055/
   htdocs/wp-content/plugins/theme-test-drive/themedrive.php on line 262`
 * I’m going to find another plugin to use for now, but I can’t update WordPress
   on this site at the moment. In case that’s the solution.
 * [http://wordpress.org/extend/plugins/theme-test-drive/](http://wordpress.org/extend/plugins/theme-test-drive/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [mhoiland](https://wordpress.org/support/users/mhoiland/)
 * (@mhoiland)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-theme-test-drive-error-message-on-wp-332/#post-3018839)
 * I had the same issue, and fixed it by replacing a few lines of code in the file
   themedrive.php
 * Start by replacing the green lines with the red lines listed here:
    [https://github.com/roblandry/theme-test-drive/commit/11f090267f5d1fabdf528a6719cf8855c6c9c0fb](https://github.com/roblandry/theme-test-drive/commit/11f090267f5d1fabdf528a6719cf8855c6c9c0fb)
 * Then, on line 213, replace:
    $theme_data = wp_get_theme($theme); with: $theme_data
   = get_current_theme($theme);
 *  [wesphaedra](https://wordpress.org/support/users/wesphaedra/)
 * (@wesphaedra)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/plugin-theme-test-drive-error-message-on-wp-332/#post-3018865)
 * The above solution worked great! Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘[Plugin: Theme Test Drive] Error message on WP 3.3.2’ is closed to new
replies.

 * ![](https://ps.w.org/theme-test-drive/assets/icon-128x128.png?rev=1051551)
 * [Theme Test Drive](https://wordpress.org/plugins/theme-test-drive/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/theme-test-drive/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/theme-test-drive/)
 * [Active Topics](https://wordpress.org/support/plugin/theme-test-drive/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/theme-test-drive/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/theme-test-drive/reviews/)

 * 2 replies
 * 3 participants
 * Last reply from: [wesphaedra](https://wordpress.org/support/users/wesphaedra/)
 * Last activity: [13 years, 6 months ago](https://wordpress.org/support/topic/plugin-theme-test-drive-error-message-on-wp-332/#post-3018865)
 * Status: not resolved