Hi,
We have a fresh install of limesurvey on an RHEL server with MariaDB 5.5, PHP 7.1.2.
The front end displays but, the admin screen is white after installation, we have tried debug=1 and debug=2 in the config file but nothing is being output to the screen.
The NGINX log shows that files in tmp/assets/* are unavailable:
2017/10/25 16:27:02 [error] 11067#11067: *316 open() "/app/www/limesurvey/tmp/assets/cbcf2115/css/font-awesome.min.css" failed (2: No such file or directory), client: 180.90.2.5, server: example.com, request: "GET /tmp/assets/cbcf2115/css/font-awesome.min.css HTTP/1.1", host: "example.com", referrer: "
example.com/index.php?r=admin/authentication/sa/login
"
2017/10/25 16:27:02 [error] 11067#11067: *316 open() "/app/www/limesurvey/tmp/assets/fa5af5c8/css/bootstrap.css" failed (2: No such file or directory), client: 180.90.2.5, server: example.com, request: "GET /tmp/assets/fa5af5c8/css/bootstrap.css HTTP/1.1", host: "example.com", referrer: "
example.com/index.php?r=admin/authentication/sa/login
"
2017/10/25 16:27:02 [error] 11067#11067: *316 open() "/app/www/limesurvey/tmp/assets/fa5af5c8/css/yiistrap.css" failed (2: No such file or directory), client: 180.90.2.5, server: example.com, request: "GET /tmp/assets/fa5af5c8/css/yiistrap.css HTTP/1.1", host: "example.com", referrer: "
example.com/index.php?r=admin/authentication/sa/login
"
We have set the limesurvey/tmp/* folders to be writeable, /tmp/assets/fa5af5c8 exists but is empty.
Please help!
Thanks in advance
Paul