Kayako logo
How do I? Questions about how to do specific things in SupportSuite, eSupport and LiveResponse. Not for reporting problems.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  (#1) Old
joelin Offline
Member
 
Posts: 32
Join Date: Feb 2007
how can i integrate modernbill and supportsuit? - 11-08-2007, 06:52 AM

hi,

i want to integrate modernbill and supportsuit,

can any one tell me?

thanks a lot.
   
Reply With Quote
  (#2) Old
craigbrass Offline
Senior Member
 
Posts: 5,712
Join Date: Jun 2005
Location: Cumbria, UK
11-08-2007, 01:52 PM

If you download the package from the members area, look in the integrate folder. It tells you how to do it for both MB V4 and MB V5.


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

Icon Headquarters - Its Elixir - Web2Messenger
   
Reply With Quote
  (#3) Old
joelin Offline
Member
 
Posts: 32
Join Date: Feb 2007
11-08-2007, 01:52 PM

hi,

in the modernbillv5-integrate-howto.txt

Quote:
################################################
# BRIEF INTEGRATION INSTRUCTIONS
#
# =============================================
#
# Copyright (c) 2001-2006 Kayako Infotech Ltd.
#
################################################



=========================================
MODERNBILL V5 INTEGRATION HOW TO
=========================================

1) Open integrate/modernbillv5/lib-hooks/app-modernbill-client/integrate.php and change the following line to full absolute path to your Product Installation (SupportSuite/eSupport)

define("SWIFTPATH", "/home/path/to/support/");

Examples:

define("SWIFTPATH", "/home/company/public_html/support/");


2) Copy the lib-hooks directory of package to root directory of your ModernBill Installation

3) Copy the KayakoShowHelpdeskTicketDetails.tpl file from integrate/lib-themes/default/app-modernbill-client/templates/helpdesk directory to lib-themes/default/app-modernbill-client/templates/helpdesk directory of your ModernBill installation

3) Thats it! Your ModernBill v5 Client Area is now replaced with the SupportSuite/eSupport Frontend

i follew it to do

but when i login the MB from client window "app-modernbill-client",

it show with error

Quote:
Fatal error: require_once() [function.require]: Failed opening required '/var/home/*****/public_html/billing/index.php' (include_path='.:/usr/lib/php:/usr/local/lib/php:/home/*****/public_html/billing/lib-tk/include/pear') in /home/*****/public_html/billing/lib-hooks/app-modernbill-client/integrate.php on line 32

and i go to check integrate.php on line 32,it shows
Quote:
require_once (SWIFTPATH."index.php");

and i check the root-install-folder of modernbill

it contain only "index.html" without "index.php" !!!


how can i install next? or where i do wrong setting?


thanks a lot.
   
