Customer Ticket problems

Moderator: crythias

Locked
Jason
Znuny newbie
Posts: 15
Joined: 29 Jul 2013, 16:24
Znuny Version: 3.1.7

Customer Ticket problems

Post by Jason »

So, we have an issue with out ticket system. The Customer can make a ticket, and the agents are able to see and make changes if necessary to it.

What the problem is, is that the customer cannot see the ticket immediately after its created, nor anytime afterwards. I've had a look into it and I managed to find the console panicking.

Code: Select all

Panic! No UserData for user id: '10001'!!!
Panic! No UserData for user id: '10001'!!!
Panic! No UserData for user id: '10001'!!!
No UserLogin found for '10001'!
Panic! No UserData for user id: '10001'!!!
Panic! No UserData for user id: '10001'!!!
No UserLogin found for '10001'!
No UserLogin found for '10001'!
This was just a part of it, its not spamming the console a lot but enough to be easily noticed.
Does anyone have an idea as to if these two are related, or has a solution to either?
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Customer Ticket problems

Post by crythias »

bad backend?

You must have customized something to cause this...
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
Jason
Znuny newbie
Posts: 15
Joined: 29 Jul 2013, 16:24
Znuny Version: 3.1.7

Re: Customer Ticket problems

Post by Jason »

Do you have any rough ideas on what could of been configured badly to cause this? Anything at all would be useful at this point.

Thanks for responding so fast too. :)
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Customer Ticket problems

Post by crythias »

Jason wrote:Do you have any rough ideas on what could of been configured badly to cause this? Anything at all would be useful at this point.
I could ask of you the same question.
Usual suspects are sysconfig and config.pm ... but your error messages do not usually form in a vacuum. There is usually context associated with this...

But, yes, the rough idea is back end configuration.
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
Locked