View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
09995 | Bug reports | Installation | public | 2015-10-24 15:56 | 2015-12-15 13:15 |
Reporter | gmambro | Assigned To | |||
Priority | normal | Severity | minor | ||
Status | closed | Resolution | fixed | ||
Product Version | 2.06+ | ||||
Summary | 09995: Internal Server Error when installing outside DocumentRoot | ||||
Description | If you install Limesurvey outside the document root you get an Internal Server Error. opendir(/var/www/html/limesurvey/tmp/assets/54b0d1fc): failed to open dir: No such file or directory The root of the problem seems to be an uninitialized basePath in ExtendedClientScript which then defaults to DOCUMENT_ROOT | ||||
Steps To Reproduce | Install limesurvey outside the document root (e.g. /var/www/limesurvey), configure the web server to serve its dir Alias /limesurvey /var/www/limesurvey <Directory "/var/www/limesurvey"> and visit http://yourserver/limesurvey | ||||
Additional Information | This is an Heisenbug, since when you turn on debug that piece of code cannot be reached 'combineJs'=>$userConfig['config']['debug']>0?false:true, | ||||
Tags | No tags attached. | ||||
Bug heat | 4 | ||||
Complete LimeSurvey version number (& build) | limesurvey206plus-build1510 | ||||
I will donate to the project if issue is resolved | No | ||||
Browser | any | ||||
Database type & version | MySQL5.1 and MariaDB5.5 | ||||
Server OS (if known) | Centos6 and Centos 7 | ||||
Webserver software & version (if known) | apache 2.2 and apache 2.4 | ||||
PHP Version | 5.3 and 5.4 | ||||
related to | 10009 | closed | limesurvey206plus-build151018 Installation Issue on Linux directory configured with Apache alias |
Using alias in web server is not a misconfiguration! e.g. fedora package for wordpress http://pkgs.fedoraproject.org/cgit/wordpress.git/tree/wordpress-httpd-conf?id=effc25273226e891448d8b596e7c7b1db9de6018 |
|
2.06+ Build 151215 released |
|
Date Modified | Username | Field | Change |
---|---|---|---|
2015-10-24 15:56 | gmambro | New Issue | |
2015-10-26 10:10 | gmambro | Note Added: 33452 | |
2015-10-26 10:13 | gmambro | Note Edited: 33452 | |
2015-11-02 09:41 | Mazi | Relationship added | related to 10009 |
2015-11-02 09:41 | Mazi | Assigned To | => LouisGac |
2015-11-02 09:41 | Mazi | Status | new => assigned |
2015-12-09 15:53 |
|
Status | assigned => resolved |
2015-12-09 15:53 |
|
Resolution | open => fixed |
2015-12-15 13:15 | c_schmitz | Note Added: 33941 | |
2015-12-15 13:15 | c_schmitz | Status | resolved => closed |