alorenc / mantiskanban2

(DEPRECTED, unsupported) MantisKanba by alorenc, working with MantisBT 2.0 developed by Corey Gaspard extended by e-doceo. Expanded further according to own concept.
2 stars 1 forks source link

Installation steps? #2

Open EthraZa opened 7 years ago

EthraZa commented 7 years ago

Since there is no installation steps on Readme, I don't know what I could be missing to get it working.

On Mantis 2.5.1 over Ubuntu 16.04.3 and PHP 7.1.8-2.

If I select All Projects:

soapclient.js:191 POST http://www2.ghsix.com.br/mantis/api/soap/mantisconnect.php 500 (Internal Service Error)
SOAPClient._sendSoapRequest @ soapclient.js:191
SOAPClient._loadWsdl @ soapclient.js:135
SOAPClient.invoke @ soapclient.js:124
ProjectGetCustomFields @ mantis.js:726
get ProjectCustomFields @ mantis.js:148
BuildKanbanListFromMantisStatuses @ index.js:609
SelectProject @ index.js:413
onclick @ (index):1
soapclient.js:207 Uncaught Error: Project '' does not exist.
    at Function.SOAPClient._onSendSoapRequest (soapclient.js:207)
    at Function.SOAPClient._sendSoapRequest (soapclient.js:193)
    at Function.SOAPClient._loadWsdl (soapclient.js:135)
    at Function.SOAPClient.invoke (soapclient.js:124)
    at Object.ProjectGetCustomFields (mantis.js:726)
    at Object.get ProjectCustomFields [as ProjectCustomFields] (mantis.js:148)
    at BuildKanbanListFromMantisStatuses (index.js:609)
    at SelectProject (index.js:413)
    at HTMLAnchorElement.onclick ((index):1)

If I select a specific project:

Uncaught TypeError: Cannot read property 'length' of undefined
    at KanbanStory.JoinList (kanbanclasses.js:425)
    at KanbanStory (kanbanclasses.js:163)
    at CreateKanbanStoriesFromMantisIssues (index.js:939)
    at SelectProject (index.js:443)
    at HTMLAnchorElement.onclick ((index):1)

Thanks

alorenc commented 7 years ago

Project tested only on MantisBT 2.0 Perhaps he isn't cooperating with new API

In October, he will update it.

EthraZa commented 7 years ago

Oh, I read "Tested only on MantisBT 2.0" and understood "Tested only on MantisBT 2.x".

Thx

alorenc commented 7 years ago

This project is obsolete, current and developed: https://github.com/alorenc/mantiskanban

I updated today MantisBT v2.0 to v2.6. The most essential things work, I don't know like with the rest because I didn't still test.

Amizcho commented 6 years ago

@alorenc Is there a Mantiskanban for Mantis 2.5.1? I have download it form https://github.com/alorenc/mantiskanban2 but it does not be presented on 'Manage Plugins', so i couldnot install it.

alorenc commented 6 years ago

Currently, the project "MantisKanban", the branch "dev" is the most current. It should work on all versions 1.3 to 2.6

MantisKanban is not a plug-in for MantisBT. It is a separate project that integrates with it. Description of the installation: https://github.com/cgaspard/mantiskanban/issues/62