rhyno_vds wrote: |
This is a problem with curl... Now I checked the php ini file that is stored in the Nusphere directory and it is including: ;extension=php_curl.dll, so I have no idea what the problem is.
What do I do?
|
Semicolon mean "comment out".
Did you tried to remove semicolon before
extension=php_curl.dll and restart SRV?
Also bear in mind there is three separate php.ini files in
$(PHPEd install folder)\php,
$(PHPEd install folder)\php5 and
$(PHPEd install folder)\php53 for PHP 4.x, PHP 5.x and PHP 5.3 respectively.