View Issue Details

This issue affects 1 person(s).
 4
IDProjectCategoryView StatusLast Update
10660Bug reportsInstallationpublic2016-03-07 11:50
Reporterollehar Assigned Tosammousa  
PrioritynormalSeverityminor 
Status closedResolutionfixed 
Summary10660: Additional options is unstyled
Description

Additional options is unstyled

Steps To Reproduce

Run installations

Additional Information

js console:

Failed to load resource: the server responded with a status of 404 (Not Found)
http://lime3.localhost/index.php/installer/public/tmp/assets/1901fa9/css/yiistrap.min.css Failed to load resource: the server responded with a status of 404 (Not Found)
http://lime3.localhost/index.php/installer/public/tmp/assets/6f4f5c9f/jquery-ui.min.js Failed to load resource: the server responded with a status of 404 (Not Found)
http://lime3.localhost/index.php/installer/public/tmp/assets/485b74bc/jquery.min.js Failed to load resource: the server responded with a status of 404 (Not Found)
http://lime3.localhost/index.php/installer/public/tmp/assets/8f17d943/js/bootstrap.min.js Failed to load resource: the server responded with a status of 404 (Not Found)
optional:137 Uncaught ReferenceError: jQuery is not defined
http://lime3.localhost/index.php/installer/public/tmp/assets/8f17d943/css/bootstrap.min.css Failed to load resource: the server responded with a status of 404 (Not Found)
http://lime3.localhost/index.php/installer/public/tmp/assets/1901fa9/css/yiistrap.min.css Failed to load resource: the server responded with a status of 404 (Not Found)

TagsNo tags attached.
Attached Files
Bug heat4
Complete LimeSurvey version number (& build)latest
I will donate to the project if issue is resolvedNo
Browser-
Database type & version-
Server OS (if known)-
Webserver software & version (if known)-
PHP Version-

Users monitoring this issue

There are no users monitoring this issue.

Activities

sammousa

sammousa

2016-03-03 14:57

reporter   ~35874

Last edited: 2016-03-03 14:57

For now try to set your webroot to use public/ as the webroot (that'll be the recommended and safest approach).

ollehar

ollehar

2016-03-03 14:59

administrator   ~35876

Got it.

ollehar

ollehar

2016-03-03 15:00

administrator   ~35877

You could add a div that's hidden by Javascript. Then if Javascript fails to load, it will show an error message, like: "Set webroot to public/".

ollehar

ollehar

2016-03-03 15:22

administrator   ~35881

Last edited: 2016-03-03 15:22

Hm, problem remains. This is my apache config:


82 <VirtualHost *:80>
83 ServerName lime3.localhost
84
85 ServerAdmin webmaster@localhost
86 DocumentRoot /var/www/lime3/limesurvey/public
87
88 ErrorLog ${APACHE_LOG_DIR}/error.log
89 CustomLog ${APACHE_LOG_DIR}/access.log combined
90
94 <Directory "/var/www/lime3/limesurvey/public">
95 Require all granted
96 Options Indexes FollowSymLinks Includes ExecCGI
97 AllowOverride All
98 Order allow,deny
99 Allow from all
100 </Directory>
101
102 </VirtualHost>

ollehar

ollehar

2016-03-03 15:26

administrator   ~35883

Why would it look in /installer/public/tmp/...?

Issue History

Date Modified Username Field Change
2016-03-03 14:36 ollehar New Issue
2016-03-03 14:36 ollehar Status new => assigned
2016-03-03 14:36 ollehar Assigned To => sammousa
2016-03-03 14:36 ollehar File Added: Screenshot from 2016-03-03 14:35:03.png
2016-03-03 14:57 sammousa Note Added: 35874
2016-03-03 14:57 sammousa Status assigned => acknowledged
2016-03-03 14:57 sammousa Note Edited: 35874
2016-03-03 14:59 ollehar Note Added: 35876
2016-03-03 15:00 ollehar Note Added: 35877
2016-03-03 15:22 ollehar Note Added: 35881
2016-03-03 15:22 ollehar Note Edited: 35881
2016-03-03 15:26 ollehar Note Added: 35883
2016-03-03 15:48 ollehar Status acknowledged => resolved
2016-03-03 15:48 ollehar Fixed in Version => 3.0
2016-03-03 15:48 ollehar Resolution open => fixed
2016-03-07 11:50 c_schmitz Status resolved => closed