• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

php_openssl.dll on plesk with php 4.4.7

D

dellis203

Guest
Hi,
if we create a site using php 4.4.7 where we need to use php_openssl.dll extension, when I go to the line and uncomment this portion in php.ini. every php based site using 4.4.7 comes up with an error stating cannot load module php_openssl.dll.
and yes, the path to the extensions is right in the php.ini file and yes the php_openssl.dll is in there.
has anyone else seen this error? or can someone try to enable this extension and see if you get the same thing?
go to this line in your php.ini file in c:\windows and uncomment this section.--
;extension=php_openssl.dll

any help would be greatly appreciated!
Thank You
 
Please try to copy libeay32.dll and ssleay32.dll from <plesk>\additional\PleskPHP5 to C:\WINDOWS\system32.
Please backup old modules before copying.
 
Back
Top