Reply With Quote
  (#4) Old
craigbrass Offline
Senior Member
 
Posts: 5,712
Join Date: Jun 2005
Location: Cumbria, UK
11-08-2007, 01:55 PM

Quote:
/var/home/*****/public_html/billing/index.php
You are setting the path of Kayako not ModernBill. By the looks of the above (/billing/), you have set it to include itself.


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

Icon Headquarters - Its Elixir - Web2Messenger
   
Reply With Quote
  (#5) Old
joelin Offline
Member
 
Posts: 32
Join Date: Feb 2007
11-08-2007, 02:04 PM

hi,thanks for your replay first.

i install the SS in root of public_html

i change the define("SWIFTPATH", "/home/path/to/support/") to /home/*****/public_html/
and /var/home/*****/public_html/,

but all get errors still


thanks a lot.
   
Reply With Quote
  (#6) Old
craigbrass Offline
Senior Member
 
Posts: 5,712
Join Date: Jun 2005
Location: Cumbria, UK
11-08-2007, 02:08 PM

What type of control panel do you use on your server, cPanel?


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

Icon Headquarters - Its Elixir - Web2Messenger
   
Reply With Quote
  (#7) Old
joelin Offline
Member
 
Posts: 32
Join Date: Feb 2007
11-08-2007, 02:13 PM

dear craigbrass,

thanks for your help a lot.

i have find why it is and fix it now!

thanks a lot.
   
Reply With Quote
  (#8) Old
craigbrass Offline
Senior Member
 
Posts: 5,712
Join Date: Jun 2005
Location: Cumbria, UK
11-08-2007, 02:14 PM

Ah, great stuff. What was the problem?


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

Icon Headquarters - Its Elixir - Web2Messenger
   
Reply With Quote
  (#9) Old
joelin Offline
Member
 
Posts: 32
Join Date: Feb 2007
11-08-2007, 02:27 PM

haha,

because i set the worng user-name.


can i ask you a question?

it is that how can i let a password used for both mb and ss?

because i create a user from mb with mail@mail.com and password,

i want to log in the ss but failed.

i use the staff right of ss to set a new password for the mail account,

then i can use the mail and the new password to log in from ss portal,

but i can not use the new password for modernbill,


is it ok or where i make in the wrong way?


thanks a lot.
   
Reply With Quote
  (#10) Old
craigbrass Offline
Senior Member
 
Posts: 5,712
Join Date: Jun 2005
Location: Cumbria, UK
11-08-2007, 02:51 PM

The idea of the integration is that users access the helpdesk from inside ModernBill rather than using the default Kayako frontend.


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

Icon Headquarters - Its Elixir - Web2Messenger
   
Reply With Quote
  (#11) Old
joelin Offline
Member
 
Posts: 32
Join Date: Feb 2007
11-08-2007, 02:54 PM

Quote:
Originally Posted by craigbrass View Post
The idea of the integration is that users access the helpdesk from inside ModernBill rather than using the default Kayako frontend.
hi,craigbrass

so,they co-use the db of ticket only,

but the log in ifno is not,sure?


thanks a lot.

Last edited by joelin; 11-08-2007 at 02:56 PM.
   
Reply With Quote
  (#12) Old
craigbrass Offline
Senior Member
 
Posts: 5,712
Join Date: Jun 2005
Location: Cumbria, UK
11-08-2007, 03:00 PM

What happens is when they login to ModernBill, it calls stuff from Kayako like tickets and knowledge base articles when they visit these pages. The idea of this is to give the users a fully integrated feel to your site rather than two separate systems.


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

Icon Headquarters - Its Elixir - Web2Messenger
   
Reply With Quote
  (#13) Old
joelin Offline
Member
 
Posts: 32
Join Date: Feb 2007
11-08-2007, 03:47 PM

hi,craigbrass,

in this way,i take some test.

1)

i create a account from mb with mail-a,

i can log in mb with the mail-a and password,

but i can not use it to log in ss,

===>> i log in the the ss and make sure that the mail-a is in the system of ss.

===>> i try to register from ss portal with the mail-a, but i failed.

===>> and i try to use the feature of [Lost Password] in the ss portal,but i do not get the mail of password,is it my problem of my server?


2)

if the the system ( mb + ss ) is on line some day,

and the customer older from mb first,

he will not register form ss and use ss from ss portal directly?


3)

on the other hand,


if the the system ( mb + ss ) is on line some day,

and the visitor register from ss portal first,

he will not order with the same mail form mb directly?



thanks a lot.
   
Reply With Quote
  (#14) Old
craigbrass Offline
Senior Member
 
Posts: 5,712
Join Date: Jun 2005
Location: Cumbria, UK
11-08-2007, 04:55 PM

The customer goes into ModernBill using their client details and clicks links like Knowledge Base, Submit Ticket and View Submitted Tickets. It shows inside the ModernBill interface. They do NOT use the Kayako interface.


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

Icon Headquarters - Its Elixir - Web2Messenger
   
Reply With Quote
  (#15) Old
joelin Offline
Member
 
Posts: 32
Join Date: Feb 2007
11-08-2007, 05:07 PM

YES,i know they can use the ticket and knowledgebase from mb,

but it look likely they can not use the ss well directly with the same account!


thanks a lot.

Last edited by joelin; 11-08-2007 at 05:11 PM.
   
Reply With Quote
Reply

Tags
integrate, modernbill, supportsuit

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



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