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
erobledo Offline
New Member
 
Posts: 12
Join Date: Feb 2007

Table does not exist - 28-04-2008, 04:48 PM

We have version 3.11 installed. After a power outtage over the weekend, the ticketing system has not been able to fetch any new tickets coming in. The cron jobs are working and so is everything else. However, on MySQL we get table 'kayako_suite.swticketpostlocksold' does not exist. Any suggestions?

Thanks,
Eliud
   
Reply With Quote
  (#2) Old
supportskins Offline
Senior Member
 
supportskins's Avatar
 
Posts: 3,362
Join Date: Aug 2006
Location: Mumbai, India

SupportSuite
Owned License
28-04-2008, 05:14 PM

Check your database and see if the table "swticketpostlocksold" exists. If it does then you might want to try and repair and optimize your database.



Professional and Affordable Kayako Skins - Specialists in Kayako Skinning & Customization - Professional Paid Support
Our Skins and Services - http://www.supportskins.com/store/
SupportSkins.com - http://www.supportskins.com/
   
Reply With Quote
  (#3) Old
craigbrass Offline
Senior Member
 
Posts: 5,072
Join Date: Jun 2005
Location: Cumbria, UK

SupportSuite
Owned License
28-04-2008, 06:50 PM

Yes, use phpMyAdmin to do so. If it is listed there, go into it and run the repair. If not, just run the following SQL on the table :-
Code:
CREATE TABLE `swticketlocks` (
  `ticketid` int(10) unsigned NOT NULL default '0',
  `lockstaffid` int(10) unsigned NOT NULL default '0',
  `lockdateline` int(10) unsigned NOT NULL default '0',
  UNIQUE KEY `ticketlocks1` (`ticketid`)
) ENGINE=HEAP DEFAULT CHARSET=latin1;


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

Icon Headquarters - Its Elixir - Web2Messenger
   
Reply With Quote
Reply


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

vB 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
corrupt swauditlogs table - what do I do? pdc_irl SupportSuite, eSupport and LiveResponse 2 23-05-2007 10:48 AM
How do I relate the tickets table to the customfields table? slarson Developers & Code 3 14-05-2007 05:11 PM
Error Creating Tables Danym SupportSuite, eSupport and LiveResponse 1 03-11-2006 11:22 AM



Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.1.0

Kayako provides online help desk software and support solutions; enabling companies to improve their support and reduce costs.

Our three main products include: SupportSuite, eSupport and LiveResponse



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