Page 1 of 1

anonymantis fatal error with 1.2.0

Posted: 22 Apr 2010, 12:35
by emkayiii
I'm getting the following error, when launching http://localhost/projects/anonymantis/:

Fatal error: Cannot redeclare class soapclient in D:\wwwroot\xampp\htdocs\projects\anonymantis\nusoap\nusoap.php on line 7240

In the config file Im pointing this to:

Code: Select all

$config_tracker_url = "http://www.domain.com/api/soap/mantisconnect.php";
Any ideas?

Is anonymantis still supposed to be working with 1.2.0?

Re: anonymantis fatal error with 1.2.0

Posted: 22 Apr 2010, 13:13
by atrol
Is this a fresh installation or upgrade?

Re: anonymantis fatal error with 1.2.0

Posted: 23 Apr 2010, 13:42
by emkayiii
its a fresh installation...

Re: anonymantis fatal error with 1.2.0

Posted: 23 Apr 2010, 14:46
by atrol
TBH I was not aware what "anonymantis" is. (never used it)
I thought it was just the name of your bugtracker and was wondering about the path of nusoap.php
This was changed from 1.1.x to 1.2.x, so I thought you had copied 1.2 on top of 1.1 (which is the wrong way to upgrade)

Now having found the real "anonymantis" it seems there is a conflict because there are two differnt versions of the file
<yourMantis1.2.0>/library/nusoap/nusoap.php
<yourAnonymantis>/nusoap/nusoap.php

Re: anonymantis fatal error with 1.2.0

Posted: 23 Apr 2010, 15:05
by emkayiii
ok. I'm thinking of bypassing mantis altogether and putting up a quick and dirty form, which inserts directly into the db... that sounds like less work than digging through this code base now...