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
kaj@hih.dk Offline
New Member
 
Posts: 10
Join Date: Nov 2003
eSupport, Exchange 2007 and windows server - 10-09-2008, 02:04 PM

Hi

I have read the forums, and I understand that to get eSupport to fetch e-mail from an Exchange 2007 server I will have to install php with the kerberos support disabled.

I'm running a windows server as the host for the kayako system. Can I download a php version that will work?

I'm not interested in trying to compile php myself.

Regards,

Kaj
   
Reply With Quote
  (#2) Old
supportskins Offline
Senior Member
 
supportskins's Avatar
 
Posts: 3,956
Join Date: Aug 2006
Location: Mumbai, India
10-09-2008, 09:14 PM

Kayako does not provide PHP versions. That is something you need to get from - PHP: Hypertext Preprocessor.



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
kaj@hih.dk Offline
New Member
 
Posts: 10
Join Date: Nov 2003
10-09-2008, 09:18 PM

Quote:
Originally Posted by supportskins View Post
Kayako does not provide PHP versions. That is something you need to get from - PHP: Hypertext Preprocessor.
But I do not see any compiled versions with kerberos disabled at PHP: Hypertext Preprocessor eighter? Or am I looking in the wrong place?

Do Kayako really expect users to compile php themselves to work around this?

Regards,

Kaj
   
Reply With Quote
  (#4) Old
John Haugeland Offline
Developer
 
John Haugeland's Avatar
 
Posts: 800
Join Date: Dec 2007
Location: Idaho
10-09-2008, 09:54 PM

We cannot realistically provide PHP versions pre-compiled to every user's platform, library batch, operating system, et cetera. We are sorry that Exchange 2007 is so deeply broken, and we are sorry that a PHP module (not php itself) needs to be recompiled with a command line switch to get around it.

However, until Microsoft fixes their mail server, there's also really nothing we can do about it.


John Haugeland (john.haugeland ]at[ kayako.com)
----------------------------------------------------------------
---
   
Reply With Quote
  (#5) Old
kaj@hih.dk Offline
New Member
 
Posts: 10
Join Date: Nov 2003
11-09-2008, 09:02 AM

Hi

I don't expect you to provide PHP versions for everybody. I just expect you to help your customers work around the problem that we experience. For linux users it might be expected that recompiling a module is common skill, but not for windows users.

And I really belive you when you say that it's a bug in Exchange 2007. But that does not help anybody. You know how long it takes for them to correct a bug like that, and while we wait you can't just say "don't use Exchange 2007". Bugs are present, and you have to work around them in a lot of places.

Regards,

Kaj
   
Reply With Quote
  (#6) Old
John Haugeland Offline
Developer
 
John Haugeland's Avatar
 
Posts: 800
Join Date: Dec 2007
Location: Idaho
11-09-2008, 06:30 PM

Yes, that's why we provide concrete instructions for you on how to fix this. We cannot realistically provide the several tens of thousands of versions of precompiled PHP modules this would require, even if it would be convenient.

The instructions are the appropriate way to handle this, and represent the least effort for you. It would be much, much more difficult for you to pick through a table of options looking for the right precompile.


John Haugeland (john.haugeland ]at[ kayako.com)
----------------------------------------------------------------
---
   
Reply With Quote
  (#7) Old
kaj@hih.dk Offline
New Member
 
Posts: 10
Join Date: Nov 2003
11-09-2008, 07:17 PM

Quote:
Originally Posted by John Haugeland View Post
Yes, that's why we provide concrete instructions for you on how to fix this.
Could you please point me to these instructions?

Quote:
Originally Posted by John Haugeland View Post
We cannot realistically provide the several tens of thousands of versions of precompiled PHP modules this would require, even if it would be convenient.
I thought it was only one module? And if you recommend PHP 5.2.6, could you not just provide for that version?

Regards,

Kaj
   
Reply With Quote
  (#8) Old
Casey Rousseau Offline
Member
 
Casey Rousseau's Avatar
 
Posts: 205
Join Date: Aug 2008
Location: Connecticut, USA
11-09-2008, 08:23 PM

In addition to multiple languages, there are multiple platforms, and soon, I'm sure there will be a PHP 5.2.7. John's right.


Casey Rousseau
Prophesy Transportation Solutions, Inc.
   
Reply With Quote
  (#9) Old
John Haugeland Offline
Developer
 
John Haugeland's Avatar
 
Posts: 800
Join Date: Dec 2007
Location: Idaho
Lightbulb 11-09-2008, 08:48 PM

Quote:
Originally Posted by kaj@hih.dk View Post
Quote:
Originally Posted by john
We cannot realistically provide the several tens of thousands of versions of precompiled PHP modules this would require, even if it would be convenient.
I thought it was only one module? And if you recommend PHP 5.2.6, could you not just provide for that version?
Yes, it's tens of thousands of versions of one module. Your operating system and distro are involved. The CPU bus bitwidth is involved. The PHP version is involved. The vendor and version of the platform headers you have are involved. The debug mode is involved. Half a dozen other variables are involved. If any one of them is wrong, your PHP will start crashing. The compile process detects them all automatically. Kayako has no access to your machine and does not know the various settings involved. Your toolchain and autoconfigure do. Please just follow the instructions in the PHP manual.





Quote:
Originally Posted by kaj@hih.dk View Post
And if you recommend PHP 5.2.6, could you not just provide for that version?
No. We cannot. Please just recompile the module --without-kerberos.




Quote:
Originally Posted by kaj@hih.dk
Could you please point me to these instructions?
Those instructions are "recompile the module --without-kerberos". Beyond that, for the same reason we can't provide the module, we can't tell you what to do - it's different system to system. It's generally just two or three commands.

PHP: Installing/Configuring - Manual

But, no, we cannot do this for you. It's not a question of "will or won't". It's a question of "can or can't". We are not able to.


John Haugeland (john.haugeland ]at[ kayako.com)
----------------------------------------------------------------
---

Last edited by John Haugeland; 11-09-2008 at 08:49 PM..
   
Reply With Quote
  (#10) Old
kaj@hih.dk Offline
New Member
 
Posts: 10
Join Date: Nov 2003
11-09-2008, 09:09 PM

Ok, I will try once more to explain my view. You seem to have missed a point of mine.

[quote=John Haugeland;87187]Yes, it's tens of thousands of versions of one module. Your operating system and distro are involved. <cut> Please just recompile the module --without-kerberos. QUOTE]

I am perfectly ok with you expecting that linux users can recompile the module. I'm not ok with you expecting that windows user can do the same. Yes, we are that stupid ;-)

So I'm only asking for a windows version, there is only win32 at php.net, so I can't see why it should be that many versions.

At https://support.kayako.com/index.php...eid=5&nav=0,25 you say "The incoming email handling is handled using the included PHP IMAP module". I'm only asking you to honor that.

Regards,

Kaj
   
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

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
Exchange 2007 configuration for sending emails from SupportSuite D0ubleStakked SupportSuite, eSupport and LiveResponse 19 18-12-2008 06:32 PM
SS 3.20 on linux - mailparser to Exchange 2007 - does this work yet? D0ubleStakked SupportSuite, eSupport and LiveResponse 0 05-09-2008 02:52 PM
SupportSuite, eSupport and LiveResponse 3.20.00 Release Candidate Jamie Edwards SupportSuite, eSupport and LiveResponse 43 18-03-2008 03:23 AM



Powered by vBulletin® Version 3.7.5
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
Help desk software by Kayako.


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 48