Not signed in (Sign In)

Categories

Vanilla 1.1.5 is a product of Lussumo. More Information: Documentation, Community Support.

Help keep Vanilla free:
Welcome Guest!
Want to take part in these discussions? If you have an account, sign in now.
If you don't have an account, apply for one now.
    •  
      CommentAuthordkodr
    • CommentTimeAug 24th 2006 edited
     # 51
    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.
    • CommentAuthorSirNot
    • CommentTimeAug 24th 2006
     # 52
    Open the file in question, and addif(class_exists('Snoopy', false)) return;in the line aboveclass Snoopy
    •  
      CommentAuthordkodr
    • CommentTimeAug 24th 2006 edited
     # 53
    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
    • CommentAuthorSirNot
    • CommentTimeAug 25th 2006 edited
     # 54
    Now try putting if(class_exists('RSSCache', false)) return; before that class declaration, and see if that helps.
    •  
      CommentAuthordkodr
    • CommentTimeAug 25th 2006
     # 55
    After correcting that typo you've made (retrurn;-)) it helped. Can you tell me what is that piece of code rosponsible for?
    • CommentAuthorSirNot
    • CommentTimeAug 25th 2006
     # 56
    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.
    •  
      CommentAuthordkodr
    • CommentTimeAug 25th 2006
     # 57
    Thanks a lot!
    •  
      CommentAuthorfolletto
    • CommentTimeAug 25th 2006
     # 58
    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?
    • CommentAuthorSirNot
    • CommentTimeAug 25th 2006 edited
     # 59
    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.
    • CommentAuthorMandrake
    • CommentTimeSep 4th 2006
     # 60
    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
    • CommentAuthorfalieson
    • CommentTimeSep 6th 2006
     # 61
    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. :-/
    • CommentAuthoriconsam
    • CommentTimeSep 8th 2006
     # 62
    The feed was working great. But once it builds the cache, I don't think that it can retreive it properly. I keep getting the "feed is sleeping" error message.
  1.  # 63
    I have a stupid question :
    Only the registered users (members) can see the feed, once logged.
    How could I make the feed appear even for the simple first-time visitors ?

    Thanks.
    D.
    • CommentAuthorMandrake
    • CommentTimeSep 10th 2006
     # 64
    Yeah, I do get the "feed is sleeping" after a while. Its okay again once you delete the files in the cache.
    •  
      CommentAuthorfolletto
    • CommentTimeSep 19th 2006
     # 65
    I noted some problems on the caching routine... thanks for your details. :)
    • CommentAuthorboagworld
    • CommentTimeOct 14th 2006
     # 66
    @folletto - I get the same problem with the cache. Is there a solution to this?
    • CommentAuthorLoOkHerE
    • CommentTimeOct 14th 2006
     # 67
    fyi ditto
    •  
      CommentAuthorfolletto
    • CommentTimeOct 29th 2006
     # 68
    I'm sorry, not yet. :|
    If someone wants to edit the package and send in a new one with the solution, I will be glad to upload it. At this time I'm in crunch mode until january - at least - and I don't have time to develop the extension anymore.

    Sorry. :(
    •  
      CommentAuthorfolletto
    • CommentTimeNov 7th 2006
     # 69
    ...I'm quite there at least with a rock solid (I hope) caching extension I've written and some bug fixes. I hope to put up the new release asap.
  2.  # 70
    yeeehaaaa, can't wait. Thanks for this great extension, folletto.
    •  
      CommentAuthor3stripe
    • CommentTimeNov 18th 2006
     # 71
    What if I want to display (small) images from my feed in the sidebar as well?

    I'm using a feed from eBay that has pics of the items for sale, see http://feeds.feedburner.com/vintage_trainers_ebay for this. No need to cache the images though I guess?
    •  
      CommentAuthor3stripe
    • CommentTimeNov 18th 2006 edited
     # 72
    D'oh, just spotted that $description is commented out throughout.

    However, the descriptions are not appearing in the unordered list, they're just spat out at the end of it!

    Is there an update to the extension due soon? I'll do some hacking in the meantime :)
    • CommentAuthorlibido
    • CommentTimeNov 18th 2006
     # 73
    love this extension
    though i can't get more than one feed to appear for some reason
    i.e. 5 items from one feed appear, but no other feeds i program in do
    •  
      CommentAuthorfolletto
    • CommentTimeDec 9th 2006 edited
     # 74
    Ok, I've got some thime this w/e. I'll also update for the vulnerability. :)
    Check back on Monday. :)

    ~

    Working on it. It's coming... :)
    •  
      CommentAuthorfolletto
    • CommentTimeDec 10th 2006
     # 75
    0.4.0 version UP.

    - Feature: Added description flag to enable descriptions (true|false).
    - Feature: Added Cache TTL time (default 5 minutes).
    - Fix: Added Vanilla 1.0.3 vulnerability patch.
    - Source: New working Cache routine: changed class from RSSCache to Goo.Cache.
    - Source: Completely rewritten list and attach methods. Cleaner and more structured.
    • CommentAuthorlibido
    • CommentTimeDec 12th 2006
     # 76
    hey man,

    thanks for this. however i just upgraded to it & get this error now whenever i activate the extension. it's also a full screen error - i.e. i can't see the forum at all, just this line at the top :

    Fatal error: Call to undefined function: mb_strtolower() in /home/content/D/e/a/Deadsy/html/forum/extensions/FeedReader/XMLPlainParser.class.inc on line 209

    lemme know your thoughts !
    •  
      CommentAuthorfolletto
    • CommentTimeDec 12th 2006
     # 77
    ...that function was already there, the XMLPlainParser is still the same... and that function is required to handle UTF-8 charsets. I could make maybe a fallback routine, but still it's strange that it worked before...
    • CommentAuthorggaudrea
    • CommentTimeJan 10th 2007
     # 78
    Hi! I'm using the feedreader extension, and somehow the href is being left out of the a tag in the list of items, so the links to the items do not work;

    ...
    <li><a >Beginers Luck</a></li>
    ...

    Any thoughts?

    Thanks in advance!
    • CommentAuthorggaudrea
    • CommentTimeJan 10th 2007
     # 79
    Neeevermind! The RSS feed had a guid but no link node.
    • CommentAuthorMark W
    • CommentTimeMar 5th 2007
     # 80
    I'm getting this error:


    Fatal error: Call to undefined function: mb_strtolower() in /usr/www/users/(me)/discuss/extensions/FeedReader/XMLPlainParser.class.inc on line 209
    • CommentAuthorMark W
    • CommentTimeMar 5th 2007
     # 81
    Oops, dupe, didn't see the 2nd page of comments, and yes, it is trange that it didn't happen before.
    •  
      CommentAuthorWanderer
    • CommentTimeMar 5th 2007
     # 82
    Quote: Mark W
    pic Oops, dupe, didn't see the 2nd page of comments pic

    That's why it's not a good idea to have a comments box at the end of every page. pic

    Posted: Tuesday, 6 March 2007 at 1:49PM (AEDT)

    • CommentAuthorMark W
    • CommentTimeMar 5th 2007
     # 83
    Yup. I agree.
    •  
      CommentAuthorfolletto
    • CommentTimeMar 7th 2007
     # 84
    However, just strip out mb_ and it "should" work... :)
    • CommentAuthorjohoney
    • CommentTimeMay 10th 2007
     # 85
    The feeds seem to be working ok but I get "" in the Feed Reader Settings page

    "This panel doesn't work yet. Please check back in a while on the Vanilla Extensions repository for a future release...."

    I get this message in two forums that I manage. Any ideas?
Add your comments
    Username Password
  • Format comments as