apache - Installing Moodle - failed to load cURL php extension -


i know there lot of questions regarding issue, believe me , i've tried bunch of solutions offered, none of them worked me.

here list of software i've used (this i've been asked use)

  1. httpd-2.2.31-win32
  2. php 5.4.45-win32-vc9-x86 thread safe
  3. mysql 5.6.11.0msi
  4. moodle 2.8.10

after first introduction steps moodle installation , passed smoothly,i’ve encountered problem shown on capture. enter image description here

list of things i've tried : - i’ve checked if php_curl.dll exist in ext file , does.

  • i’ve checked if line ;extension=php_curl.dll uncommented , was.

  • then i’ve took icudt49.dll, icuin49.dll , icuuc49.dll files , paste them inside apache bin directory, restart apache , still nothing.

  • i read many posts, mention copying 3 files c:\windows\system32 or c:\windows\syswow64 folder

      - php_curl.dll    - libeay32.dll    - ssleay32.dll , again nothing. 
  • then found fixed curl extensions , tried , again nothing.
  • tried found here how enable curl in wamp server.

is there can ? thank you.

i had same problem used wampserver, in order solve it

go [www.anindya.com] download php_curl-5.4.3-vc9-x64.zip under "fixed curl extensions:" , replace php_curl.dll in ext folder(c:\wamp\bin\php\php5.4.3\ext) . worked me.


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -