Error in system log
Moderator: crythias
Error in system log
I got a lot of errors:
OTRS-CGI-37 No Type for Unclassified found!
Any idea why?
OTRS-CGI-37 No Type for Unclassified found!
Any idea why?
Re: Error in system log
As the error states, there is no ticket type Unclassified on your system
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
Re: Error in system log
So what to do?
I have the same problem after updating from 5.0.4 to 5.0.6.
I have the same problem after updating from 5.0.4 to 5.0.6.
Re: Error in system log
Well you need to find why OTRS is trying to use Unclassified, it's not a default Type. Check your /var/log/messages for more detail about the error. You can also search in your sysconfig for Unclassified.
Re: Error in system log
Well since I never had this problem before 5.0.6 I guess it's a bug. But I'll have a look into it.
UPDATE: no OTRS errors in /var/log/messages
UPDATE: no OTRS errors in /var/log/messages
Re: Error in system log
Oops I just checked on my otrs5 VM and seems like Unclassified is in fact there by default.
So go to /otrs/index.pl?Action=AdminType and see if Unclassified is valid.
If it's not and you want to use it, just set it to valid.
Otherwise check your Sysconfig and correct all occurences of Unclassified with whatever State you would like to use.
So go to /otrs/index.pl?Action=AdminType and see if Unclassified is valid.
If it's not and you want to use it, just set it to valid.
Otherwise check your Sysconfig and correct all occurences of Unclassified with whatever State you would like to use.
Re: Error in system log
There is no "Unclassified" in my system, just "default". Why should I suddenly need the "Unclassified" type? Didn't need it before 5.0.6 or 5.0.5.
UPDATE: I added "Unclassified" und set it to valid. "default" is also valid. The page @/otrs/index.pl?Action=AdminType keeps telling me to "activate type first".
UPDATE: I added "Unclassified" und set it to valid. "default" is also valid. The page @/otrs/index.pl?Action=AdminType keeps telling me to "activate type first".
Re: Error in system log
you should have renamed the default one to Unclassified (as it replaces the old one)
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
Re: Error in system log
Thanks! No more errors now.