Hi,
Identified that OTRS is generating this log:
Table 'otrs_dev.service_preferences' doesn't exist, SQL: 'DELETE FROM service_preferences WHERE service_id = ? AND preferences_key = ?'
How to solve this problem?
Error log table
Moderator: crythias
Re: Error log table
set up your system properly... Tables are missing so the setup should be redone
"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
-
- Znuny newbie
- Posts: 36
- Joined: 24 May 2012, 02:27
- Znuny Version: 3.1.4
- Location: São Paulo - Brasil
Re: Error log table
You know what attributes to this table I create?
Re: Error log table
have a look at the database scripts in scripts/database
"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
-
- Znuny newbie
- Posts: 36
- Joined: 24 May 2012, 02:27
- Znuny Version: 3.1.4
- Location: São Paulo - Brasil
Re: Error log table
I managed to create the table. Thank you!