• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

php_curl issues

P

Pharaoh

Guest
I ave just recently been gettin g this message on the server when a php website tries to load.....

Unknown(): Unable to load dynamic library 'C:\Program Files\SWsoft\Plesk\Additional\Php\extensions\php_c
url.dll' - The specified module could not be found.

I have looked in the PHP.ini and the extension is uncomented and the dll lfile is on the system.

anyone have any thoughts?

Thanks
 
click start -> run type iisreset click ok if you still get the error shutdown ur server and turn it back on or are you looking in right php.ini file?.
 
I have a fix for th e moment...

I commented out the extension in the php.ini file amd all works fine now.

Not shure what php_curl is used for but i guess i'll find out if something else stops working.
 
php_curl is used to fetch URL on the command line or through a php script.

This is widely used on Linux but not used very much on Windows.
 
Back
Top