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

Kayako develops robust helpdesk software, live chat and real-time visitor monitoring software.
Kayako is trusted by more than 30,000 organizations, including a number of Fortune 500 companies and government institutions.
Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  (#1) Old
orionsat Offline
New Member
 
Posts: 5
Join Date: Aug 2007
Location: Perth, WA
Maybe it's just me.... - 17-08-2007, 04:58 AM

G'Day guys!I've had a horrendous time getting this setup on IIS6, however, I seem to be almost there!!! EEK!

The ONLY thing that I can see is wrong with my install is the fact that POP3 will only retreive the top message (first one) in the mailbox. It also leaves the mail in there once it has created the ticket!Am I doing something wrong?

If you need any info to help you out, please let me know!


Cheers,

Dave
   
Reply With Quote
  (#2) Old
orionsat Offline
New Member
 
Posts: 5
Join Date: Aug 2007
Location: Perth, WA
Extra! - 17-08-2007, 07:27 AM

EDIT: I'm also getting some dodgy error when running cron/index.php?_t=parser:
PHP has encountered an Access Violation at 03567BF0Total Messages in Inbox: 2
Fetching Msg Num: 1
Account is POP3
Fetching Msg UID: 1

And sometimes, I get this error (1 in 5):

PHP has encountered an Access Violation at 03567BF0Total Messages in Inbox: 2
Fetching Msg Num: 1
Account is POP3
Fetching Msg UID: 1
Invalid SQL: INSERT INTO `swauditlogs` (`ticketid`, `staffid`, `departmentid`, `userid`, `dateline`, `logtype`, `actiontype`, `actionmsg`) VALUES ('15', '', '1', '6', '1187332001', '5', '14','Setting due time to: 18 Aug 2007 07:26 AM'),('15', '', '1', '6', '1187332001', '2', '11','New ticket created by Dave Forster'); (Incorrect integer value: '' for column 'staffid' at row 1)


Hope this helps! :S
Dave

Last edited by orionsat; 17-08-2007 at 07:29 AM. Reason: Formatting
   
Reply With Quote
  (#3) Old
netFusion Offline
Member
 
Posts: 337
Join Date: Sep 2003
Location: My wife calls it the doghouse...
17-08-2007, 07:48 AM

These errors sound like you have a problem with your PHP install or the PHP DLL's.

The reason you are only getting one message out of the POP3 account is because PHP is crashing when trying to process the POP3 calls.

First place I would suggest to look is at your PHP installation and verify that all of the PHP_*.DLL's that are being loaded are of the same version that your PHP is.

Also you might enable logging in the PHP.INI file and see if the errors that show up in your log can point you in a more helpful direction.

Good luck!


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
  (#4) Old
Mahesh Slaria Offline
Member
 
Posts: 180
Join Date: Jul 2006
17-08-2007, 08:05 AM

Hi,
This error occure in our previous builds if your SQL_MODE is set to "NO_AUTO_VALUE_ON_ZERO".

It is fixed in our upcoming CVS build. You can also fix this error by removing "NO_AUTO_VALUE_ON_ZERO" from your SQL_MODE.

Thanks.

Regards,
   
Reply With Quote
  (#5) Old
orionsat Offline
New Member
 
Posts: 5
Join Date: Aug 2007
Location: Perth, WA
Smile 17-08-2007, 10:48 AM

Quote:
Originally Posted by Mahesh Slaria View Post

It is fixed in our upcoming CVS build. You can also fix this error by removing "NO_AUTO_VALUE_ON_ZERO" from your SQL_MODE.
Where do I change this value???
   
Reply With Quote
  (#6) Old
blaforce Offline
New Member
 
Posts: 21
Join Date: Aug 2007
Location: South Lake Tahoe, CA
17-08-2007, 10:46 PM

I remarked out sql-mode (#sql-mode=.....) in my.ini and restarted mysql. It worked for me. Seems like they are still using old sql commands that do an auto conversion.
Brian
   
Reply With Quote
  (#7) Old
supportskins Offline
Senior Member
 
supportskins's Avatar
 
Posts: 5,247
Join Date: Aug 2006
Location: Mumbai, India
20-08-2007, 11:53 AM

Quote:
Originally Posted by orionsat View Post
Where do I change this value???
You can find this in the my.cnf file (incase of Windows server it will be my.ini file)



Professional and Affordable Kayako Skins - Specialists in Kayako Skinning & Customization - Professional Paid Support
Our Skins and Services - http://www.supportskins.com/store/ - NEW SKIN ADDED!!
SupportSkins.com - http://www.supportskins.com/
   
Reply With Quote
  (#8) Old
dim01dim01 Offline
New Member
 
Posts: 9
Join Date: Jan 2008
Restart IIS - 25-03-2008, 10:03 AM

I restarted IIS and it worked.
   
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




Powered by vBulletin® Version 3.8.3
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.2


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 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78