How to Avoid Duplicate Ticket Content in osTicket System

In osTicket System, when a new ticket created, it executes INSERT INTO SQL, and then displaying the “Thank You” page afterwards. Unfortunately, when client reload or refresh that page, then it will re-execute that SQL again, since the primary key for the ticket table is an ID of the ticket which has the auto-number field. [...]

Share
[Read more...]

How to Setup Attachment Directory in osTicket System

There are lots of topics contain of question in osTicket System Forums that asking about how to setup attachment directory in osTicket System. Since there are two part of osTicket’s user will use this attachment feature; one from the client-side, and the other from the staff-side, then you have to observe the exact (not relative) [...]

Share
[Read more...]

Never Display The Ticket Number After Client Submit A New Ticket!

osTicket System is one of the best open-source ticket system until now. I have been testing and using it since version 1.6 RC4. The last version when I created this article is 1.6 RC5. For those both version, it is still using the email address and the ticket number to log in to the system, [...]

Share
[Read more...]