CodeCanyon

QuickTick - The Deployable Helpdesk

  • Has been a member for 1-2 years
  • Bought between 100 and 499 items
straightline says
Purchased

c’mon Siredesigns – any response? Please review my previous inquiry.

2 months ago
  • Has been a member for 2-3 years
  • Bought between 10 and 49 items
  • United Kingdom
rdavenport says
Purchased

Has anyone had a resolution to the following problems:

1. Cannot update tickets – says “Processing” forever.

2. Cannot delete tickets – says “Deleting” forever. If you go from the ticket page after trying to delete a ticket, then return and try again, the dialogue box says “Ticket Deleted”, but it is not.

3. Cannot assign anyone to a ticket, AJAX search never finds anything.

I bought this just yesterday (14th March 2012) so have the latest version.

SireStudios, please help!

Thanks,

Richard.

2 months ago
  • Has been a member for 1-2 years
  • Bought between 100 and 499 items
straightline says
Purchased

due to no response from developer, I almost gave up. But after some digging, found a quick way to resolve the Duplicate Ticket/Ticket already exists issue.

within the createticket.php, around line 115, you’ll find this code:
if (isset($_POST['submit'])) { $exists = $db->query_first("SELECT `ID` FROM ".DB_TABLE."tickets WHERE `body`='".htmlspecialchars($_POST['body'])."' AND SECOND(Now()-`created`) < 60;");

I changed it to this:

if (isset($_POST['submit'])) { $exists = $db->query_first("SELECT `ID` FROM ".DB_TABLE."tickets SECOND(Now()-`created`) < 60;");

It resolved the issue for the time being, but not sure what problems this will cause in the long run.

Update at your own risk!

no thanks to the developer for any help with this, despite multiple requests!!

2 months ago
  • Has been a member for 2-3 years
  • Bought between 10 and 49 items
  • United Kingdom
rdavenport says
Purchased

Some problems with this script, something to do with my htaccess file? Please can someone help me, the developer has not responded for weeks and has ignored all of my emails.

1. Cannot update tickets – says “Processing” forever.

2. Cannot delete tickets – says “Deleting” forever. If you go from the ticket page after trying to delete a ticket, then return and try again, the dialogue box says “Ticket Deleted”, but it is not.

3. Cannot assign anyone to a ticket, AJAX search never finds anything. I bought this just yesterday (14th March 2012) so have the latest version.

2 months ago
Author
siredesigns siredesigns replied

Apologies for the delay, I have had a new full-time job and unable to support these applications.

Your problem is due to your server permissions on the Ajax file that is being requested. It’s an htaccess issue. Use the Chrome Inspector to see what is happening on the other end, it should be a 500 error.

1 month ago
by
by
by
by
by