Script URL:http://www.sacomaine.org/helpdesk
Version of script: 2.1
Hosting company:One World Hosting
URL of phpinfo.php:http://www.sacomaine.org/hidden/phpinfo.php
URL of session_test.php:
What terms did you try when SEARCHING for a solution:
move ticket
Write your message below:
When moving a ticket from one category to another, if the user does not have access to the new category, he/she receives an error message "You do not have authorization to view tickets in this category (or something to that effect).
The ticket is moved, however.
Is there a way to turn this error off?
Error generated when moving a ticket between categories
Moderator: mkoch227
You can try changing this code in the "common.inc.php" file: to
That should just redirect the user to the main admin page instead of showing the error.
Code: Select all
hesk_error($hesklang['not_authorized_tickets']);
Code: Select all
header('Location: admin_main.php');
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
You should follow me on Twitter here
Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools


Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools