2

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?

das_j
  • 4,444
  • 5
  • 31
  • 47

1 Answers1

1

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:

Robert Munteanu
  • 67,031
  • 36
  • 206
  • 278