Create customer ticket

Moderator: crythias

Locked
Ugalimaster
Znuny newbie
Posts: 16
Joined: 22 Apr 2016, 16:04
Znuny Version: OTRS 5.0.x

Create customer ticket

Post by Ugalimaster »

I have a OTRS 5.0.9 System
If I want to create a ticket as a customer (otrs/customer.pl), there comes an Error which says the following:

Code: Select all

Error during AJAX communication. Status: parsererror, Error: SyntaxError: JSON.parse: unexpected non-whitespace character after JSON data at line 1 column 1499 of the JSON data
I don't understand what it want to combine and how I can fix that error.

ApacheLog:

Code: Select all

-e: Argument "444423NYP-" isn't numeric in shmget at /opt/otrs/Kernel/System/Log.pm line 105.
If you need more informations, please say it! ;)

Thanks
Last edited by Ugalimaster on 25 Apr 2016, 16:11, edited 1 time in total.
RStraub
Znuny guru
Posts: 2210
Joined: 13 Mar 2014, 09:16
Znuny Version: 6.0.14
Real Name: Rolf Straub

Re: Create customer ticket

Post by RStraub »

Could you check the SysConfig and tell us your SystemID ?
It seems it's set to "NYP" but the module expects a numeric value.

You can see that the string "44423NYP-" is build here:
https://github.com/OTRS/otrs/blob/rel-5 ... Log.pm#L97
Currently using: OTRS 6.0.14 -- MariaDB -- Ubuntu 16 LTS
Ugalimaster
Znuny newbie
Posts: 16
Joined: 22 Apr 2016, 16:04
Znuny Version: OTRS 5.0.x

Re: Create customer ticket

Post by Ugalimaster »

Yes the SystemID is NYP since OTRS 3 and now there is a red message that it has to be numeric but I can save it with no problem..

and thank you ;)
RStraub
Znuny guru
Posts: 2210
Joined: 13 Mar 2014, 09:16
Znuny Version: 6.0.14
Real Name: Rolf Straub

Re: Create customer ticket

Post by RStraub »

You are welcome - but just so you know, this might (!) lead to problems when there are still open tickets and you receive answers to them. OTRS will now be unable to merge them with the correct ticket.
Currently using: OTRS 6.0.14 -- MariaDB -- Ubuntu 16 LTS
Locked