-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MantisKanban not showing among Available Plugins #44
Comments
Mantis Kanban that uses ajax and mantisconnect, Italie not a 'real' plugin Just open the index.html file. |
Thank you for your feedback @sadortun. |
Take a look at the readme. It covers most of what you need to setup. https://github.com/cgaspard/mantiskanban/blob/master/README.md |
You need to point to the php page that give you access to the mantis API. Example: You can also use this as a guide: |
Normally /api/soap/mantisconnect.php is the path you want to add to the domain, but it really depends where you install mantisbt. Append that to the URL you installed mantis at. |
@cgaspard thank you for explanation. I think that this is not a configuration issue because the error is being thrown by this part of code : It looks like the Mantis.Login doesn't do its job? |
The login function you mention is having the error because its trying to communicate with the mantis API. The error you mentioned: Now when I point my browser to index.html I am rejected with error “wsdl is null”. Is specifically caused by the kanban libraries not able to find the wdsl file on your server. You should verify the PHP page and WSDL file inside /api/soap/mantisconnect.php and also /api/soap/mantisconnect.wsdl exists. You should be able to pull the wsdl directly from your browser. For example see this page on the live demo server The wsdl is the web service description file. It is used by the kanban libraries to know how to make API calls into mantis. The box on the login screen should reflect the url to the mantisconnect php page as it does on the live demo server. If you have trouble getting that to work, I don't mind taking a quick look at your setup if its public. |
Ok got it ! |
I have cloned the project into my plugin directory but the when I browse the http://mysite/manage_plugin_page.php the Kanban is not there. I am using Mantis version 1.2.19 and other plugins shows up correctly Is there any specific procedure to get this work?
The text was updated successfully, but these errors were encountered: