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
snook789 Offline
Member
 
Posts: 45
Join Date: Feb 2005
Search Error - 11-06-2006, 07:44 AM

I get the following error when I try to use Search in my eSupport v3.00.81
Not sure if it has to do with us upgrading to MySql5, but it seem to happend after that..


SELECT ticketposts.ticketid, COUNT(*) AS rank FROM `swticketpostindex` AS ticketpostindex LEFT JOIN `swticketposts` AS ticketposts ON (ticketposts.ticketpostid = ticketpostindex.ticketpostid) LEFT JOIN `swtickets` AS tickets ON (tickets.ticketid = ticketposts.ticketid) WHERE ticketpostindex.ticketwordid IN ('12218') AND tickets.departmentid IN ('1','6','5','7') GROUP BY ticketposts.ticketid ORDER BY rank DESC LIMIT 100;
Warning: Cannot modify header information - headers already sent by (output started at /modules/tickets/functions_ticketsearch.php:780) in /modules/tickets/staff_manage.php on line 181
   
Reply With Quote
  (#2) Old
snook789 Offline
Member
 
Posts: 45
Join Date: Feb 2005
11-06-2006, 01:04 PM

disregard, fixed the error.


Tim
v3.00.81
   
Reply With Quote
  (#3) Old
eiden Offline
Member
 
Posts: 237
Join Date: Apr 2006
Location: Norway
11-06-2006, 01:44 PM

What did you do to fix it ?
   
Reply With Quote
  (#4) Old
snook789 Offline
Member
 
Posts: 45
Join Date: Feb 2005
12-06-2006, 10:53 AM

before I moved my live eSupport to MySQL5 I made a test folder to run it from.
When all was well I moved my live db to my server with MySQL5
Then I got this error.

I just grabbed the 2 files functions_ticketsearch.php & staff_manage.php, from my test folder and moved them over to my live
Didn't understand how this fixed this because they are suppose to the the same files.
So normally I would post how I fixed something, to help other searching, but in this case, I wasn't sure what got it to work

Do you have the same error ?


Tim
v3.00.81
   
Reply With Quote
Reply

Tags
search

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
PHP error in Search ells SupportSuite, eSupport and LiveResponse 0 15-02-2007 07:03 PM
search error f0rd42 SupportSuite, eSupport and LiveResponse 3 31-08-2006 10:29 PM



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