Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Unauthenticated comment preview error (on this forum)
I've tried to preview a comment while not being authenticated, and I've got this message:
Fatal error: Call to a member function on a non-object in /applications/lussumo/community/extensions/CategoryJumper/default.php on line 58
Fatal error: Call to a member function on a non-object in /applications/lussumo/community/extensions/CategoryJumper/default.php on line 58
0
This discussion has been closed.
Comments
if (in_array($Context->SelfUrl, array('index.php','comments.php')) && $Configuration['USE_CATEGORIES']) {
toif (isset($Head) && in_array($Context->SelfUrl, array('index.php','comments.php')) && $Configuration['USE_CATEGORIES']) {
(or something to that effect)Is what happens when I try and preview a post on this forum.
What exactly is the text you were previewing?
Were you signed in when you tried to preview?