PDA

View Full Version : Problem with Search for BOSS


Gabriel Tiviroli
10-08-2010, 08:51 AM
I have a problem with search for boss. I follow all steps strictly in the tutorial, yet when I do the test I get the following error message:



Fatal error: Call to undefined function curl_init() in C:\wamp\www\UniendoLatinos2010\Yahoo\BOSS_include. php on line 4


What I can do to solve it?

Jason Byrnes
10-08-2010, 09:12 AM
In the php.ini file you need to make sure the curl extension is enabled.

Find the following line in the php.ini file:
;extension=php_curl.dll


and remove the leading semi colon:
extension=php_curl.dll

then restart the php server.
Edit/Delete Message

i found these steps for enabling curl on wamp through Google:
1) Close WAMP (if running)
2) Navigate to WAMP\bin\php\(your version of php)\
3) edit php.ini
4) Search for curl, uncomment extension=php_curl.dll
5) Navigate to WAMP\bin\Apache\(your version of apache)\bin\
6) edit php.ini
7) Search for curl, uncomment extension=php_curl.dll
8) Save both
9) Restart WAMP