For some reason, one of my two installations of LimeSurvey does not save at all the theme options, neither from within any survey nor globally. It does, however, show the message "Theme options saved". It seems, also that in the nav_bar.twig, the following line does not point to the correct file address:
{{ image(aSurveyInfo.options.brandlogofile, aSurveyInfo.name, {"class": "logo img-responsive"}) }}
I had to specify the file as follows:
{{ image('./files/logo.png', aSurveyInfo.name, {"class": "logo img-responsive"}) }}
However, this is not a good solution, since the application refuses to save (and display) any different logo, specified in the surveys.
Any suggestions?
Thanks
My configuration is the following.
LimeSurvey version: 5.2.1
LimeSurvey build: 211111
Operating system: Windows NT WIN-A34LDHDT6H4 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
PHP version: 7.2.7
Web server name: surveys.jour.auth.gr
Web server software: Microsoft-IIS/8.5
Web server info: HTTP/1.1
Database driver: mysql
Database driver version: mysqlnd 5.0.12-dev - 20150407 - $Id: 38fea24f2847fa7519001be390c98ae0acafe387 $
Database server info: Uptime: 34601772 Threads: 1 Questions: 11485141 Slow queries: 9 Opens: 3241 Flush tables: 1 Open tables: 1436 Queries per second avg: 0.331
Database server version: 5.7.22-log
The topic has been locked.