cgaspard / mantiskanban

Mantis Kanban that uses ajax and mantisconnect
45 stars 33 forks source link

Login sucessfully in mantiskanban only see projects and filters but blackboard is empty. Can create cases in mantis using "New history" from mantiskanban #35

Closed edupulpillo closed 10 years ago

edupulpillo commented 10 years ago

After a sucessfully login to mantiskanban: 1) I can login, i can see the filters, i can see the projects, but the kanban columns are empty displaying inside a circle of 4 dots in movement, instead the content of the tickets. So no cards are displayed only the figure eith the black points in movement. So the board do not display any card. Also the dots in movement appear in the right-up corner of the webpage.

2) Using "new story" dialog i can create stories from mantiskanban and they are added in mantis as new cases, but they do not appear in the mantiskanban board. So please can you help me to guess why the kanban cards arte empty? what im doing wrong?

3) in mantis is created the custom field ScrumBucket and the values appear correctly in mantiskanban, but i can create the custom field only as "String" , because "Text" type is not allowed creating the custom field in Mantis fresh installation.

4) If im logged in kanbanmantis, when i change in the "selected project" in the top menu, the login screen appears again, and is needed a new login. is this the expected behaviour?

Thank you very much!!

cgaspard commented 10 years ago

Sounds possibly like a permissions issue. Do you see any errors in the JS console?

If you want me to diagnose it for you, you can send me a login at cgaspard @ gmail dot com, and I'll see if I can figure it out.

edupulpillo commented 10 years ago

Thank you very much, my hero. You should receive an email from mantis, please confirm. we can use skype too if you want. Please can you tell me what kind of permissions problem do you guess? (file, Bd...) cheers.

edupulpillo commented 10 years ago

I found the problem. mantis bt was returning a warning error, because is present in PHP5.5 an error about the default date. When the default date is fixed in config_inc.php file adding $g_default_timezone='UTC'; then the warning message dissapears in Mantis, and MantisKanban works fine. Anyway i think is very recomendable to catch all the WARNING errors reported by mantis dismissing them. What do you think?