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.
"Recent discussion" page becomes blank.
Prosper
✭✭
"Recent discussion" page becomes blank when "Show RSS feed in side panel" is selected from the dashboard setting.
Please I need assistance.
Tagged:
1
Comments
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.
@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.
@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
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.
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?
@peregrine - thank you for the fix. Your solution fix the problem.
@mtschirs - thank you for the addon.
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.