Author Topic: Query failed when trying to display client chat  (Read 5790 times)

0 Members and 1 Guest are viewing this topic.

thibault

  • Full Member
  • ***
  • Posts: 9
Query failed when trying to display client chat
« on: June 03, 2016, 07:18:54 PM »
Hello all,
I have a strange situation: when I click on the chat link to access to the chat client (ONLINE), I have the following message:

Query failed: Duplicate entry '09c8e96ce3ff58d1923cca15f131ef81e9bc5e48' for key 'hash'

I do not understand because yesterday, everything was working correctly. Please help me!!

Thank you very much

scalior

  • Global Moderator
  • Native
  • *****
  • Posts: 106
  • Serve customers on mobile. Get Wurrd for Mibew app
    • Wurrd for Mibew
Re: Query failed when trying to display client chat
« Reply #1 on: June 03, 2016, 07:36:12 PM »
This has to do with the "translation" table. The hash column has a unique index on it. Somehow by you clicking the chat link it is trying to insert something into that table and that fails because of a conflict. Not sure what is happening but this should give you some direction to work with.

Good luck!

thibault

  • Full Member
  • ***
  • Posts: 9
Re: Query failed when trying to display client chat
« Reply #2 on: June 03, 2016, 07:52:35 PM »
Scalior,
You are AMAZING !!!!!! I resolved the problem. Thank you very much for your help