I did a quick search, but I was unable to find anything that dealt with this issue.
I used Fantastico to install a copy of osTicket, and then copied and pasted the directory into a different section of the site for a second support ticket system (duplicated the databases too).
I am experiencing an issue with the "Post Reply" in which the response is being posted twice, and also being emailed to the support customer twice. I have tried looking through the code, but I can't seem to find the exact moment that the system emails the customer, let alone where it could be doing it twice.
There are no mods installed, the only other issue I had was actually related to Mail, ironically enough. the instances of "require_once"
require_once('Mail/mimeDecode.php');
Needed to be modified by me to be a little more complete:
require_once(INCLUDE_DIR.'pear/Mail/mimeDecode.php');
And the related requires as well (mail/RFC822.php, mail/mailparse.php, etc) needed to be changed. Also, I did not need to make this change on my original support system I created. Only the copied and pasted one. Also don't have the duplication issue on the original one.
Thanks in advance for any help.
-Chris.