ecshop解决使用第三方登录错误ERROR:64987649 Unable to find...
更新时间:2014-10-23 点击量:1299
ecshop解决使用第三方登录错误ERROR:64987649 Unable to find...
ERROR: 64987649 - Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?
该错误表明PHP不支持openssl,解决方案:
windows下,在php.ini中打开opensll扩展,并将php目录下的libeay32.dll和ssleay32.dll两个库拷贝到system32下;
linux下,重新编译php,编译时加上参数--enable-ssl(具体参看configure的help)
如果文章对您有帮助,就打赏一个吧
«上一篇:ecshop如何解决提交订单时报错:Notice: Undefined variable 下一篇:修复默认ecshop提交订单的红包价格显示问题»