Here goes a pastebin with apache's error log, if anyone can help..
http://pastebin.com/p52uGnEU
Search found 10 matches
- 08 Dec 2015, 16:42
- Forum: Help
- Topic: Custom operation backend for GenericInterface not working
- Replies: 2
- Views: 2660
- 07 Dec 2015, 20:27
- Forum: Help
- Topic: Custom operation backend for GenericInterface not working
- Replies: 2
- Views: 2660
Custom operation backend for GenericInterface not working
Hi, I'm trying to create a custom operation module for using with my OTRS's webservice as a provider. In order not to mess with the original files, I decided to create a new folder under Kernel/GenericInterface/Operation/ called MyOp . Just for testing matters to check if I could register and use th...
- 19 Nov 2015, 18:21
- Forum: Help
- Topic: "My Services" empty for agents
- Replies: 3
- Views: 1600
Re: "My Services" empty for agents
Yes, all of the services I created are set default at "Customer User <-> Services" in admin area. They work perfectly for the the tickets and for all costumers.
My problem is that I can't assign them as "My Services" for any agent, because the list is always empty.
My problem is that I can't assign them as "My Services" for any agent, because the list is always empty.
- 19 Nov 2015, 16:00
- Forum: Help
- Topic: "My Services" empty for agents
- Replies: 3
- Views: 1600
"My Services" empty for agents
Hi, I can't figure out why, for all of the agents, no services are shown under "My Services" in their "Edit Agent" screen. I have about 20 services registered on OTRS. There are no (at least that I'm aware of) configurations of roles/groups related to Services themselves. I do fi...
- 22 Sep 2015, 16:41
- Forum: Help
- Topic: Can't update DynamicFields with Perl API (TIcket::Update)
- Replies: 5
- Views: 2434
Re: Can't update DynamicFields with Perl API (TIcket::Update)
Yes, I've uset this now again to make sure my $Result = $updateObj->Run( Data => { SessionID => $Self->{SessionID}, TicketNumber => XXXXXXXXXX', DynamicField => [ { Name => 'MyTestField', Value => "foo", }, ], Ticket => { PriorityID => 2, }, }, ); and the error is still: TicketUpdate.Inval...
- 22 Sep 2015, 16:25
- Forum: Help
- Topic: Can't update DynamicFields with Perl API (TIcket::Update)
- Replies: 5
- Views: 2434
Re: Can't update DynamicFields with Perl API (TIcket::Update)
RStraub: I've tried both of them.. If I don't use the arrow, I get an error as you expected (doesn't seem right) -> "Can't locate object method "DynamicField" via package "Name" (perhaps you forgot to load "Name"?)" If I use square brackets, the results is the...
- 22 Sep 2015, 15:47
- Forum: Help
- Topic: Can't update DynamicFields with Perl API (TIcket::Update)
- Replies: 5
- Views: 2434
Can't update DynamicFields with Perl API (TIcket::Update)
Hi, I'm currently working on a custom module for OTRS and I'm trying to update some of the ticket's properties. For updating them, I've followed https://otrs.github.io/doc/api/otrs/6.0/Perl/Kernel/GenericInterface/Operation/Ticket/TicketUpdate.pm.html The only things I still could not change (for th...
- 05 Aug 2015, 16:18
- Forum: Help
- Topic: [SOLVED] Customers can't view all their tickets
- Replies: 3
- Views: 5197
Re: Customers can't view all their tickets
After reviewing and struggling for some time without noticing any wrong configs, I could put it all to work fine now. The fact is, the last configuration I posted was correct and for some reason OTRS was still managing group permissions for users and preventing them to see their own tickets in some ...
- 03 Aug 2015, 16:53
- Forum: Help
- Topic: [SOLVED] Customers can't view all their tickets
- Replies: 3
- Views: 5197
Re: Customers can't view all their tickets
Thanks for the reply crythias! I've turned off CustomerGroupSupport again and removed some useless configurations regarding that from the config now (attached at the end). The problem is still on. There's a queue named "Infra" and another one named "ServiceDesk" and a few others....
- 31 Jul 2015, 21:35
- Forum: Help
- Topic: [SOLVED] Customers can't view all their tickets
- Replies: 3
- Views: 5197
[SOLVED] Customers can't view all their tickets
Hi, I've been configuring OTRS 4.0.8 for a few weeks and almost everything is working good so far. My agents are registered locally within OTRS and my customers are held in LDAP (something like 30 thousand customers entries). The authentication works just fine. The problem I'm having is that for som...