Closed (fixed)
Project:
FeedAPI
Version:
5.x-1.x-dev
Component:
Code feedapi (core module)
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
26 Sep 2007 at 12:01 UTC
Updated:
9 May 2009 at 04:48 UTC
I have no problem in localhost test. But can't refresh new feeds items in remote site.
Comments
Comment #1
aron novakPlease share me the details:
- PHP version
- which parser/processor is used? (see the content-type editing page of the feed) Or have you tried with the default configuration of the module?
- any error messages?
- feed URL (example feed URL which is not refreshed, if you experience this w/ one exact feed)
Comment #2
no_23 commented- I have tried both php4 and php5.
- SimplePie and FeedApi Item is used.
- There are no error message.
- http://news.google.com/news?ned=us&q=travels&output=rss
I noticed that I can't create new node which is feed content type (it always show error in feed url form).
All work well in local test but not work in remote site.
Please suggest me what I have to do before upload to remote site.
Comment #3
aron novakIt can be the key of your problem.
Is it one of the FeedAPI default content-type or you created another one?
What is the error message on the feed url form?
What type of form do you use? The full node form or the simplified one.
Actually I cannot reproduce your problem, the feed is okay for me at feedapi.novaak.net
Can you take a screenshot of the feed content-type editing page at your remote site?
Comment #4
aron novakI mark it as a support request because you mentioned that at one environment FeedAPI works ok, other environment it's not ok. For me it sounds like a PHP or FeedAPI configuration error or issue.
Can you give me access to that remote site to see what happens actually?
Comment #5
radmod commentedI am also experiencing this issue. Refresh works with the localhost config on my work computer, but not on my home computer. I've tried turning the memory up to 512MB in PHP, and set the script timeouts to 120 seconds, but it still craps out on me. No messages, it just dies.
I'm running Apache 1.3 and PHP 5.2.1 at home on a Macbook Pro (where the script is dying). I'm using Apache 2 and PHP 5.2.1 on a Windows XP PC at work (where it works). Running the CVS build of FeedAPI in both cases, Drupal 5.5 in both cases.
Comment #6
radmod commentedFYI, I checked my Apache error log just now after another failed refresh (this with the Jan. 6 CVS tarball on my Macbook Pro). The process crapped out with this error message:
[Tue Jan 8 20:17:04 2008] [notice] child pid 20165 exit signal Segmentation fault (11)
Comment #7
radmod commentedOkay, I installed the latest XAMPP under Windows Vista under Parallels. I copied my Drupal install there, and feed refreshing craps out with this error:
[Wed Jan 09 21:49:21 2008] [notice] Parent: child process exited with status 255 -- Restarting.
Comment #8
alex_b commentedClosing after extended period of inactivity.