Warning: file_get_contents() [function.file-get-contents]: URL file-access is disabled in the server configuration in /wp-content/plugins/digg-digg/dd.class.php on line 693

16 Jun

I’ve been using Digg Digg plugin for quite some time and found it very useful. It allows one click submission to various social media.

Today, out of nowehere, I start seeing the following error on one of my blogs.

Warning: file_get_contents() [function.file-get-contents]: URL file-access is disabled in the server configuration in /wp-content/plugins/digg-digg/dd.class.php on line 693

Warning: file_get_contents(http://feeds.delicious.com/v2/json/urlinfo/data?url=.. [function.file-get-contents]: failed to open stream: no suitable wrapper could be found in ../wp-content/plugins/digg-digg/dd.class.php on line 693

This blog is hosted on 1&1 web hosting.

Digg Digg plugin works fine on rest of my hosts which are hosted on dedicated servers, Bluehost, Hostgator etc.

It was quite strange.

The error clearly says that Host doesn’t allow remote connection? Weired.

Which means fopen is not turned on? That is certainly not the case as I’ve been using 1&1 since ages and in many other plugins and applications fopen works.

Next solution was to turn on allow_url_fopen in php.ini

;;;;;;;;;;;;;;;;;;

; Fopen wrappers ;
;;;;;;;;;;;;;;;;;;
; Whether to allow the treatment of URLs (like http:// or ftp://) as files.
allow_url_fopen = On

Which is already On.

So what could be the problem now?

Like it? Share it:
  • Digg
  • del.icio.us
  • Reddit
  • Netvouz
  • BlinkList
  • Facebook
  • Google Bookmarks
  • Live
  • Simpy
  • StumbleUpon
  • Technorati
  • MisterWong
  • LinkaGoGo
  • Mixx
  • Blogosphere News
  • Fleck
  • Propeller
  • NewsVine
  • Sphinn
  • Slashdot
  • Socialogs
  • ppnow
  • IndianPad
  • co.mments
  • Faves
  • Yahoo! Bookmarks
  • Yahoo! Buzz
  • Diigo
  • MySpace
  • Twitter
  • Fark
  • Identi.ca
  • Kirtsy
  • LinkedIn
  • MyShare
  • Ping.fm
  • Suggest to Techmeme via Twitter
  • Tipd
  • Tumblr

No comments yet

Leave a Reply