Title: [Plugin: OpenSearchServer] Bug?
Last modified: August 20, 2016

---

# [Plugin: OpenSearchServer] Bug?

 *  Resolved [janbletz](https://wordpress.org/support/users/janbletz/)
 * (@janbletz)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/plugin-opensearchserver-bug/)
 * I get an error when I install opensearchserver:
 * Fatal error: OSS_API won’t work whitout curl extension in C:\xampp\htdocs\wordpress\
   wp-content\plugins\opensearchserver-search\OSS_API.class.php on line 23
 * [http://wordpress.org/extend/plugins/opensearchserver-search/](http://wordpress.org/extend/plugins/opensearchserver-search/)

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

 *  Plugin Author [ekeller](https://wordpress.org/support/users/ekeller/)
 * (@ekeller)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/plugin-opensearchserver-bug/#post-2124514)
 * The OpenSearchServer PHP client needs the php-curl extension.
    You just have 
   to install it (and probably restart your web server). [php-curl](http://php.net/manual/en/book.curl.php)
 *  Thread Starter [janbletz](https://wordpress.org/support/users/janbletz/)
 * (@janbletz)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/plugin-opensearchserver-bug/#post-2124517)
 * Thank you! Bit too complicated for me, but I’ll keep it in mind.
 * Jan
 *  Plugin Contributor [naveenann](https://wordpress.org/support/users/naveenann/)
 * (@naveenann)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/plugin-opensearchserver-bug/#post-2124526)
 * To enable curl library with XAMPP we need to modify the php.ini files in our 
   xampp folder.
 * 1) Locate the following files:
    C:\Program Files\xampp\apache\bin\php.ini C:\
   Program Files\xampp\php\php.ini C:\Program Files\xampp\php\php4\php.ini
 * 2) Uncomment the following line on your php.ini file by removing the semicolon.
 * ;extension=php_curl.dll
 * 3) Restart your apache server.
 * 4) Check your phpinfo if curl was properly enabled.
 * Reference:[http://www.tildemark.com/programming/php/enable-curl-with-xampp-on-windows-xp.html](http://www.tildemark.com/programming/php/enable-curl-with-xampp-on-windows-xp.html)
 *  Thread Starter [janbletz](https://wordpress.org/support/users/janbletz/)
 * (@janbletz)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/plugin-opensearchserver-bug/#post-2124529)
 * Thank you!
 *  Thread Starter [janbletz](https://wordpress.org/support/users/janbletz/)
 * (@janbletz)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/plugin-opensearchserver-bug/#post-2124530)
 * P.S. the php4-directory isn’t there anymore, but Curl still works.

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

The topic ‘[Plugin: OpenSearchServer] Bug?’ is closed to new replies.

 * ![](https://ps.w.org/opensearchserver-search/assets/icon-256x256.png?rev=1019514)
 * [OpenSearchServer Search](https://wordpress.org/plugins/opensearchserver-search/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/opensearchserver-search/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/opensearchserver-search/)
 * [Active Topics](https://wordpress.org/support/plugin/opensearchserver-search/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/opensearchserver-search/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/opensearchserver-search/reviews/)

 * 5 replies
 * 3 participants
 * Last reply from: [janbletz](https://wordpress.org/support/users/janbletz/)
 * Last activity: [14 years, 11 months ago](https://wordpress.org/support/topic/plugin-opensearchserver-bug/#post-2124530)
 * Status: resolved