View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
06848 | Bug reports | Installation | public | 2012-11-11 13:41 | 2012-11-15 20:41 |
Reporter | ArxDesign | Assigned To | c_schmitz | ||
Priority | normal | Severity | partial_block | ||
Status | closed | Resolution | fixed | ||
Product Version | 2.00+ | ||||
Fixed in Version | 2.00+ | ||||
Summary | 06848: Installation Errors | ||||
Description | Everytime I install the latest script, and click to continue to the administration panel I get this message: Server error The server had all the green lights during the install. Tried multiple times, different databases, users, browsers, etc. Always the same issue. When I first installed a previous version of LimeSurvey it installed fine, I then auto-upgraded and it caused the same error. So I'm guessing it's an issue with the latest version. | ||||
Additional Information | Located at: | ||||
Tags | No tags attached. | ||||
Bug heat | 6 | ||||
Complete LimeSurvey version number (& build) | 121102 | ||||
I will donate to the project if issue is resolved | Yes | ||||
Browser | Chrome | ||||
Database type & version | MySQL 5.5.25a | ||||
Server OS (if known) | Red Hat Enterprise Linux version 4 and CentOS | ||||
Webserver software & version (if known) | WHM/cPanel latest version | ||||
PHP Version | 5.2.5 | ||||
If you set debug to 2 in /application/config/config.php do you get more error information? |
|
If set to debug 2 I get the following error: Fatal error: Call to undefined method HttpRequest::GetRequestArguments() in /home/terrytip/public_html/Survey/application/helpers/common_helper.php on line 5641 |
|
Update to the latest build (121106) manually and make sure you upload and replace all files. Please report if that fixed your issue. |
|
I've manually updated the files, I'm still getting the same error: Fatal error: Call to undefined method HttpRequest::GetRequestArguments() in /home/terrytip/public_html/Survey/application/helpers/common_helper.php on line 5641 |
|
Sorry, I cannot reproduce this, at all - works like a charm here :-/ |
|
Would it be possible if given direct ftp access to the directory (along with database information) you would be able to attempt to either install correctly, or reproduce the issue? We require this to work ASAP, so any help would be brilliant. |
|
Reminder sent to: c_schmitz Would it be possible to have this sorted by the end of the day? regards, |
|
Are you sure about the error? It should have the class httpRequest, starting with a lower case. Try changing line 5635 to Yii::import('application.libraries.admin.http.httpRequest', true); (so adding ,true) EDIT: in application/helpers/common_helper.php that is |
|
Please send the FTP access data to (email address removed) and I will have a look today. In return a donation would be nice. |
|
Mdekker - I changed the line as advised, and now this error is shown: Fatal error: Call to undefined method HttpRequest::GetRequestArguments() in /home/terrytip/public_html/Survey/application/helpers/common_helper.php on line 5641 Schmitz - I've emailed your email, and I'd be happy to donate if this works. |
|
Fix committed to master branch: http://bugs.limesurvey.org/plugin.php?page=Source/view&id=10238 |
|
The problem is caused by a PECL extension (http://www.php.net/manual/en/http.install.php ) installed on your server which is usually not installed and name-clashing with one of LimeSurvey classes. |
|
New 2.00+ build released |
|
Fix committed to 2.1 branch: http://bugs.limesurvey.org/plugin.php?page=Source/view&id=10301 |
|
LimeSurvey: master c6a65f78 2012-11-11 21:01 Details Diff |
Fixed issue 06848: Unable to use administration if PECL http extension is installed on the server |
Affected Issues 06848 |
|
mod - application/controllers/admin/update.php | Diff File | ||
mod - application/helpers/common_helper.php | Diff File | ||
LimeSurvey: 2.1 3ce8ed25 2012-11-11 21:01 Details Diff |
Fixed issue 06848: Unable to use administration if PECL http extension is installed on the server |
Affected Issues 06848 |
|
mod - application/controllers/admin/update.php | Diff File | ||
mod - application/helpers/common_helper.php | Diff File |
Date Modified | Username | Field | Change |
---|---|---|---|
2012-11-11 13:41 | ArxDesign | New Issue | |
2012-11-11 13:56 | c_schmitz | Priority | immediate => normal |
2012-11-11 13:56 | c_schmitz | Assigned To | => c_schmitz |
2012-11-11 13:56 | c_schmitz | Status | new => assigned |
2012-11-11 13:56 | c_schmitz | Note Added: 22053 | |
2012-11-11 14:48 | ArxDesign | Note Added: 22058 | |
2012-11-11 14:54 | c_schmitz | Note Added: 22059 | |
2012-11-11 15:42 | ArxDesign | Note Added: 22065 | |
2012-11-11 15:58 | c_schmitz | Note Added: 22066 | |
2012-11-11 16:05 | ArxDesign | Note Added: 22067 | |
2012-11-11 17:18 | ArxDesign | Note Added: 22068 | |
2012-11-11 17:36 | mdekker | Note Added: 22070 | |
2012-11-11 17:37 | c_schmitz | Note Added: 22071 | |
2012-11-11 17:37 | mdekker | Note Edited: 22070 | |
2012-11-11 19:31 | ArxDesign | Note Added: 22073 | |
2012-11-11 21:02 | c_schmitz | Changeset attached | => LimeSurvey master c6a65f78 |
2012-11-11 21:02 | c_schmitz | Note Added: 22074 | |
2012-11-11 21:02 | c_schmitz | Resolution | open => fixed |
2012-11-11 21:02 | c_schmitz | Note Added: 22075 | |
2012-11-11 21:02 | c_schmitz | Status | assigned => resolved |
2012-11-11 21:02 | c_schmitz | Fixed in Version | => 2.00+ |
2012-11-13 09:32 | c_schmitz | Note Added: 22096 | |
2012-11-13 09:32 | c_schmitz | Status | resolved => closed |
2012-11-15 20:41 | c_schmitz | Changeset attached | => LimeSurvey 2.1 3ce8ed25 |
2012-11-15 20:41 | c_schmitz | Note Added: 22201 |