| ../irclogs/#mantishelp.2010-07-15.log | ||
| --- scribe started --- | 00:00 | |
| istvanb | hi there | 08:15 |
|---|---|---|
| istvanb | I need some help from a developer, is anybody here? | 08:16 |
| nuclear_eclipse | istvanb: just ask your question an we'll eventually get around to it :P | 12:06 |
| istvanb | I have attached a wrong index.php to a certain issue. Actually the file is correct but it has my email address. (also has a password which expired a year ago, but...) can you just remove the file and I can upload a new one? | 12:15 |
| istvanb | issue no: 11989 | 12:16 |
| nuclear_eclipse | deleted | 12:16 |
| slim_ | hello all, i installed mantistb and i this error ... | 12:26 |
| slim_ | Database user doesn't have SELECT access to the database ( Table 'mantis-mw.mantis_config_table' doesn't exist ) | 12:27 |
| mustangsal | slim_: Did you create the database and a database user? just askin' | 13:08 |
| slim_ | yes mustangsal , i create the database and the user is the same that i use it to create db | 13:09 |
| mustangsal | if you're getting that error the first test should be to login to the database with the mantis user from the mantis host. | 13:10 |
| slim_ | mustangsal: i do it and find empty database | 13:11 |
| mustangsal | did you go to /admin/install.php ? | 13:11 |
| mustangsal | and that's where you got this error? | 13:11 |
| slim_ | yes, this is from admin page | 13:12 |
| slim_ | check for everything ok only i got 4 errors | 13:12 |
| slim_ | checking ability to SELECT records | 13:12 |
| slim_ | checking ability to INSERT records | 13:12 |
| slim_ | the same for UPDATE, and DELETE | 13:12 |
| slim_ | BAD | 13:13 |
| slim_ | Database user doesn't have DELETE access to the database ( Table 'mantis-mw.mantis_config_table' doesn't exist ) | 13:13 |
| slim_ | i do it twice and delete db and create it again, with the same result | 13:13 |
| mustangsal | fro the db... what does select * from mysql.db where User=<your mantis db username> return | 13:14 |
| mustangsal | ...also try changing mantis-mw to mantis_mw | 13:15 |
| slim_ | ok | 13:15 |
| mustangsal | ...you're using 1.2.1 right | 13:15 |
| mustangsal | mantis 1.2.1 | 13:15 |
| slim_ | yes, the latest stable version | 13:15 |
| mustangsal | ...wait | 13:16 |
| mustangsal | try using bugtrack as the database name | 13:17 |
| mustangsal | I think I see it hardcoded in the install script | 13:17 |
| slim_ | mustangsal: there is already another working mantis that use this database | 13:17 |
| mustangsal | hmm ok | 13:18 |
| slim_ | in which file this exist ? | 13:18 |
| slim_ | in this case i can change it | 13:18 |
| mustangsal | I'm looking through /admin/install.php | 13:18 |
| mustangsal | I'm looking for your specific error message | 13:18 |
| mustangsal | to see how it checks | 13:19 |
| slim_ | currently i will change dbname and try again | 13:19 |
| mustangsal | yeah if there's a config already is asks otherwise it appears to assign both 'localhost' and 'bugtrack' | 13:22 |
| slim_ | i change the name to mantismw the same error still exist | 13:24 |
| mustangsal | ...it's ugly.. but you could also grab the DB schema from schema and build it manually | 13:24 |
| slim_ | this will be better of course | 13:24 |
| slim_ | where db schema exist ? | 13:25 |
| slim_ | i see it now schema.php | 13:25 |
| slim_ | thanks mustangsal i will try and see how it work | 13:25 |
| istvanb | nuclear_eclipse: thanks man | 13:27 |
| mustangsal | worth a shot... if you have mysql root user.. you could let mantis create everything... but if bugtrack is hardcoded (and not replaced in the script elsewhere) that could be bad | 13:27 |
| slim_ | yes, old mantis full of data :) | 13:27 |
| slim_ | thanks mustangsal now it work | 13:29 |
| mustangsal | nice | 13:29 |
| slim_ | thanks again for your help | 13:29 |
| mustangsal | your welcome] | 13:30 |
| nuclear_eclipse | siebrand: good timing | 17:29 |
| nuclear_eclipse | siebrand: can you review bug 12145? | 17:30 |
| foobot | Bug 12145 - udobes2 - reopened - feedback | 17:30 |
| foobot | search should be case insensitiv - http://www.mantisbt.org/bugs/view.php?id=12145 | 17:30 |
| siebrand | nuclear_eclipse: at a camping site at the moment - will see if I have the battery life to get to it... | 17:32 |
| nuclear_eclipse | oh, no worries | 17:33 |
| nuclear_eclipse | it can wait | 17:33 |
| nuclear_eclipse | I assigned it to you anyways :P | 17:33 |
| nuclear_eclipse | feel free to take care of it whenever you're back at home | 17:33 |
| nuclear_eclipse | and have fun camping :) | 17:33 |
| siebrand | nuclear_eclipse: thank. | 17:36 |
| siebrand | +s | 17:36 |
| Shakra | @nuclear_eclipse - got a sec for some source integration questions? :) | 19:13 |
| foobot | Shakra: Error: "nuclear_eclipse" is not a valid command. | 19:13 |
| nuclear_eclipse | Shakra: go ahead :) | 19:19 |
| Shakra | nuclear_eclipse - I think i have things mostly set up correctly...I found my repository and it looks like it imports properly | 19:20 |
| Shakra | I also had the Resolve Fixed Issues checkbox unchecked... | 19:20 |
| Shakra | however once things started importing...i started getting emails saying that my issues were being resolved | 19:21 |
| Shakra | and statuses were being changed from closed to our done status which is a custom resolved status in our mantis flow | 19:22 |
| Shakra | do i have to leave the Bug Fixed regexes blank or something to keep it from doing that? | 19:22 |
| Shakra | i really only need the bug linking at the moment | 19:23 |
| nuclear_eclipse | no, if the box is indeed unchecked (the default state), then it shouldn't be changing statuses | 19:23 |
| Shakra | it is...but it did... | 19:23 |
| nuclear_eclipse | that sounds like either a bug, or an odd conflict of some sort | 19:23 |
| nuclear_eclipse | are you by chance using a git clone, or are you using a snapshot? | 19:24 |
| Shakra | websvn | 19:24 |
| nuclear_eclipse | I mean how did you install the plugin? | 19:24 |
| Shakra | i downloaded a snapshot | 19:24 |
| nuclear_eclipse | ok | 19:24 |
| Shakra | 1.6.2 | 19:24 |
| nuclear_eclipse | if you take a screenshot of your source configuration page, and report a but to my tracker at http://leetcode.net/mantis, I'll try to take a look at it when I get the chance, and see if I let a bug slip in with one of my recent updates | 19:26 |
| Shakra | also...what does [Disabled] mean in the Bug Fixed Status listbox? | 19:26 |
| nuclear_eclipse | if I remember correctly, disabled means that it won't actually change the status when it detects a fixed issue, but it will still process it as a fixed issue, ie, update the resolution field, assign it, and/or attach a bugnote | 19:29 |
| nuclear_eclipse | you could potentially try using that as a stopgap measure to prevent it from changing the bug status | 19:30 |
| Shakra | I did. I also killed my apache server and quick changed all the emails in my test database to my own email to stop spamming everyone since I was just using a snapshot of our live database :\ | 19:32 |
| nuclear_eclipse | Shakra: you can set $g_enable_notifications = OFF in your config_inc.php to prevent sending emails on a test install | 19:33 |
| nuclear_eclipse | oops, that's not correct | 19:34 |
| nuclear_eclipse | $g_enable_email_notification = OFF | 19:34 |
| Shakra | ah...thanks...didn't think of that | 19:35 |
| nuclear_eclipse | :) | 19:35 |
| nuclear_eclipse | I made a similar mistake when I was testing a migration at my last workplace, ended up mailing almost the entire company with a bogus notification :X | 19:36 |
| Shakra | I'm going to try the import again. We have a huge SVN repository so it takes a while. But I'm going to make sure the Resolve Fixed Issues checkbox is unchecked really hard this time. And make sure i'm not sending out emails :) | 19:37 |
| Shakra | I'll report it on your bugtracker if it happens again...thanks nuclear_eclipse :) | 19:37 |
| nuclear_eclipse | Shakra: ah, I think I've found the bug just looking at the source code | 19:38 |
| nuclear_eclipse | mind testing a small change to Source/Source.API.php for me? | 19:39 |
| nuclear_eclipse | on line 331: change `} else {` to `} else if ( $t_enable_resolving ) {` | 19:40 |
| Shakra | sorry was afk...sure i can test it | 19:48 |
| nuclear_eclipse | cool, either way, a bug report would be appreciated, and if it does work, go ahead and post that, and it will help me remember what to fix | 19:50 |
| Shakra | I won't be able to report it till probably tomorrow...the import takes several hours | 19:53 |
| nuclear_eclipse | np | 19:54 |
| nuclear_eclipse | I've got a busy schedule as it is :P | 19:55 |
Generated by irclog2html.py