Error log table

Moderator: crythias

Locked
Ribravo
Znuny newbie
Posts: 36
Joined: 24 May 2012, 02:27
Znuny Version: 3.1.4
Location: São Paulo - Brasil

Error log table

Post by Ribravo »

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?
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: Error log table

Post by jojo »

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
Ribravo
Znuny newbie
Posts: 36
Joined: 24 May 2012, 02:27
Znuny Version: 3.1.4
Location: São Paulo - Brasil

Re: Error log table

Post by Ribravo »

You know what attributes to this table I create?
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: Error log table

Post by jojo »

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
Ribravo
Znuny newbie
Posts: 36
Joined: 24 May 2012, 02:27
Znuny Version: 3.1.4
Location: São Paulo - Brasil

Re: Error log table

Post by Ribravo »

I managed to create the table. Thank you!
Locked