View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
03493 | Bug reports | Other | public | 2009-07-20 14:45 | 2009-08-12 20:57 |
Reporter | Assigned To | rakete | |||
Priority | normal | Severity | partial_block | ||
Status | closed | Resolution | fixed | ||
Product Version | 1.85+ | ||||
Fixed in Version | 1.86 | ||||
Summary | 03493: Call of LsrcHelper::removeBOM() which is undefined | ||||
Description | When using sCreateSurvey, SOAP return the following error: "SOAP Error: SOAP-ENV:Server : Call to undefined method LsrcHelper::removeBOM()" Location of the bug: "admin/remotecontrol/lsrc.helper.php", line 708. This method doesn't exit. Function "removeBOM()" from "common.php" should be call instead. diff file join. | ||||
Tags | No tags attached. | ||||
Attached Files | lsrc.helper.php.diff (648 bytes)
--- lsrc.helper.php.ORIG 2009-07-08 14:05:21.000000000 +0200 +++ lsrc.helper.php 2009-07-20 14:37:40.000000000 +0200 @@ -705,7 +705,7 @@ // foreach($bigarray as $ba) // $this->debugLsrc("wir sind in ".__FUNCTION__." Line ".__LINE__.", OK ".$ba); - if (isset($bigarray[0])) $bigarray[0]=$this->removeBOM($bigarray[0]); + if (isset($bigarray[0])) $bigarray[0]=removeBOM($bigarray[0]); // Now we try to determine the dataformat of the survey file. if (isset($bigarray[1]) && isset($bigarray[4])&& (substr($bigarray[1], 0, 22) == "# SURVEYOR SURVEY DUMP")&& (substr($bigarray[4], 0, 29) == "# http://www.phpsurveyor.org/")) | ||||
Bug heat | 2 | ||||
Complete LimeSurvey version number (& build) | 7253 | ||||
I will donate to the project if issue is resolved | |||||
Browser | N/A | ||||
Database type & version | N/A | ||||
Server OS (if known) | N/A | ||||
Webserver software & version (if known) | N/A | ||||
PHP Version | N/A | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2009-07-20 14:45 |
|
New Issue | |
2009-07-20 14:45 |
|
Status | new => assigned |
2009-07-20 14:45 |
|
Assigned To | => rakete |
2009-07-20 14:45 |
|
File Added: lsrc.helper.php.diff | |
2009-07-20 14:45 |
|
Build Number | => 7253 |
2009-07-20 14:45 |
|
Browser | => N/A |
2009-07-20 14:45 |
|
Database & DB-Version | => N/A |
2009-07-20 14:45 |
|
Operating System (Server) | => N/A |
2009-07-20 14:45 |
|
Webserver | => N/A |
2009-07-20 14:45 |
|
PHP Version | => N/A |
2009-08-03 13:51 | rakete | Note Added: 09011 | |
2009-08-03 13:51 | rakete | Status | assigned => resolved |
2009-08-03 13:51 | rakete | Fixed in Version | => 1.86 |
2009-08-03 13:51 | rakete | Resolution | open => fixed |
2009-08-12 20:57 | c_schmitz | Status | resolved => closed |
2011-10-20 18:29 | c_schmitz | Category | RemoteControl => (No Category) |