View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
10027 | Bug reports | Installation | public | 2015-11-06 18:59 | 2015-12-08 15:10 |
Reporter | Assigned To | c_schmitz | |||
Priority | normal | Severity | block | ||
Status | closed | Resolution | duplicate | ||
Product Version | 2.06+ | ||||
Summary | 10027: Installation doesn't work in /app | ||||
Description | I'm installing limesurvey over a LAMP and I wanted to place it in /limesurvey but is not working. | ||||
Steps To Reproduce | 1-Download latest limesurvey version. Alias /limesurvey "/opt/lamp/apps/limesurvey/htdocs" 5 - I checked permissions APP=limesurvey 6 - I restarted apache and limesurvey wasn't working The error showed is: Internal Server Error opendir(/opt/lamp/apache2/htdocs/tmp/assets/ead40239): failed to open dir: No such file or directory An internal error occurred while the Web server was processing your request. Please contact the webmaster to report this problem. Thank you. 2015-11-06 08:04:41 7 - I modified the line 205 of ExtendedClienteScript.php $this->basePath or $this->basePath = realpath($_SERVER['DOCUMENT_ROOT']); to $this->basePath = '/opt/lamp/apps/limesurvey/htdocs'; but limesurvey is using getBaseUrl() from several scripts so the path to some files get corrupted. Are we ablle to move limesurvey to /whatever? | ||||
Tags | No tags attached. | ||||
Bug heat | 6 | ||||
Complete LimeSurvey version number (& build) | 151018 | ||||
I will donate to the project if issue is resolved | No | ||||
Browser | |||||
Database type & version | MySQL 14.14 Dist 5.6.27 | ||||
Server OS (if known) | Ubuntu 14.04 | ||||
Webserver software & version (if known) | Apache 2.4.17 | ||||
PHP Version | 5.5.30 | ||||
$combinedFile .= file_get_contents($this->basePath.substr($file, strlen($_SERVER['CONTEXT_PREFIX']))); This line should be: $combinedFile .= file_get_contents($this->basePath.DIRECTORY_SEPARATOR.substr($file, strlen($_SERVER['CONTEXT_PREFIX']))); |
|
ClientScript extension will be removed in the next build. |
|
Date Modified | Username | Field | Change |
---|---|---|---|
2015-11-06 18:59 |
|
New Issue | |
2015-11-07 01:18 | DenisChenu | Relationship added | duplicate of 09984 |
2015-11-10 13:14 |
|
Note Added: 33550 | |
2015-11-12 10:24 | DenisChenu | Issue Monitored: DenisChenu | |
2015-12-08 15:09 | c_schmitz | Relationship added | related to 09944 |
2015-12-08 15:10 | c_schmitz | Note Added: 33747 | |
2015-12-08 15:10 | c_schmitz | Status | new => closed |
2015-12-08 15:10 | c_schmitz | Assigned To | => c_schmitz |
2015-12-08 15:10 | c_schmitz | Resolution | open => duplicate |
2021-08-02 17:20 | guest | Bug heat | 4 => 6 |