ご説明して頂き誠に有り難うございます。
Gianism Ver1.3.1をダウンロードし無事にインストールする事ができました。
Google+とYahoo!JAPANの設定を行い動作確認を行いましたが、エラーが表示され正常に
ログインする事ができませんでした。
※Google+のエラーはスラッシュを変更する事でエラー表示が無くなりました。
Google+のエラー文
Warning: preg_match() [function.preg-match]: Unknown modifier ‘/’ in /var/www/home/hogehoge/public_html/hogehoge.com/wp-content/plugins/gianism/sdks/google/google_controller.php on line 308
if($url && preg_match("/^".str_replace("https://", 'https?:\/\/', str_replace('https:', 'http:', home_url()))."/u", $url)){
上記を下記に変更
if($url && preg_match("{".str_replace("https://", 'https?:\/\/', str_replace('https:', 'http:', home_url()))."}", $url)){
Yahoo!JAPANのエラー文
Warning: implode() [function.implode]: Invalid arguments passed in /var/www/home/hogehoge/public_html/hogehoge.com/wp-content/plugins/gianism/sdks/yahoo/lib/YConnectClient.php on line 135
Warning: Cannot modify header information – headers already sent by (output started at /var/www/home/hogehoge/public_html/hogehoge.com/wp-content/plugins/gianism/sdks/yahoo/lib/YConnectClient.php:135) in /var/www/home/hogehoge/public_html/hogehoge.com/wp-content/plugins/gianism/sdks/yahoo/lib/OAuth2AuthorizationClient.php on line 80
>残念ながら、今後GianismはPHP5.2に対応していく予定はありません。
PHP5.2には対応しないと言っておられるのに誠に申し訳けないと思いますが、Yahoo!JAPANのエラーを直すヒントを頂けないでしょうか?
どうかよろしくお願いします。