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.
Vanilla 2 - I can only view the first page of discussions?
blizeH
✭✭
Sorry, I did post this onto GitHub a few days ago but it hasn't shown up unfortunately!
On Vanilla 2, if you try to view the second page of discussions, or another other page, it brings up an error.
The page in question: http://pathtoapplication.com/index.php/discussions/30
Brings up this: Fatal error: Call to a member function Result() on a non-object in /hsphere/local/home/pathtoapplication.com/applications/vanilla/views/discussions/discussions.php on line 9
Any ideas please?!
Thanks
On Vanilla 2, if you try to view the second page of discussions, or another other page, it brings up an error.
The page in question: http://pathtoapplication.com/index.php/discussions/30
Brings up this: Fatal error: Call to a member function Result() on a non-object in /hsphere/local/home/pathtoapplication.com/applications/vanilla/views/discussions/discussions.php on line 9
Any ideas please?!
Thanks
0
Comments
Commit: http://github.com/Dykam/Garden/commit/81826ca1952db409d49a185ffda65c14e1c48e2e
applications/vanilla/views/discussions/discussions.php r8
Replace if (property_exists($this, 'AnnounceData')) {
With if (property_exists($this, 'AnnounceData') && $this->AnnounceData) {