WPIntell

Source evidence

[Plugin: OpenSearchServer] Bug?

OpenSearchServer Search · support · 2011-06-09T19:56:00+00:00

mixedsentiment
highseverity
0.88relevance
5replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

3 / 22 rows with source links

13.6% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

19 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
janbletz resolved
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/ The OpenSearchServer PHP client needs the php-curl extension. You just have to install it (and probably restart your web server). php-curl Thank you! Bit too complicated for me, but I’ll keep it in mind. Jan 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 Thank you! P.S. the php4-directory isn’t there anymore, but Curl still works.

Comments

5 shown
ekeller 2011-06-10T07:14:00+00:00

The OpenSearchServer PHP client needs the php-curl extension. You just have to install it (and probably restart your web server). php-curl

janbletz 2011-06-10T07:30:00+00:00

Thank you! Bit too complicated for me, but I’ll keep it in mind. Jan

naveenann 2011-06-10T08:55:00+00:00

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

janbletz 2011-06-10T09:49:00+00:00

Thank you!

janbletz 2011-06-10T09:59:00+00:00

P.S. the php4-directory isn’t there anymore, but Curl still works.