Hi,
I'm pretty new to Drupal and the Drupal forums so I was unable to find anything directly related to this or anything that would help. What we are trying to do is link in a news feed from a central news location. So the users submit their news to our news site and based on the tags that news story is sent to the right feed. It has been working but recently one of the pages won't update with the new info. I went in and looked to make sure that their info was actually being tagged properly and it is and I can see all of it in the XML, but the URL to link to their feed was gone. When I tried to put it back in I got the error above. If I resubmit it again right away it goes through but gives a different error and doesn't update anything. If someone could point me in the right direction or something that would be great.
Comments
Comment #1
kwaddel commentedComment #2
jenlampton@kwaddel why was this issue closed? Did you figure it out? if you did could you post your solution here for the rest of us? :)
Comment #3
jenlamptonwhoops, didn't mean to change that :)
Comment #4
twistor commentedI'm going to go ahead and guess that this was an HTTP timeout.
You can set the request timeout per-importer in the HTTP fetcher settings, in D7. It can also be globally set via the unfortunately named variable, $conf['http_request_timeout'] = 1000 or something.
I have no idea if this is covered in the docs, so re-opening.
Comment #5
kenorb commentedSolution via drush:
drush vset http_request_timeout 300Comment #6
kenorb commentedComment #7
baach commented#4 fix my issue thanks.
Comment #8
avpadernoThis seems more a support request than a bug report. It was also created for a project version running on a Drupal release which is now unsupported.
I am closing this issue as outdated.