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.
Notify 0.2 problem
Hi folks,
I've installed Notify 0.2 and I'm having a problem. I recieve notification emails, but when I click the link in the email it takes me to my boards and spits out the following errors:
Is there any way to have it ask for a login if a user isn't logged in, and then be taken to the appropriate message?
Thanks for your help,
Mark
I've installed Notify 0.2 and I'm having a problem. I recieve notification emails, but when I click the link in the email it takes me to my boards and spits out the following errors:
I think the problem is that I am not logged in. If I log in and then go back to the email and click the link it seems to work fine, but that's not OK because I would say 99% of my users will be confused by this.
Notice: Trying to get property of non-object in /home/openshop/domains/openshoptalk.ca/public_html/library/Vanilla/Vanilla.Control.CommentGrid.php on line 71
Notice: Trying to get property of non-object in /home/openshop/domains/openshoptalk.ca/public_html/library/Vanilla/Vanilla.Control.CommentGrid.php on line 71
Notice: Trying to get property of non-object in /home/openshop/domains/openshoptalk.ca/public_html/comments.php on line 42
Is there any way to have it ask for a login if a user isn't logged in, and then be taken to the appropriate message?
Thanks for your help,
Mark
0
This discussion has been closed.
Comments
I'm getting a different error that needs resolving:
PHP Notice: Undefined variable: test in /home/username/public_html/domain/tickets/extensions/Notify/default.php on line 200
Line 200 is:
$e->Body = str_replace(array("{forum_name}","{topic_url}"),array($DiscussionForm->Context->Configuration['APPLICATION_TITLE'],ConcatenatePath($DiscussionForm->Context->Configuration['BASE_URL'].'comments.php?DiscussionID='.$DiscussionID,'')),$EmailBody).$test;
Any ideas on a fix for this?