1
testlink 1.9.16 및 mantis bugtracker 2.3.1을 wamp 서버 3.0.6에 설치했습니다.testlink와 mantis (인터페이스 : SOAP)
나는 비누 인터페이스에 mantis와 teslink를 통합하려고했습니다. \ wamp64 : C -in
"(우리가 어떤 XML 문서를 가지고없는 것처럼 보이는 코드 : 클라이언트, 문자열) SOAP 오류":
-in있는 testLink 이벤트 : 그러나 나는 이러한 오류를 받고 있어요 \ 로그 \ php_error.log :
<!-- Template mantissoapInterface -->
<issuetracker>
<username>administrator</username>
<password>toor</password>
<uribase>http://localhost/mantis/</uribase>
<uriwsdl>http://localhost/mantis/api/soap/mantisconnect.php?wsdl</uriwsdl>
<uriview>http://localhost/mantis/view.php?id=</uriview>
<uricreate>http://localhost/mantis/</uricreate>
<!-- Configure This if you want be able TO CREATE ISSUES -->
<project>demo_bt</project>
<category>selenium</category>
</issuetracker>
:이있는 testLink에서 mantisbt 내 구성이
[22-Apr-2017 13:06:53 UTC] PHP Fatal error: Uncaught SoapFault exception: [Server] Error Type: SYSTEM WARNING,
Error Description: Cannot modify header information - headers already sent in C:\wamp64\www\mantis\api\soap\mc_api.php:668
Stack trace:
#0 [internal function]: mc_error_handler(2, 'Cannot modify h...', 'C:\\wamp64\\www\\m...', 84, Array)
#1 C:\wamp64\www\mantis\api\soap\mantisconnect.php(84): SoapServer->handle()
#2 {main}
thrown in C:\wamp64\www\mantis\api\soap\mc_api.php on line 668
입니다 0
아무도 이것에 대해 어떤 생각을 가지고 있습니까?
감사합니다.