ecshop解決使用第三方登錄錯誤ERROR:64987649 Unable to find...
更新時間:2014-10-23 點擊量:676
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提交訂單的紅包價格顯示問題»