I had to contact my webhosting provider to get this information because I was noticing white pages to come up with no apparent reason.
The engineer came back to me with this error log from the server :
[19-Aug-2008 01:35:25] PHP Notice: A feed could not be found at http://ws.audioscrobbler.com/1.0/user/xxxxx/recenttracks.rss in /home/xxxx/public_html/sites/all/modules/activitystream/activitystream_feed/simplepie.inc on line 1666.
Any ideas?
Comments
Comment #1
OsterD commentedComment #2
akalsey commentedA PHP Notice shouldn't ever cause a whitescreen. PHP notices aren't even errors, they're exactly what they say they are a notification. Further, the only time that activity stream tries to fetch a feed is during a cron run. This never has any impact on the usage of the Drupal site -- it's all automated.
I'm afraid you'll need to look for another culprit. This module couldn't possibly be causing the issue you're seeing.
As for the could not find feed issue, check the feed in your browser and see if it loads. I suspect that you might have a typo in your username or there's something wrong on Last.fm's end for your feed.
Comment #3
OsterD commentedOk.
Seems reasonable.
But check on this feed.
The PHP notice code generated on simplepie.inc on line 1666 says that this feed could not being found.
Check it yourself, http://ws.audioscrobbler.com/1.0/user/davidoster/recenttracks.rss
seems to be working fine. So if it does, what's the reason for coming up with a notice-error?
Don't blame me, pls. I am not playing "hard" here. Trying to figure out what is going on.
Thanks for your help and prompt response.
Comment #4
akalsey commentedI'm not sure what would cause this. I just tried your username and was able to fetch your Last.fm stream without an issue.
Do other Activity Stream modules work? Is Twitter working? The custom feed module?
Comment #5
cglusky commentedPossible long shot but do you happen to know PHP Memory limit for your environment? I get a white screen if I forget to bump the limit when using CCK/Views/Imagecache and all the other goodies required for my sites these days. And I use .htaccess to bump to the limit.
You can check under Drupal in Admin>>Reports>>Status report
More info here...
http://drupal.org/node/207036
Comment #6
akalsey commentedNo feedback for two weeks. Closing ticket