Got this error on setting autoblog on wordpress

Discussion in 'WordPress' started by robyries, Mar 13, 2010.

  1. #1
    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
     
    robyries, Mar 13, 2010 IP
  2. adbox

    adbox Well-Known Member

    Messages:
    906
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    155
    Digital Goods:
    1
    #2
    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.

     
    adbox, Mar 14, 2010 IP