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
kaviar Offline
Member
 
Posts: 112
Join Date: Dec 2005
Location: Brisbane, Australia
No attachments send in Support Centre - 23-02-2006, 10:21 AM

Hi,

When a client sends a ticket and attaches a file, we aren't receiving it on the staff cp side. I've checked the admin cp settings, and tried sending the attachments to both the database as well as the "files" section. Any Ideas?

Cheers

kaviar
   
Reply With Quote
  (#2) Old
Zach Offline
New Member
 
Posts: 8
Join Date: Mar 2006
27-03-2006, 03:25 PM

Bump this please.

We NEED our attachments to store in the database. Php.ini files are fine, we are just trying a 1kb text file.

Any ideas?
   
Reply With Quote
  (#3) Old
kaviar Offline
Member
 
Posts: 112
Join Date: Dec 2005
Location: Brisbane, Australia
27-03-2006, 09:47 PM

Still having problems with this,

I can however attach a file to an email reply, and it gets parsed and appears as an attachment to the ticket.
   
Reply With Quote
  (#4) Old
Neil-UKWSD Offline
Member
 
Neil-UKWSD's Avatar
 
Posts: 868
Join Date: Jun 2003
Location: United Kingdom
27-03-2006, 10:02 PM

Quote:
Originally Posted by Zach
Bump this please.

We NEED our attachments to store in the database. Php.ini files are fine, we are just trying a 1kb text file.

Any ideas?
Hi,

You problem could be releated to the max_packet_size setting in my.cnf for MySQL, try altering this value for your MySQL install. Try setting it to 10MB or more.


Neil Wood | UK Web.Solutions Direct Ltd

UK cPanel/WHM hosting accounts
http://ukwebsolutionsdirect.co.uk
   
Reply With Quote
  (#5) Old
Neil-UKWSD Offline
Member
 
Neil-UKWSD's Avatar
 
Posts: 868
Join Date: Jun 2003
Location: United Kingdom
27-03-2006, 10:04 PM

Quote:
Originally Posted by kaviar
Still having problems with this,

I can however attach a file to an email reply, and it gets parsed and appears as an attachment to the ticket.
How are your clients opening tickets, via email or web frontend for attachments to not work.

When you reply and add an attachment are you replying via email (to the staff alert) or via the StaffCP?


Neil Wood | UK Web.Solutions Direct Ltd

UK cPanel/WHM hosting accounts
http://ukwebsolutionsdirect.co.uk
   
Reply With Quote
  (#6) Old
Zach Offline
New Member
 
Posts: 8
Join Date: Mar 2006
28-03-2006, 09:38 PM

We were able to fix the problem.

Is there any way to get file attachments to store in the database? Is that a feature coming down the pipes?
   
Reply With Quote
  (#7) Old
Neil-UKWSD Offline
Member
 
Neil-UKWSD's Avatar
 
Posts: 868
Join Date: Jun 2003
Location: United Kingdom
28-03-2006, 10:03 PM

Quote:
Originally Posted by Zach
We were able to fix the problem.

Is there any way to get file attachments to store in the database? Is that a feature coming down the pipes?
Hi,

There is already an option to select where the attachments are stored ("files" directory or in the DB).


Neil Wood | UK Web.Solutions Direct Ltd

UK cPanel/WHM hosting accounts
http://ukwebsolutionsdirect.co.uk
   
Reply With Quote
  (#8) Old
kaviar Offline
Member
 
Posts: 112
Join Date: Dec 2005
Location: Brisbane, Australia
28-03-2006, 10:55 PM

Quote:
Originally Posted by Neil-UKWSD
How are your clients opening tickets, via email or web frontend for attachments to not work.

When you reply and add an attachment are you replying via email (to the staff alert) or via the StaffCP?

The Clients submit tickets via the web frontend, and that's where they can't attach files. However, when replying to a staff alert etc they can attach files fine.

Not to sound stupid but where is the my.cnf file? Were running it on a Windows Server 2003 machine, but i can't find the file. Is there a way i can download it and attach it to mysql?

Cheers

Kaviar
   
Reply With Quote
  (#9) Old
netFusion Offline
Member
 
Posts: 393
Join Date: Sep 2003
Location: My wife calls it the doghouse...
29-03-2006, 02:08 AM

Quote:
Originally Posted by kaviar
Not to sound stupid but where is the my.cnf file? Were running it on a Windows Server 2003 machine, but i can't find the file.
It should be in either your C:\WINDOWS\ folder or in the folder that the MySQL files are launched from.


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
  (#10) Old
kaviar Offline
Member
 
Posts: 112
Join Date: Dec 2005
Location: Brisbane, Australia
29-03-2006, 02:15 AM

Did a search and can't see anything at all, all i got is my.ini
   
Reply With Quote
  (#11) Old
netFusion Offline
Member
 
Posts: 393
Join Date: Sep 2003
Location: My wife calls it the doghouse...
29-03-2006, 04:15 AM

Quote:
Originally Posted by kaviar
Did a search and can't see anything at all, all i got is my.ini
Sorry, I didn't read the post close enough. The my.ini file is what I was talking about. I don't know what my.cnf is... I don't have one on any of my servers, so I'm assuming it's a typo and he meant my.ini...


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
  (#12) Old
Neil-UKWSD Offline
Member
 
Neil-UKWSD's Avatar
 
Posts: 868
Join Date: Jun 2003
Location: United Kingdom
29-03-2006, 09:39 AM

Hi,

On Linux servers it is my.cnf.


Neil Wood | UK Web.Solutions Direct Ltd

UK cPanel/WHM hosting accounts
http://ukwebsolutionsdirect.co.uk
   
Reply With Quote
  (#13) Old
mmay Offline
Member
 
Posts: 52
Join Date: Oct 2005
30-03-2006, 10:49 PM

Just as a side note for people finding this issue in the future...

I had a similar problem with my setup running on a Windows/IIS server where attachements couldn't be added via the Staff CP. It was due to the upload_tmp_dir setting in php.ini. I set that to a new folder (d:\tmp in my case) then made sure the Everyone group had a write access NTFS setting for that folder, and then iisreset and things are working fine...
   
Reply With Quote
  (#14) Old
kaviar Offline
Member
 
Posts: 112
Join Date: Dec 2005
Location: Brisbane, Australia
31-03-2006, 12:05 AM

Thanks for the info, changed the settings, but i still can't send files via the support centre and staff cp.
   
Reply With Quote
Reply

Tags
attachments, centre, support

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
Auto Sort and Filter using Support Centre Siora Duplicate Requests 6 11-06-2007 01:11 AM
After Upgrading From 3.0.27 Users can't log into Support Centre michaelP Installation & Upgrading 14 01-06-2006 12:47 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