HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
i detect an error. [DiscussionController->Discussion not found.]
this plugin cause that error => Discussion not found.">DiscussionController->Discussion not found.
it appears while deleting a comment or discussion.
0
Comments
Try this one, it work for me.
add this filter
if(isset($Sender->Discussion))
right before assigned in all Render function.
for example :
from
$Description = $Sender->Discussion->Body;
to
if(isset($Sender->Discussion)) $Description = $Sender->Discussion->Body;
@asfy where do i need to change that im getting the same error! Please help me out.
Vanilla/plugins/SEOCompanion/default.php
you can also just turn off SEOCompanion
maybe this was resolved in some new version