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!
Missing the theme table in 3.08?
Moderator: 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?
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
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
Re: Missing the theme table in 3.08?
Yikes, that was obvious. Thanks!