Unable to find the socket transport “ssl”, CakePHP sending e-mail from shell

你离开我真会死。 提交于 2019-12-05 08:25:12

Solution found, it seems that you have to uncomment the line where the openssl extension can be found in (path to wamp)\bin\php(your php version)\php.ini since there are 2 php.ini files, enabling it only in the (path to wamp)\bin\apache(apache version)\bin\php.ini is not enough

You need setting for php and apache

Check ssl_module in the Apache modules.
Check php_openssl in the PHP extensions.
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!