• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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