Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

"Recent discussion" page becomes blank.

ProsperProsper ✭✭
edited August 2015 in Vanilla 2.0 - 2.8

"Recent discussion" page becomes blank when "Show RSS feed in side panel" is selected from the dashboard setting.
Please I need assistance.

Tagged:

Comments

  • Options
    mtschirsmtschirs ✭✭✭

    Thanks a lot for the feedback! Are you running Vanilla 2.1? It is working fine on 2.2, so if yes, it might be a compatibility problem.

  • Options
    peregrineperegrine MVP
    edited August 2015

    @prosper

    when you get a blank page. you can generally find the true cause of the problem
    by troubleshooting with

    Set

    $Configuration['Debug'] = TRUE;

    in your conf/config.php to reveal full error messages. Remember to remove it when you are done.

    posting your error message might help mtschirs.


    perhaps you have a parser error (entity not found) when the simplecache is being loaded by the simplexml_load_file()

    but maybe you get a different message when you troubleshoot.

    I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.

  • Options
    peregrineperegrine MVP
    edited August 2015

    @mtschirs

    the problem in vanilla 2.1

    SimpleRSS/views/modules/simplerss.php

    // problem in 2.1 PanelHeading function doesn't exist.

    I suppose users could comment out around line 36

    and change

    echo PanelHeading($Title);

    to

            // echo PanelHeading($Title);
                    echo "<h4>";
                    echo $Title;
                    echo "</h4>";
    

    or add the PanelHeading function to 2.1

    I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.

  • Options
    mtschirsmtschirs ✭✭✭

    Many thanks @peregrine! You where right both with panelHeading and the parser throwing a warning. I uploaded a new version, tested on Vanilla 2.1. Does it fix your problem, @Prosper?

  • Options

    @peregrine - thank you for the fix. Your solution fix the problem.
    @mtschirs - thank you for the addon.

  • Options

    addon doesnt work, no RSS page is created.

  • Options
    hgtonighthgtonight ∞ · New Moderator

    @ForumMaster said:
    addon doesnt work, no RSS page is created.

    This addon doesn't create an RSS page. It shows an RSS feed in the panel.

    Search first

    Check out the Documentation! We are always looking for new content and pull requests.

    Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.

Sign In or Register to comment.