Kanban Integration MC_Login not found in mantisconnect

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
abesier
Posts: 18
Joined: 05 Feb 2010, 06:57

Kanban Integration MC_Login not found in mantisconnect

Post by abesier »

Hi everybody,

i want to use the kanban system for mantisbt . I have to use the mantisconnect.php file but there is not mc_login defined. Also when i download the latest 1.2.19 version i can't find it. What do i have to do?

Thanks for your help
atrol
Site Admin
Posts: 8375
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: Kanban Integration MC_Login not found in mantisconnect

Post by atrol »

I see mc_login in mc_api.php and in mantisconnect.wsdl
Please use Search before posting and read the Manual
abesier
Posts: 18
Joined: 05 Feb 2010, 06:57

Re: Kanban Integration MC_Login not found in mantisconnect

Post by abesier »

but what have you done to see this?
atrol
Site Admin
Posts: 8375
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: Kanban Integration MC_Login not found in mantisconnect

Post by atrol »

I opened the files in editor and searched for mc_login
Please use Search before posting and read the Manual
atrol
Site Admin
Posts: 8375
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: Kanban Integration MC_Login not found in mantisconnect

Post by atrol »

Maybe you have enabled SOAP cache in PHP.
Check settings soap.wsdl_cache_enabled and soap.wsdl_cache_dir in php.ini

You could disable the cache (you will get worse performance) or remove the cache (should be something like /tmp/wsdl-*).

Restart your web server after changing the settings.
Please use Search before posting and read the Manual
Post Reply