Geocaching.com API サービスを使用してユーザー情報にアクセスしようとしています。次のスクリプトを使用すると、以下のエラーが表示されます。
「箱から出してすぐに」(ライブサーバーで)使用すると、次のメッセージが返されます。
Warning: curl_setopt() [function.curl-setopt]: CURLOPT_FOLLOWLOCATION cannot be activated when safe_mode is enabled or an open_basedir is set in /home/mrmemeco/public_html/geo/src/Geocaching/OAuth/OAuth.php on line 329
Fatal error: Uncaught exception 'Exception' with message '28' in /home/mrmemeco/public_html/geo/src/Geocaching/OAuth/OAuth.php:334 Stack trace: #0 /home/mrmemeco/public_html/geo/src/Geocaching/OAuth/OAuth.php(206): Geocaching\OAuth\OAuth->curl_request('http://staging....') #1 /home/mrmemeco/public_html/geo/index.php(50): Geocaching\OAuth\OAuth->getRequestToken() #2 {main} thrown in /home/mrmemeco/public_html/geo/src/Geocaching/OAuth/OAuth.php on line 334
同じ方法で使用すると、localhost で HTTP エラーが返され、データが返されません。
少しグーグルで調べて、セーフモードがオフになっていることを確認しましたが、まだ喜びがありません.
ライブデモで完全に機能するため、これは間違いなく私の API キーではありません