Page 1 of 1

Kanban Integration MC_Login not found in mantisconnect

Posted: 07 Dec 2016, 08:22
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

Re: Kanban Integration MC_Login not found in mantisconnect

Posted: 07 Dec 2016, 10:33
by atrol
I see mc_login in mc_api.php and in mantisconnect.wsdl

Re: Kanban Integration MC_Login not found in mantisconnect

Posted: 08 Dec 2016, 08:38
by abesier
but what have you done to see this?

Re: Kanban Integration MC_Login not found in mantisconnect

Posted: 08 Dec 2016, 08:47
by atrol
I opened the files in editor and searched for mc_login

Re: Kanban Integration MC_Login not found in mantisconnect

Posted: 08 Dec 2016, 09:02
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.