View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 09274 | Bug reports | Installation | public | 2014-10-02 13:56 | 2014-11-21 16:38 |
| Reporter | Alunisiira | Assigned To | c_schmitz | ||
| Priority | normal | Severity | minor | ||
| Status | closed | Resolution | fixed | ||
| Product Version | 2.05+ | ||||
| Fixed in Version | 2.05+ | ||||
| Summary | 09274: PHP cannot acess protected property error | ||||
| Description | I tried to install the limesurvey 2.05+ software on my privat computer. I named my database Limesurvey and after a few moments i got a 500 error. In line 1245 in InstallerController there were a acess violation. I googled and found out, that you should use $e->message() instead of $e->message . And that the installer can't connect to the database it created just secondes ago. After viewing the created database was in lower case letters and in the installer i denoted the first letter capitalized, i saw my mistake. So please make some hints if the user uses capitalized letters. | ||||
| Steps To Reproduce | Postgresql 9.3 Server, Windows 7 Professional, Limesurvey 2.05+, Installation process - start the name of your database with a capital letter. | ||||
| Additional Information | Guess my database converts all to lower cases. | ||||
| Tags | No tags attached. | ||||
| Bug heat | 2 | ||||
| Complete LimeSurvey version number (& build) | 140915 | ||||
| I will donate to the project if issue is resolved | No | ||||
| Browser | Opera | ||||
| Database type & version | Postgre SQL 9.3 | ||||
| Server OS (if known) | Windows 7 Professional | ||||
| Webserver software & version (if known) | Tomcat Apache 7.0.55 | ||||
| PHP Version | 5.6 | ||||
|
Fix committed to master branch: http://bugs.limesurvey.org/plugin.php?page=Source/view&id=14557 |
|
|
Version 2.05+ Build 141020 released |
|
|
LimeSurvey: master dd183644 2014-10-10 15:22 Details Diff |
Fixed issue 09274: Uppercase database name leads to errors |
Affected Issues 09274 |
|
| mod - application/controllers/InstallerController.php | Diff File | ||
| add - application/core/LSYii_CaseValidator.php | Diff File | ||
| mod - application/models/InstallerConfigForm.php | Diff File | ||
| mod - application/views/installer/precheck_view.php | Diff File | ||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2014-10-02 13:56 | Alunisiira | New Issue | |
| 2014-10-10 15:22 | c_schmitz | Assigned To | => c_schmitz |
| 2014-10-10 15:22 | c_schmitz | Status | new => assigned |
| 2014-10-10 15:23 | c_schmitz | Changeset attached | => LimeSurvey master dd183644 |
| 2014-10-10 15:23 | c_schmitz | Note Added: 30782 | |
| 2014-10-10 15:23 | c_schmitz | Resolution | open => fixed |
| 2014-10-10 15:23 | c_schmitz | Status | assigned => resolved |
| 2014-10-10 15:23 | c_schmitz | Fixed in Version | => 2.05+ |
| 2014-10-20 13:49 | c_schmitz | Note Added: 30828 | |
| 2014-10-20 13:49 | c_schmitz | Status | resolved => closed |
| 2014-11-21 16:38 | c_schmitz | Relationship added | related to 09338 |