문제

When I try to add my Mantis-Repository (V1.2.12) to My Eclipse Juno with The Mantis Plugin (org.eclipse.mylyn_feature.feature.group, V3.8.2) my Eclipse shows this error:

Unable to load projects : Failed getting projects : Error Type: SYSTEM NOTICE, Error Description: Array to string conversion .

If I continue and try to choose a repository from Mantis, the same error is shown.

My URL is directly pointing to the /api/soap/mantisconnect.php file.

How to fix this problem?

도움이 되었습니까?

해결책

It seems that you're running Mantis over PHP 5.4, which is not possible for the SOAP API since our SOAP layer - nusoap - does not support it.

My suggestion is to update the latest git version (master-1.2.x) and also install the php native soap version. This will make sure that Mantis will not use nusoap and will works as expected with PHP 5.4

References:

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top