Custom theme not available to remove after upgrade to 3.0

Moderator: crythias

Locked
Nicsoft
Znuny newbie
Posts: 53
Joined: 12 Aug 2010, 14:58
Znuny Version: 2.4
Location: Stockholm
Contact:

Custom theme not available to remove after upgrade to 3.0

Post by Nicsoft »

Hello!

After the upgrade to OTRS 3.0, I can no longer chose the custom theme. The problem I'm having is that a user is still having UserTheme assigned to the custom theme. When trying to configuring the them for the user I don't have the custom theme in the drop down list. Not in any SysConf parameters either. The custom theme seems to have dissapeared after the upgrade.

My installation is not that stable after upgrade, this could be one of the reasons.

What I want to do is to remove the custom theme from the user so it is not associated at all, only standard theme should be used. How do I do this in order not to destroy anything?

Code: Select all

select * from customer_preferences;

+----------------------------+------------------------+---------------------+
| user_id                    | preferences_key        | preferences_value   |
+----------------------------+------------------------+---------------------+
| berand                     | UserTheme              | MyCustomTheme       |
+----------------------------+------------------------+---------------------+

Thanks!
root
Administrator
Posts: 4254
Joined: 18 Dec 2007, 12:23
Znuny Version: Znuny and Znuny LTS
Real Name: Roy Kaldung
Company: Znuny
Contact:

Re: Custom theme not available to remove after upgrade to 3.

Post by root »

Hi,

if you upgrade from 2.4 to 3.0 you can"t use the old theme. See documentation http://doc.otrs.org/3.0/en/html/upgrading.html section 6.

Regards, Roy
Znuny and Znuny LTS running on CentOS / RHEL / Debian / SLES / MySQL / PostgreSQL / Oracle / OpenLDAP / Active Directory / SSO

Use a test system - always.

Do you need professional services? Check out https://www.znuny.com/

Do you want to contribute or want to know where it goes ?
Nicsoft
Znuny newbie
Posts: 53
Joined: 12 Aug 2010, 14:58
Znuny Version: 2.4
Location: Stockholm
Contact:

Re: Custom theme not available to remove after upgrade to 3.

Post by Nicsoft »

Hi,

Thanks for your answer.

I am aware of that, but I thougth there may have been some problems since the UserTheme was refering to something I couldn't choose.

Anyhow, I did create a new custom theme and associated that one with the customer. Now it seems to be working properly.

Thanks!
Locked