Oturo Posted March 29, 2013 Share Posted March 29, 2013 (edited) I installed this hook and give permissions to guest but it gave me a error Guests are not allowed to use the Ticket System How to fix it the problem? Edited March 29, 2013 by Oturo Link to comment Share on other sites More sharing options...
0 Lock Down Posted March 29, 2013 Share Posted March 29, 2013 It is not working because the system is reporting guests as bots. Why I don't know. Fileadminapplications_addonotherticketssourcesclasseslibrary.phpCheck functionpublic function checkViewPermissions() { /* Guest? */ if ( !$this->memberData['member_id'] || $this->member->is_not_human ) { $this->showError( 'ts_no_guests', 1000 ); } If you want change this$this->showError( 'ts_no_guests', 1000 );to this// $this->showError( 'ts_no_guests', 1000 ); 1 Link to comment Share on other sites More sharing options...
0 Evarni Posted March 29, 2013 Share Posted March 29, 2013 The question(s) in this support topic have been answered and the owner has been able to solve the problem. Because of this, the support topic has been closed and moved.If you have other questions, please open a new topic. Link to comment Share on other sites More sharing options...
Question
Oturo
I installed this hook and give permissions to guest but it gave me a error
Guests are not allowed to use the Ticket System
How to fix it the problem?
Link to comment
Share on other sites
2 answers to this question
Recommended Posts