Kayako logo
SupportSuite, eSupport and LiveResponse Discussion, troubleshooting and feedback related to Kayako's flagship support desk products SupportSuite, eSupport and LiveResponse.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  (#1) Old
cthorpe Offline
New Member
 
Posts: 3
Join Date: Jan 2007
Instant Response System - MySQL Error Message - 13-03-2008, 10:42 PM

We are currently on 3.20.01 using Zend and MySQL 5.0.45 (This error appeared even before I performed the upgrade and if I recall, the problem started back when we were at 3.11.01)

Whenever I try to submit a trouble ticket, we would see this error message where the IRS kicks in:

Invalid SQL: SELECT kbarticlelinks.kbarticleid, MATCH(kbarticledata.contents) AGAINST ('copier working') AS relevance FROM `swkbarticledata` AS kbarticledata LEFT JOIN `swkbarticlelinks` AS kbarticlelinks ON (kbarticledata.kbarticleid = kbarticlelinks.kbarticleid) LEFT JOIN `swtgroupassigns` AS tgroupassigns ON (kbarticlelinks.kbcategoryid = tgroupassigns.toassignid AND tgroupassigns.type = '5') LEFT JOIN `swkbcategories` AS kbcategories ON (kbarticlelinks.kbcategoryid = kbcategories.kbcategoryid) WHERE (tgroupassigns.tgroupid = '1' OR kbarticlelinks.kbcategoryid = '0') AND MATCH(kbarticledata.contents) AGAINST('copier working') LIMIT 5; (The used table type doesn't support FULLTEXT indexes)

Thanks in advance,
Christopher

Last edited by cthorpe; 13-03-2008 at 10:58 PM. Reason: Didn't want Kayako to think 3.20.01 was the cause of this error
   
Reply With Quote
  (#2) Old
Ryan Lederman Offline
Chief Operating Officer
 
Ryan Lederman's Avatar
 
Posts: 852
Join Date: May 2005
Location: Boise, Idaho
14-03-2008, 03:52 AM

cthorpe, Please e-mail me and provide me with access to your database and I'll try to see if I can see what's going on. Don't forget the URL to your help desk so I can test the fix.


Ryan Lederman (ryan.lederman ]at[ kayako.com)
----------------------------------------------------------------
---
   
Reply With Quote
  (#3) Old
Ryan Lederman Offline
Chief Operating Officer
 
Ryan Lederman's Avatar
 
Posts: 852
Join Date: May 2005
Location: Boise, Idaho
14-03-2008, 06:58 PM

Just replied to your e-mail. For everyone else's information, this error is caused by having InnoDB tables instead of MyISAM. InnoDB tables do not yet support fulltext searching. Please see MySQL Bugs: #13979: InnoDB engine doesn't support FULLTEXT for more information.


Ryan Lederman (ryan.lederman ]at[ kayako.com)
----------------------------------------------------------------
---
   
Reply With Quote
  (#4) Old
craigbrass Offline
Senior Member
 
Posts: 5,553
Join Date: Jun 2005
Location: Cumbria, UK
14-03-2008, 07:39 PM

A better way would be to have a separate MyISAM for fulltext like we have done in our software of cause as InnoDB is much better at recovering from database crashes in MySQL5.


Craig Brass - Kayako Forum Squatter (Note: I am NOT a staff member)

Icon Headquarters - Its Elixir - Web2Messenger
   
Reply With Quote
  (#5) Old
cthorpe Offline
New Member
 
Posts: 3
Join Date: Jan 2007
Converting to MYISAM - 18-03-2008, 08:37 PM

Ryan suggested that I convert the database to use MYISAM instead of the default INNODB because INNODB does not support FULLTEXT yet so therefore the IRS did not work properly.

After converting it to use MYISAM,

Ryan then ran the following command:

“ALTER TABLE `swkbarticledata` ADD FULLTEXT (`contents`)”

The IRS finally worked without any issues.

Ryan, thank you for solving this issue.

Here is my next question:

I prefer to use INNODB, can I leave 'swkbarticledata' alone using MYISAM and convert the other tables back to INNODB?
   
Reply With Quote
  (#6) Old
Jamie Edwards Offline
Operations Manager
 
Jamie Edwards's Avatar
 
Posts: 5,258
Join Date: Jan 2006
Location: United Kingdom
18-03-2008, 08:42 PM

Hi cthorpe,

Quote:
I prefer to use INNODB, can I leave 'swkbarticledata' alone using MYISAM and convert the other tables back to INNODB?
Yes, this would be fine


Jamie Edwards (jamie.edwards ]at[ kayako.com)
----------------------------------------------------------------
---
  • Submit bug reports here.
  • Submit support tickets via the members area.
  • Submit sales queries either via live chat or via e-mail.
  • There is no official ETA on Version 4.
  • This is not an official support forum - submit a support ticket.
   
Reply With Quote
Reply

Tags
instant, message, mysql, response

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Enable Instant Response System (IRS)? Siora SupportSuite, eSupport and LiveResponse 12 16-07-2008 01:05 PM
How can I use the live response system without displaying the online or offline image drew5746 How do I? 3 02-05-2007 08:55 AM



Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
vBulletin Skin developed by: vBStyles.com


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46