Jump to content

Help please- Freacky messege


PHP Kid

Recommended Posts

Hi guys

 

I'm running a dedicated server with windows 2003 server with IIS, anyway recently a strange message started to pop out in my face each time I tried to access a page have query to the database

 

---------------

PHP Warning: Unknown(): Unable to load dynamic library 'E:\Program Files\SWsoft\Plesk\Additional\Php\extensions\php_curl.dll' - Access is denied. in Unknown on line 0

-------------------

 

 

Please help, how can I solve this  :-[ :-\

 

Link to comment
https://forums.phpfreaks.com/topic/46646-help-please-freacky-messege/
Share on other sites

ok then check to see (using phpino() is the most reliable in case you're looking at the wrong ini file) if extension_dir points to 'E:\Program Files\SWsoft\Plesk\Additional\Php\extensions'

 

and if that works as well, comment out the extension in php.ini and make sure enable_dl is set to 'On' in php.ini then restart IIS (if it is required. i've only worked with Apache which requires a reload at least when php.ini is changed) and try loading the dll within PHP using dl()

 

 

actually, i'm not sure if IIS will even accept enable_dl()...sorry. but give it a try if nothing else works.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.