Welcome Guest, Not a member yet? Register   Sign In
Error with Email class
#9

[eluser]Truong Le[/eluser]
If open_ssl is not complied with PHP or it is not enabled from php.ini file, you will see that error.

Solution in Linux:

Compile PHP with open_ssl, command-

–with-openssl[=DIR] Include OpenSSL support (requires OpenSSL >= 0.9.6)

Windows with XAMP:

Stop your Apache service
Find libeay32.dll and ssleay32.dll in xampp\php\ folder, and copy it into xampp\apache\bin\ folder. Overwrite the older files in there.
Edit php.ini file in xampp\apache\bin, remove the semicolon in “;extension=php_openssl.dll
Start the Apache service

Windows with WAMP2:

From WAMP tray menu, go to PHP Extension
Check php_openssl
Apache will be restarted

I hope it's useful for you


Messages In This Thread
Error with Email class - by El Forum - 04-08-2010, 09:48 PM
Error with Email class - by El Forum - 04-08-2010, 09:57 PM
Error with Email class - by El Forum - 04-08-2010, 10:16 PM
Error with Email class - by El Forum - 04-08-2010, 11:14 PM
Error with Email class - by El Forum - 04-09-2010, 12:21 AM
Error with Email class - by El Forum - 04-09-2010, 12:22 AM
Error with Email class - by El Forum - 04-09-2010, 10:17 AM
Error with Email class - by El Forum - 04-09-2010, 10:22 AM
Error with Email class - by El Forum - 03-09-2012, 06:58 AM



Theme © iAndrew 2016 - Forum software by © MyBB