Missing the theme table in 3.08?

Moderator: crythias

Locked
dwg
Znuny newbie
Posts: 17
Joined: 08 Jun 2011, 07:08
Znuny Version: 3.08

Missing the theme table in 3.08?

Post by dwg »

Hi, new user here.

I am trying to following the manual to create a new theme: http://doc.otrs.org/2.4/en/html/c2091.html

Specifically, I wish to try to customize the dashboard as explained in this howto: http://forums.otrs.org/viewtopic.php?f=60&t=5156

When I get to the mysql commands to activate the theme it appears that I am missing the 'theme' table. Is this a sign of a bad install or perhaps I am missing a step? I can use the sql box to select from other tables such as 'select * from article' but 'select * from theme' returns: Table 'otrs.theme' doesn't exist, SQL: 'SELECT * FROM theme LIMIT 40'

Thanks for any advice!
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Missing the theme table in 3.08?

Post by crythias »

You shouldn't be using 2.4 to modify 3.0 http://doc.otrs.org/3.0/en/html/themes.html
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
dwg
Znuny newbie
Posts: 17
Joined: 08 Jun 2011, 07:08
Znuny Version: 3.08

Re: Missing the theme table in 3.08?

Post by dwg »

Yikes, that was obvious. Thanks!
Locked