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

Closed Thread
 
LinkBack (8) Thread Tools Search this Thread Display Modes
  (#1) Old
bear Offline
Community Moderator
 
Posts: 709
Join Date: Jan 2005
Support Suite integration with WHMCS [MERGED] - 11-12-2007, 08:59 PM

WHMCS has announced the integration with Kayako has been completed and is included with the new 3.5 release. It apparently requires some files that are only available from Kayako in the CVS "beta" builds. I won't install these, as I don't have time to be able to troubleshoot, etc.

Will this be usable with a slightly older version of the suite (3.04.10)?
Will it work with the full normal release of the suite if not (3.11.01)?
I wont' be the only one asking about this, I'd imagine, based on forum posts over there discussing it.
   
  (#2) Old
craigbrass Offline
Senior Member
 
Posts: 5,740
Join Date: Jun 2005
Location: Cumbria, UK
11-12-2007, 09:38 PM

I don't think you'll be able to "patch" 3.04.10. You will need to upgrade.

It is committed to CVS so I imagine it will be released with 3.12.00.


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

Icon Headquarters - Its Elixir - Web2Messenger
   
  (#3) Old
Jamie Edwards Online
Operations Manager
 
Jamie Edwards's Avatar
 
Posts: 5,420
Join Date: Jan 2006
Location: United Kingdom
11-12-2007, 09:45 PM

Hi there,

This will be released officially with 3.11.02. However, the current CVS build is currently being tested and primed for our next stable release, 3.11.02 - so should be find to run. As always though, please take a backup.

The current CVS build is available to all customers with an active support package, and can be found under the Builds tab.

Quote:
Will this be usable with a slightly older version of the suite (3.04.10)?
I am afraid not, as setting changes (involving file and database changes) are required for WHMCS integration, just like with the ModernBill integration option.


Jamie Edwards (jamie.edwards ]at[ kayako.com)
----------------------------------------------------------------
---
   
  (#4) Old
Jamie Edwards Online
Operations Manager
 
Jamie Edwards's Avatar
 
Posts: 5,420
Join Date: Jan 2006
Location: United Kingdom
11-12-2007, 09:48 PM

Quote:
Originally Posted by Jamie Edwards View Post
Hi there,

This will be released officially with 3.11.02. However, the current CVS build is currently being tested and primed for our next stable release, 3.11.02 - so should be find to run. As always though, please take a backup.

3.11.02 should not be more than one or two weeks away.

The current CVS build is available to all customers with an active support package, and can be found under the Builds tab.

Quote:
Will this be usable with a slightly older version of the suite (3.04.10)?
I am afraid not, as setting changes (involving file and database changes) are required for WHMCS integration, just like with the ModernBill integration option.


Jamie Edwards (jamie.edwards ]at[ kayako.com)
----------------------------------------------------------------
---
   
  (#5) Old
bear Offline
Community Moderator
 
Posts: 709
Join Date: Jan 2005
11-12-2007, 10:44 PM

Quote:
Originally Posted by craigbrass View Post
I don't think you'll be able to "patch" 3.04.10. You will need to upgrade.
Yup, I was afraid of that. Been avoiding it as we've customized quite a bit, but its unavoidable. Dang progress.
   
  (#6) Old
hbidad Offline
Member
 
Posts: 86
Join Date: Aug 2005
11-12-2007, 10:45 PM

Does this require a separate license? I went ahead and took the plunge.

So far it appears to work, but as a client from WHMCS and viewing the tickets I get a big red error:

ERROR (2): Domain does not match license key file domain (client.domain.com), please change the product path to match the domain under Admin CP > Settings > General Settings
This Product will not work properly unless untill that value is changed.

We have WHMCS installed under client.domain.com and kayako under support.domain.com
   
  (#7) Old
hbidad Offline
Member
 
Posts: 86
Join Date: Aug 2005
11-12-2007, 10:49 PM

Also, I'm not sure if this is related, but when viewing the frontpage of kayako without being logged in, we see the following:

Invalid SQL: SELECT kbarticles.*, kbarticlelinks.*, kbcategories.categorytype FROM `swkbarticles` AS kbarticles LEFT JOIN `swkbarticlelinks` AS kbarticlelinks ON (kbarticles.kbarticleid = kbarticlelinks.kbarticleid) LEFT JOIN `swkbcategories` AS kbcategories ON (kbarticlelinks.kbcategoryid = kbcategories.kbcategoryid) LEFT JOIN `swtgroupassigns` AS tgroupassigns ON (kbarticlelinks.kbcategoryid = tgroupassigns.toassignid AND tgroupassigns.type = '5') WHERE ((tgroupassigns.tgroupid = '1') OR (kbarticlelinks.kbcategoryid = 0)) AND (kbcategories.categorytype != 'public') AND (kbarticles != 'published') ORDER BY kbarticles.views DESC LIMIT 4; (Unknown column 'kbarticles' in 'where clause')

This is with the latest CVS as of right now. Just food for the thought if you are eager like I was
   
  (#8) Old
craigbrass Offline
Senior Member
 
Posts: 5,740
Join Date: Jun 2005
Location: Cumbria, UK
12-12-2007, 10:18 AM

Quote:
We have WHMCS installed under client.domain.com and kayako under support.domain.com
Contact support and ask them to licence the second domain. Hopefully they will do it free of charge as it is the same helpdesk.


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

Icon Headquarters - Its Elixir - Web2Messenger
   
  (#9) Old
Neil-UKWSD Offline
Member
 
Neil-UKWSD's Avatar
 
Posts: 868
Join Date: Jun 2003
Location: United Kingdom
12-12-2007, 12:27 PM

Quote:
Originally Posted by hbidad View Post
Also, I'm not sure if this is related, but when viewing the frontpage of kayako without being logged in, we see the following:

Invalid SQL: SELECT kbarticles.*, kbarticlelinks.*, kbcategories.categorytype FROM `swkbarticles` AS kbarticles LEFT JOIN `swkbarticlelinks` AS kbarticlelinks ON (kbarticles.kbarticleid = kbarticlelinks.kbarticleid) LEFT JOIN `swkbcategories` AS kbcategories ON (kbarticlelinks.kbcategoryid = kbcategories.kbcategoryid) LEFT JOIN `swtgroupassigns` AS tgroupassigns ON (kbarticlelinks.kbcategoryid = tgroupassigns.toassignid AND tgroupassigns.type = '5') WHERE ((tgroupassigns.tgroupid = '1') OR (kbarticlelinks.kbcategoryid = 0)) AND (kbcategories.categorytype != 'public') AND (kbarticles != 'published') ORDER BY kbarticles.views DESC LIMIT 4; (Unknown column 'kbarticles' in 'where clause')

This is with the latest CVS as of right now. Just food for the thought if you are eager like I was

I've just done a fresh install of the CVS to play around with the WHMCS integration and start to skin things to match and seeing this same error on the SupportSuite index page.


Neil Wood | UK Web.Solutions Direct Ltd

UK cPanel/WHM hosting accounts
http://ukwebsolutionsdirect.co.uk
   
  (#10) Old
Jamie Edwards Online
Operations Manager
 
Jamie Edwards's Avatar
 
Posts: 5,420
Join Date: Jan 2006
Location: United Kingdom
12-12-2007, 12:54 PM

This has been fixed - please upgrade to the CVS build on December 13th -or- simply update the file /modules/core/client_index.php


Jamie Edwards (jamie.edwards ]at[ kayako.com)
----------------------------------------------------------------
---
   
  (#11) Old
Neil-UKWSD Offline
Member
 
Neil-UKWSD's Avatar
 
Posts: 868
Join Date: Jun 2003
Location: United Kingdom
12-12-2007, 01:30 PM

Thanks Jamie,

Will grab the update when available, for now I have disabled the popular KB articles on the index page which stops the error.


Neil Wood | UK Web.Solutions Direct Ltd

UK cPanel/WHM hosting accounts
http://ukwebsolutionsdirect.co.uk
   
  (#12) Old
Jamie Edwards Online
Operations Manager
 
Jamie Edwards's Avatar
 
Posts: 5,420
Join Date: Jan 2006
Location: United Kingdom
12-12-2007, 10:18 PM

Please note that integration is only possible if your Kayako SupportSuite license is valid for the domain under which WHMCS is installed.

If it is not (i.e. you have SupportSuite installed at support.domain.com and WHMCS at billing.domain.com), you must purchase an additional domain license or move the installations of either.


Jamie Edwards (jamie.edwards ]at[ kayako.com)
----------------------------------------------------------------
---
   
  (#13) Old
hbidad Offline
Member
 
Posts: 86
Join Date: Aug 2005
12-12-2007, 10:27 PM

You've got to be kidding. At WHMCS another member said that this would be corrected in tonights CVS. At least thats what they quoted from Kayako support.
   
  (#14) Old
Jamie Edwards Online
Operations Manager
 
Jamie Edwards's Avatar
 
Posts: 5,420
Join Date: Jan 2006
Location: United Kingdom
12-12-2007, 10:30 PM

Hi hbidad,

The notice regarding the license file does not relate to the error talked about above, which has been fixed in the CVS build for 13th December 2007.


Jamie Edwards (jamie.edwards ]at[ kayako.com)
----------------------------------------------------------------
---
   
  (#15) Old
chrisduk Offline
New Member
 
Posts: 23
Join Date: Aug 2004
12-12-2007, 10:32 PM

hello

why is the kayako integration so ugly? it just seems to load supportsuite in a frame.

i know when i used kayako with modernbill v4 it was a nice integration. also i found if you click my tickets. and click a ticket to open it. it just refreshes the frame rather than load the actual ticket.

Last edited by chrisduk; 12-12-2007 at 10:37 PM.
   
Closed Thread

Tags
integration, merged, suite, support, whmcs

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

LinkBacks (?)
LinkBack to this Thread: http://forums.kayako.com/f56/support-suite-integration-whmcs-merged-14755/
Posted By For Type Date
Kayako Bug Tracker - Viewing Bug #414 - WHMCS integration: Password changing in Kayako when replying to ticket This thread Refback 21-12-2007 11:08 AM
Kayako Bug Tracker - Viewing Bug #404 - WHMCS integration: Post reply problem in IE7 This thread Refback 20-12-2007 11:39 AM
Kayako Bug Tracker - Viewing Bug #402 - WHMCS integration: Ticket breadcrumbs = PHP error This thread Refback 20-12-2007 11:38 AM
Kayako Bug Tracker - Viewing Bug #403 - WHMCS integration: View downloads = PHP error This thread Refback 20-12-2007 11:38 AM
Kayako Bug Tracker - Viewing Bug #405 - WHMCS integration: submitticket.php problem This thread Refback 20-12-2007 11:37 AM
Kayako Bug Tracker - Viewing Bug #406 - WHMCS integration: Wrong link in e-mail notifications This thread Refback 20-12-2007 11:37 AM
Kayako Bug Tracker - Viewing Bug #407 - WHMCS integration: Wrong linked subject in WHMCS list This thread Refback 20-12-2007 11:37 AM
Kayako Bug Tracker - Viewing Bug #413 - WHMCS integration: Click on "Next" in the ticket list takes you to home pagw This thread Refback 20-12-2007 11:37 AM

Similar Threads
Thread Thread Starter Forum Replies Last Post
WHMCS Integration Jamie Edwards SupportSuite, eSupport and LiveResponse 62 15-12-2007 06:00 PM
Setting up Support Suite larikn Installation & Upgrading 1 10-09-2007 11:00 AM
eSupport to Support Suite Upgrade Query NS-Icon Presales Questions 2 21-08-2006 04:34 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