Search found 10 matches
- 02 Oct 2012, 21:14
- Forum: Help
- Topic: Import/Export large amount of data
- Replies: 16
- Views: 10165
Re: Import/Export large amount of data
I've just run into the same problem. The way that I solved the "EOF - End of data in parsing input stream" error was to remove the Text::CSV_XS perl module. From what I can tell, it may be due the way that it reads data in from the input string or something. Not sure exactly, but when I de...
- 17 Sep 2012, 16:22
- Forum: Help
- Topic: HELP - Systemmonitoring is driving me CRAZY!
- Replies: 5
- Views: 2240
Re: HELP - Systemmonitoring is driving me CRAZY!
Well, I've done a clean install of OTRS 3.1.10 with SystemMonitoring 2.3.3 and it seems to be working as expected. I'll start adding the other modules (iPhoneHandle, etc.) back in and see if anything breaks. I just assumed that it was misconfiguration by me. In the end, we may still find that's the ...
- 14 Sep 2012, 22:55
- Forum: Help
- Topic: HELP - Systemmonitoring is driving me CRAZY!
- Replies: 5
- Views: 2240
Re: HELP - Systemmonitoring is driving me CRAZY!
Thanks. I'll give that a try and report back. I'm correct in my assumption of how it SHOULD work though, right?
Thanks again.
Jeff
Thanks again.
Jeff
- 14 Sep 2012, 20:28
- Forum: Help
- Topic: HELP - Systemmonitoring is driving me CRAZY!
- Replies: 5
- Views: 2240
Re: HELP - Systemmonitoring is driving me CRAZY!
Thanks for the reply jojo. I'm currently running OTRS 3.1.6 with systemmonitoring 2.3.2. Are there issues with those versions? I'm prepared to try upgrading, if that will solve the issue.
Thanks again.
Jeff
Thanks again.
Jeff
- 13 Sep 2012, 23:00
- Forum: Help
- Topic: HELP - Systemmonitoring is driving me CRAZY!
- Replies: 5
- Views: 2240
HELP - Systemmonitoring is driving me CRAZY!
Hi Everyone, I'm trying to get the systemmonitoring module working and it's driving me absolutely CRAZY. :( I'm trying to get it to work with Nagios. I'm basically using it "straight-out-of-the-box". The only thing that I changed was the FromAddressRegExp to reflect my nagios email address...
- 11 Jun 2012, 17:58
- Forum: Developers
- Topic: Create tickets from PHP using SOAP
- Replies: 1
- Views: 5791
Re: Create tickets from PHP using SOAP
Sorin, It appears that when they fixed a bug in the web services between 3.1.2 and 3.1.4, they changed some of the required information for submitting tickets via web services. Through a fair amount of trial and error, I worked out what it seems to take. This is far from official, but it worked for ...
- 25 Apr 2012, 22:41
- Forum: General
- Topic: OTRS 3.1.1 - HOW Can I hide services not related to queue
- Replies: 5
- Views: 4578
Re: OTRS 3.1.1 - HOW Can I hide services not related to queu
I tried the css route, but it didn't work. The else statement solved it for me. Since I'm a newbie, it took some time for me to figure out WHICH .pm files to modify. I had to modify AgentTicketEmail.pm and AgentTicketPhone.pm in the Kernel/Modules folder.
Jeff
Jeff
- 24 Apr 2012, 21:37
- Forum: Help
- Topic: [SOLVED] Show/Hide Dynamic Field Based on Service
- Replies: 2
- Views: 2633
Re: [SOLVED] Show/Hide Dynamic Field Based on Service
I was eventually able to get it worked out. In AgentTicketPhone.dtl and AgentTicketEmail.dtl, I added some code in the section where it checks if the Service is changed: <script type="text/javascript">//<![CDATA[ $('#ServiceID').bind('change', function (Event) { Core.AJAX.FormUpdate($('#Ne...
- 19 Apr 2012, 17:24
- Forum: Help
- Topic: [SOLVED] Show/Hide Dynamic Field Based on Service
- Replies: 2
- Views: 2633
[SOLVED] Show/Hide Dynamic Field Based on Service
Hi All, I'm trying to setup my New Phone Ticket so that some dynamic fields only show when a particular Service or SLA is chosen. I've found the posts on here dealing with freetext fields showing for certain queues, etc. but I'm unsure of how I need to go about changing things to work for dynamic fi...
- 09 Feb 2012, 17:21
- Forum: Help
- Topic: Mandatory field for service
- Replies: 5
- Views: 2793
Re: Mandatory field for service
There's an FAQ available that describes what's needed:
https://faq.otrs.org/otrs/public.pl?Act ... ItemID=380
You need to do some editing in one of the files.
Jeff
https://faq.otrs.org/otrs/public.pl?Act ... ItemID=380
You need to do some editing in one of the files.
Jeff