最近在把 blog 搬家的時候,有一個 wordpress 的 plugin --> Live Space Sync 發生了以下的錯誤訊息:
Warning: fsockopen() [function.fsockopen]: unable to connect to ssl://storage.msn.com:443 (Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?)
後來發現,其實 在 php.ini 啟用 extension=php_openssl.so 這個選項即可。
供大家參考。
3 則留言:
[...] http://blog.sunflier.com/?p=572 [...]
[...] php.ini 檔案,打開 extension=php_openssl.dll 這個 module 就可以了,參考網站:[PHP] Unable to find the socket transport “ssl”,接下來在 config.inc.php 加入底下的 function 參數: $client = 認證通過的變數 [...]
真的???【在 php.ini 啟用 extension=php_openssl.so 這個選項即可。】有些时候好像不行~~
張貼留言