Kayako logo
Installation & Upgrading Questions and issues regarding the installation and upgrade procedure of SupportSuite, eSupport and LiveResponse.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  (#1) Old
Laco Offline
Member
 
Posts: 41
Join Date: Jul 2007
Public part is not working - 09-07-2007, 03:01 PM

Dear All,

Could anybody please point me, what's wrong with my Kayako installation?
I have two version of kayako installed on our server (Official and Dev version for testing).

I've download and installed latest cvs build and at seems to only work for staff and admin. The public part of the kayako dev (for users to log in) is not working.

I can only seen blank page.

Any suggestions?
   
Reply With Quote
  (#2) Old
Jamie Edwards Offline
Operations Manager
 
Jamie Edwards's Avatar
 
Posts: 5,458
Join Date: Jan 2006
Location: United Kingdom
09-07-2007, 03:05 PM

Hi Laco,

Any errors in your PHP log?


Jamie Edwards (jamie.edwards ]at[ kayako.com)
----------------------------------------------------------------
---
   
Reply With Quote
  (#3) Old
Sheep Offline
Member
 
Sheep's Avatar
 
Posts: 350
Join Date: Feb 2007
Location: Lyon, France
09-07-2007, 03:05 PM

Only the cvs version doesn't work or ALL versions?


Antoine "Sheep" BERMON
-- Lurking around there --
   
Reply With Quote
  (#4) Old
Laco Offline
Member
 
Posts: 41
Join Date: Jul 2007
09-07-2007, 03:17 PM

Hello,

No, no errors. I've used esupport.3.10.02.cvs.zendopen from 29th July 2007.
The strange think is, the staff and admin is working fine.

I've also check our Linux server for some errors and seems to be fine.
   
Reply With Quote
  (#5) Old
Laco Offline
Member
 
Posts: 41
Join Date: Jul 2007
09-07-2007, 03:19 PM

Ahh sorry, I've tried just this version as I'm just testing it. I didn't try stable 3.10.02 version.
   
Reply With Quote
  (#6) Old
supportskins Offline
Senior Member
 
supportskins's Avatar
 
Posts: 3,865
Join Date: Aug 2006
Location: Mumbai, India
10-07-2007, 01:01 PM

Did you come across any errors while installing the software. There is a good chance that the templates were not inserted correctly during installation.



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
  (#7) Old
Laco Offline
Member
 
Posts: 41
Join Date: Jul 2007
11-07-2007, 09:53 AM

I'm not sure, but I will try to reinstall again and I'll let you know.
Thanks for replies.
   
Reply With Quote
  (#8) Old
netFusion Offline
Member
 
Posts: 393
Join Date: Sep 2003
Location: My wife calls it the doghouse...
11-07-2007, 11:47 AM

Did you remove the setup folder? Seems I remember not being able to login to the client area one time when I left the setup folder in there...


netFusion Computer and Network Solutions
Web Site: http://www.netFusionKC.com
Web Store: https://www.netfusionkc.com/store/

Anything I say or do is my own opinion and may make absolutely no sense to anyone but me...
   
Reply With Quote
  (#9) Old
Laco Offline
Member
 
Posts: 41
Join Date: Jul 2007
17-07-2007, 05:41 PM

Yes, the setup folder is not there. I've also downlaod just now latest cvs version -> upgrade everything -> -> and I've still have the same issue.

I can see blank page when try to use public access, however staff and admin is working correctly.

No errors during upgrade, no errors in logs.

Any suggestion, what I'm missing?
   
Reply With Quote
  (#10) Old
craigbrass Offline
Senior Member
 
Posts: 5,768
Join Date: Jun 2005
Location: Cumbria, UK
17-07-2007, 07:38 PM

Submit a ticket to http://support.kayako.com with FTP Details, Admin Area Login Details and a link to this forum post and they will investigate the issue on your server. There is noting more we can tell you really without looking at your installation.


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

Icon Headquarters - Its Elixir - Web2Messenger
   
Reply With Quote
  (#11) Old
Laco Offline
Member
 
Posts: 41
Join Date: Jul 2007
18-07-2007, 12:02 PM

OK, done. Ticket ID: APT-262845.
   
Reply With Quote
  (#12) Old
Laco Offline
Member
 
Posts: 41
Join Date: Jul 2007
23-07-2007, 11:35 AM

Hello Guys,

I've found out what was a possible problem. I've done a new upgrade and than I've been receiving following error:

Fatal error: Cannot redeclare processwidgets() (previously declared in .../support/includes/functions.php:3306) in .../support/includes/Widgets/widgets.php on line 207

So I've looked into the widgets.php because I've done some changes in there I've actually discovered that in new builds this whole part is missing:

/**
* ###############################################
* !! DO NOT EDIT ANYTHING BELOW THIS POINT !!
* ###############################################
*/

/**
* Processes the widgets array into a number based index array, along with mod of 2.. this allows for the 2 column row of icons
*/
function processWidgets($widgets)
{
global $module;

$newwidgets = array();
$index = 0;

foreach ($widgets as $key=>$val)
{
$newwidgets[$index] = $val;
$newwidgets[$index]["split"] = $index%2;

// if this is the last item then we end the split right here.
if (($index+1) == count($widgets))
{
$newwidgets[$index]["split"] = 1;
}

$index++;
}

return $newwidgets;
}

So I've removed this part and now everything seems to work.

Does anybody knows to what was this part related and why is suddenly not there? Sorry for this question, but I'm not coder so I do not really understand this things.
   
Reply With Quote
  (#13) Old
supportskins Offline
Senior Member
 
supportskins's Avatar
 
Posts: 3,865
Join Date: Aug 2006
Location: Mumbai, India
23-07-2007, 12:09 PM

Re-upload the widgets.php file in Binary format, it should fix the issue.



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
  (#14) Old
Laco Offline
Member
 
Posts: 41
Join Date: Jul 2007
23-07-2007, 12:25 PM

Kayako is locally on my server where I've unpacked whole package. Do you really think I need to re-upload the widgets.php again.

The fact is part mentioned above is not there. By deleting it I can see the log in page correctly, however after log in , instead of reloading my "Dev" version 3.11.00 I see my real 3.10.02 version.

Any clues?
   
Reply With Quote
  (#15) Old
craigbrass Offline
Senior Member
 
Posts: 5,768
Join Date: Jun 2005
Location: Cumbria, UK
23-07-2007, 01:05 PM

Reuploading will confirm the issue is with the latest code.


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

Icon Headquarters - Its Elixir - Web2Messenger
   
Reply With Quote
Reply

Tags
public

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
Feb. 9 built: Live chat not working in Mac kami SupportSuite, eSupport and LiveResponse 0 09-02-2007 01:38 PM
KayakoMobile Public Beta 4 Available Ryan Lederman News and Announcements 0 04-05-2006 04:31 AM
KayakoMobile Public Beta 3 Available (PPC2003 support!) Ryan Lederman News and Announcements 0 26-04-2006 03:31 AM
KayakoMobile Public Beta 2 Available Ryan Lederman News and Announcements 0 19-04-2006 07:12 AM
Kayako Mobile Public Beta 1 Available Ryan Lederman News and Announcements 0 21-03-2006 06:39 AM



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


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 47