hey there, just try to set up my autoblog on wordpress on got this following error " anyone know what the meaning,.. , just let you know after get this error I UNINSTALL the plug in but still get the error need your advise will appreciate thanks in advance
Some servers, both your own, and the site you are trying to connect to have issues with the file_get_contents command. Replace it with a CURL call instead and it should fix the issue. What this is is just a different method of trying to pull the contents of a url into a variable so the program can work with the data(IE get and parse the information for posting) This might be tough for you though. Go to /home/mydirectory/public_html/wp-includes/class-feed.php on line 97 and come back and paste a chunk of the code in that area and I may can rewrite it for you.