View Issue Details

This bug affects 1 person(s).
 2
IDProjectCategoryView StatusLast Update
03493Bug reportsOtherpublic2009-08-12 20:57
Reporteruser2871Assigned Torakete  
PrioritynormalSeveritypartial_block 
Status closedResolutionfixed 
Product Version1.85+ 
Fixed in Version1.86 
Summary03493: 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.

TagsNo 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/"))
lsrc.helper.php.diff (648 bytes)   
Bug heat2
Complete LimeSurvey version number (& build)7253
I will donate to the project if issue is resolved
BrowserN/A
Database type & versionN/A
Server OS (if known)N/A
Webserver software & version (if known)N/A
PHP VersionN/A

Users monitoring this issue

There are no users monitoring this issue.

Activities

rakete

rakete

2009-08-03 13:51

reporter   ~09011

right.... fixed

Issue History

Date Modified Username Field Change
2009-07-20 14:45 user2871 New Issue
2009-07-20 14:45 user2871 Status new => assigned
2009-07-20 14:45 user2871 Assigned To => rakete
2009-07-20 14:45 user2871 File Added: lsrc.helper.php.diff
2009-07-20 14:45 user2871 Build Number => 7253
2009-07-20 14:45 user2871 Browser => N/A
2009-07-20 14:45 user2871 Database & DB-Version => N/A
2009-07-20 14:45 user2871 Operating System (Server) => N/A
2009-07-20 14:45 user2871 Webserver => N/A
2009-07-20 14:45 user2871 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)