anonymantis fatal error with 1.2.0

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
emkayiii
Posts: 5
Joined: 24 Mar 2010, 11:04

anonymantis fatal error with 1.2.0

Post 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?
atrol
Site Admin
Posts: 8536
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: anonymantis fatal error with 1.2.0

Post by atrol »

Is this a fresh installation or upgrade?
Please use Search before posting and read the Manual
emkayiii
Posts: 5
Joined: 24 Mar 2010, 11:04

Re: anonymantis fatal error with 1.2.0

Post by emkayiii »

its a fresh installation...
atrol
Site Admin
Posts: 8536
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: anonymantis fatal error with 1.2.0

Post 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
Please use Search before posting and read the Manual
emkayiii
Posts: 5
Joined: 24 Mar 2010, 11:04

Re: anonymantis fatal error with 1.2.0

Post 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...
Post Reply