Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

FeedReader extension: comments and questions

135

Comments

  • ditto strawberries
  • edited July 2006
    For the time being, just remove mb_ from the function in that line and everything should be ok.

    My fault, I was working on the solution to the other issue and I've forgot a multybyte function inside :|

    I'll up a *fix* release in a while. I feel dumb in those situations :P

    --> 0.3 zip on the Add-ons list fixed. Thankyou.
  • excellentae! Now working beautifully! Many thanks!
  • This a great extension. Would it be possible to have multiple feeds? Also can it be changed so the links open in a new window?
  • Love it, great job. I've got it reading an RSS feed that comes out of phpicalendar with great results.
  • Multiple feeds, mmmm interesting.

    In a new window... mmmm.

    I have to manage the Settings panel, first, I see...

    I'm sorry but life is calling in those days. I'll do what I can ;)
  • @folletto: For the past few days I've been getting the "Feed is Sleeping" message, it refers to my own blog feed and everything appears to be fine there. My Vienna news aggregator reads the feed fine, as had my Vanilla FeedReader extension until a few days ago. Any suggestions?
  • In case anyone else is looking for a solution, I deleted the cache and it's now working again.
  • Sorry for the late answer...

    I noticed that the code I've just copy-pasted from another extension is somehow broken. I have to rewrite it entirely... but... er... I have my time dedicated to other tasks at this time.

    On my forum I've also noticed a few times a reference error, this also due to the cache management (and now wrapped in a nice error message in my beta).

    The real stopper (time aside) is the simplified settings manager. I have to put down a small structure for it and then the coding part shouldn't take long...


    Sorry again if I make you wait... also since the next release should be a good "1.0 RC1" :P
  • edited August 2006
    I'm getting this error:

    Fatal error: Cannot redeclare class snoopy in /data/web/virtuals/nkjo.info/www/extensions/FeedReader/Snoopy.class.inc on line 39

    when I try to enter my profile page.
  • Open the file in question, and addif(class_exists('Snoopy', false)) return;in the line aboveclass Snoopy
  • edited August 2006
    Now it's:

    Fatal error: Cannot redeclare class rsscache in /data/web/virtuals/nkjo.info/www/extensions/FeedReader/RSSCache.class.inc on line 33

    //it happened after upgrading to Vanilla 1.0.1
  • NickENickE New
    edited August 2006
    Now try putting if(class_exists('RSSCache', false)) return; before that class declaration, and see if that helps.
  • After correcting that typo you've made (retrurn;-)) it helped. Can you tell me what is that piece of code rosponsible for?
  • It checks if the class has already been declared, and if so stops the parsing of the file so the class won't be redeclared.
  • Thanks a lot!
  • Ok since I've not yet upgraded... why does this happen? I don't think that Vanilla adds those classes, so I might ask if maybe you added another extension that does that...

    ...or maybe the extensions loading behaviour has changed?
  • NickENickE New
    edited August 2006
    I think another extension (FlickrFeed ?) has been included somehow before yours that uses those same classes, causing an error when your extension attempts to declare them.
  • Hi, I tried the extension with the following feed and its causing problem with line 208 http://www.channelnewsasia.com/rss/latest_cna_sg_rss.xml
  • Notice: Trying to get property of non-object in /home2/w0r1d/public_html/vanilla/extensions/FeedReader/default.php on line 127 Notice: Trying to get property of non-object in /home2/w0r1d/public_html/vanilla/extensions/FeedReader/default.php on line 176 ?! My feed is http://news.search.yahoo.com/news/rss?p=Blue+Origin and the extension was working fine yesterday. :-/
This discussion has been closed.