- Posts: 10
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
update lime_settings_global set stg_value = 'seagreen' where stg_name = 'admintheme';
Demetra wrote: Same problem here.
After upgrade the admin template was not load.
Save button on setting does not work since js/css are not loaded.
The only way to solve this, connect to the db and issue this query:
Code:update lime_settings_global set stg_value = 'seagreen' where stg_name = 'admintheme';
(it works only if your table prefix is setted to 'lime_')
ElToro1966 wrote: That worked! However, it seems that the theme-problem is just the tip of the iceberg
Just discovered that some active surveys do not work. Rolling back to 2.06 and waiting for fixes.
Hi,Demetra wrote: The others are:
- custom themes don't work anymore (theme definition is changed)
- the default theme refers to missing local assets (fonts)
- 404 url for fonts-awesome in the default theme
- search project does not work on postgres (LIKE operator used on integer field (sid))
DenisChenu wrote:
Demetra wrote: The others are:
- custom themes don't work anymore (theme definition is changed)
DenisChenu wrote:
Demetra wrote: - the default theme refers to missing local assets (fonts)
DenisChenu wrote:
Demetra wrote: - 404 url for fonts-awesome in the default theme
DenisChenu wrote:
Demetra wrote: - search project does not work on postgres (LIKE operator used on integer field (sid))