
An interesting issue, not specific to 2.4.2 but hilighted when I upgraded. I'm tired of having to create a new theme every time I upgrade, so this time I didn't bother. This resulted in errors for most users, as the selected theme no longer existed. Would be nice if instead of getting an error, the system just used the default theme. I changed the config for user preferences, so that they couldn't select a theme. I thought this would force it to use the default theme. but no, they still get the same error. perhaps the code could be changed so that it doesn't try to load a different theme if it's not allowed. should I enter these comments into bugzilla instead of emailing to the list? what's the usual practice here? Kind Regards, Andrew Glossop

The idea is that you'd file enhancement requests in the Bugzilla; http://bugs.otrs.org. If you have users using a theme other than Standard or Lite you can use this SQL Query to convert them to the Standard theme: UPDATE user_preferences SET preferences_value = 'Standard' WHERE preferences_key = 'UserTheme' AND preferences_value NOT IN ('Standard', 'Lite'); Kindest regards, -- Michiel Beijen Software Consultant +31 6 - 457 42 418 Bee Free IT + http://beefreeit.nl On Tue, Aug 4, 2009 at 11:32, Glossop, Andrew < Andrew.Glossop@cooperindustries.com> wrote:
An interesting issue, not specific to 2.4.2 but hilighted when I upgraded.
I'm tired of having to create a new theme every time I upgrade, so this time I didn't bother. This resulted in errors for most users, as the selected theme no longer existed. Would be nice if instead of getting an error, the system just used the default theme.
I changed the config for user preferences, so that they couldn't select a theme. I thought this would force it to use the default theme. but no, they still get the same error. perhaps the code could be changed so that it doesn't try to load a different theme if it's not allowed.
should I enter these comments into bugzilla instead of emailing to the list? what's the usual practice here?
Kind Regards,
*Andrew Glossop*
--------------------------------------------------------------------- OTRS mailing list: otrs - Webpage: http://otrs.org/ Archive: http://lists.otrs.org/pipermail/otrs To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
NEW! ENTERPRISE SUBSCRIPTION - Get more information NOW! http://www.otrs.com/en/support/enterprise-subscription/
participants (2)
-
Glossop, Andrew
-
Michiel Beijen