[MantisConnect] troubles with nusoap & PHP5
Brought to you by:
vboctor
From: Udo R. <udo...@be...> - 2007-08-03 13:29:57
|
hi, I am currenty trying to get my feet wet with mylar & mantisconnect and have found an issue regarding PHP5. What I have done so far is to download the SVN snapshot as mentioned on the mylyn-mantis website [1] and when trying the mantis connect url in the browser, this shows up: Fatal error: Cannot redeclare class soapclient in /usr/share/mantis/www/mc/nusoap/nusoap.php on line 7240 Now this looks like a very familiar PHP5 thing and indeed class soapclient is defined twice (once it is sourced in and once it is defined in the file itself). I've also checked out the latest SVN version and the same applies here. What I have done for now is to rename the class in nusoap.php and after that I can call mantisconnect.php in a browser, but I have no idea if that causes any sideffects :-) [1] http://mylyn-mantis.wiki.sourceforge.net/Server+Installation --=20 Udo Rader bestsolution.at EDV Systemhaus GmbH http://www.bestsolution.at |