| ../irclogs/#mantishelp.2009-05-14.log | ||
| --- scribe started --- | 00:00 | |
| dapozzom | after installing 1.1.6 with mysql 5.0.4 apache 2.2. and php 5 i'm not able to conect to the db | 06:32 |
|---|---|---|
| dhx_m | standard response: try 1.1.7 | 06:45 |
| dhx_m | then give us exact error messages you're receiving | 06:45 |
| laotseu | is there any way to send a mail when the "resolution" changes ? | 08:21 |
| mane | Hello | 12:21 |
| mane | I have a problem with installing Mantis 1.1.7 in combination with PostgreSQL | 12:22 |
| mane | when the Mantis config.php wants to create mantis_bug_table I get an error: Unable to create mantis_bug_table / ERROR: column "sticky" is of type boolean but default expression is of type integer | 12:27 |
| mane | Hello? Is somebody here? | 12:31 |
| _Pol_ | Hello all, I always received 2 mails when someone submit a new bug or modify it... | 13:05 |
| _Pol_ | One in french, one in english | 13:05 |
| _Pol_ | is there someone who can help me to configure it ? | 13:05 |
| giallu | _Pol_, are you sure you are not subscribed twice? | 13:56 |
| giallu | i.e., you have two different accounts | 13:56 |
| _Pol_ | no I'm sure... I'm the administrator... | 13:56 |
| _Pol_ | aaah | 13:57 |
| _Pol_ | lemme check :) | 13:57 |
| giallu | :) | 13:57 |
| _Pol_ | is it possible to disable email notification for a user ? | 14:02 |
| mantisbot | New bug: Bug 10487 - matsetvotinh102 - open - new | 14:55 |
| mantisbot | New bug: theo dõi bug - http://www.mantisbt.org/bugs/view.php?id=10487 | 14:55 |
| mantisbot | New bug: Bug 10488 - msierszen - open - new | 14:55 |
| mantisbot | New bug: Inserting strings > 4000 Bytes not working -> direct file upload and email - http://www.mantisbt.org/bugs/view.php?id=10488 | 14:55 |
| mantisbot | New bug: Bug 10489 - msierszen - open - new | 15:40 |
| mantisbot | New bug: Some upgrades don't work due to DESCRIBE - http://www.mantisbt.org/bugs/view.php?id=10489 | 15:40 |
| mantisbot | New bug: Bug 10490 - msierszen - open - new | 15:55 |
| mantisbot | New bug: Some queries don't work due to the use of "AS" in table alias - http://www.mantisbt.org/bugs/view.php?id=10490 | 15:55 |
| paulr | !seen daryn ;/ | 17:35 |
| incorrect | hello, I am trying to install mantis, but it keeps complaining i need mysql server ... oh i think i know now | 18:24 |
| incorrect | no wait i don't know, i have mysql client installed, | 18:24 |
| incorrect | i need mysql 4.1 of later, i have 5 | 18:24 |
| incorrect | 5.0.75 even | 18:25 |
| paulr | should be fine | 18:25 |
| paulr | do you have the mysql extension for php installed/enbabled | 18:25 |
| paulr | bah | 18:25 |
| paulr | bbiab | 18:25 |
| incorrect | yes i have other things like drupal running | 18:28 |
| incorrect | damn it, stupid typo | 18:30 |
| incorrect | hmm, where do i configure ldap authentication | 18:46 |
| incorrect | ok i will do http auth | 19:14 |
| incorrect | hmm, mantis doesn't seem to honour BASIC_AUTH | 19:31 |
| paulr | should do | 21:01 |
| incorrect | $g_login_method = BASIC_AUTH; | 21:02 |
| incorrect | i've created my user in mantis and now i am logging in via apache basic auth | 21:03 |
| incorrect | do i need to do more than just set that? | 21:03 |
| paulr | shouldn't need to | 21:09 |
| incorrect | hmm, well i am using the same auth as i do for my ldap service | 21:11 |
| incorrect | weird | 21:12 |
| paulr | 1.1? | 21:14 |
| incorrect | latest stable it said | 21:14 |
| incorrect | 1.1.7 | 21:15 |
| paulr | basic auth means we look for $_SERVER['REMOTE_USER']; | 21:17 |
| paulr | being set in php | 21:17 |
| paulr | if you create a page and look at var_dump($_SERVER); does it list your username somewhere? | 21:18 |
| incorrect | ["REMOTE_USER"]=> string(5) "me!!!" | 21:19 |
| incorrect | me!!! being my username | 21:19 |
| paulr | so erm | 21:20 |
| paulr | it should work :P | 21:20 |
| paulr | incorrect: $_SERVER['PHP_AUTH_PW'] is set to correct password for mantis too ? | 21:20 |
| incorrect | oh | 21:21 |
| * paulr wonders if nuclear_eclipse happens to be lurking at all | 21:22 | |
| incorrect | so there needs to be a local user that matches the user i logged in as via apache | 21:23 |
| paulr | apparently ;/ | 21:23 |
| paulr | if you use that auth method | 21:23 |
| incorrect | that sux | 21:23 |
| incorrect | people can never change their password | 21:23 |
| paulr | hmm? | 21:25 |
| paulr | hmm | 21:25 |
| paulr | ;) | 21:25 |
| incorrect | personally i thought the point of defering to a thirdparty auth was that you trusted them | 21:26 |
| nuclear_eclipse | hi paulr | 21:38 |
| paulr | lo | 21:38 |
| paulr | incorrect: you'd think that would make some sense | 21:39 |
| paulr | nuclear_eclipse: dates | 21:39 |
| paulr | nuclear_eclipse: where should we set timezone? | 21:39 |
| incorrect | ok well i know how to fix it now, but its 10:40pm and my brain just went bye bye | 21:40 |
| incorrect | thanks for your help | 21:40 |
| nuclear_eclipse | paulr: I'd say that timezones should default to the server's timezone, but make it optionally configurable either in config_inc or through interface | 21:41 |
| nuclear_eclipse | and then have the ability for users to configure their own timezone as well | 21:42 |
| paulr | no | 21:42 |
| paulr | i mean | 21:42 |
| paulr | where would you put the call to set timezone from user pref :P | 21:42 |
| nuclear_eclipse | no clue; that's your job to figure out :P | 21:43 |
| * paulr wonders if john said anything during that split | 21:49 | |
| supervisor | hi all | 21:52 |
| supervisor | how can I do for upload more then 1 images? | 21:52 |
| supervisor | in a reported bug | 21:52 |
| supervisor | more than 1 image | 21:52 |
| nuclear_eclipse | supervisor: you can upload as many as you want, but only one at a time | 21:54 |
| supervisor | yes I know, thanks | 21:54 |
| supervisor | other question | 21:54 |
| paulr | nuclear_eclipse: I hate user preferences | 21:55 |
| phl4kx | Can I have different view settings for Administrator user and for reporter User? | 21:56 |
| * paulr wonders how commitable to trunk dates stuff is | 21:56 | |
| phl4kx | for example, I like to MANAGER see NOT ASIGNED in my_view_page and REPORTER dont see NOT ASIGNED in my_view_page | 21:57 |
| phl4kx | is possible??? | 21:57 |
| nuclear_eclipse | phl4kx: not afaik | 21:58 |
| phl4kx | juazzz | 21:58 |
| phl4kx | other | 21:58 |
| phl4kx | How can I delete the status??? | 21:58 |
| phl4kx | I onli like NEW, RESOLVED and CLOSE status | 21:59 |
| phl4kx | only three | 21:59 |
| phl4kx | how Can I deleted from the my_view_page??? | 21:59 |
| nuclear_eclipse | set $g_status_enum_string in your config_inc; see config_defaults_inc for an example | 22:00 |
| nuclear_eclipse | also see my_view_page.php and core/my_view_inc.php | 22:00 |
| phl4kx | cool | 22:04 |
| phl4kx | other :) | 22:06 |
| phl4kx | can I delete the FOOTER, the SHOW TIMER and the Combobox Projects?? | 22:07 |
| nuclear_eclipse | phl4kx: the timer is a configuration option | 22:09 |
| nuclear_eclipse | the combobox should disappear if there's only one project available | 22:10 |
| phl4kx | nop | 22:10 |
| phl4kx | I have only 1 project and not disapeer | 22:11 |
| nuclear_eclipse | oh, maybe that's 1.2 only | 22:11 |
| phl4kx | ok | 22:11 |
| phl4kx | I donde use 1.2 | 22:11 |
| phl4kx | I dont use 1.2 | 22:11 |
| phl4kx | I can delete the time | 22:11 |
| phl4kx | $g_show_timer= OFF; | 22:11 |
| phl4kx | 2009-05-14 17:09 PET | 22:12 |
| phl4kx | this I like to delete | 22:12 |
| nuclear_eclipse | oh, I misunderstood | 22:12 |
| nuclear_eclipse | there's no option for that, but you could make manual changes to core/html_api for both the time and the footer | 22:12 |
| phl4kx | yes | 22:13 |
| phl4kx | I see | 22:13 |
| phl4kx | /PRINT '</td>'; | 22:13 |
| phl4kx | /PRINT '<td class="login-info-middle">'; | 22:13 |
| phl4kx | /PRINT "<span class=\"italic\">$t_now</span>"; | 22:13 |
| phl4kx | /PRINT '</td>'; | 22:13 |
| phl4kx | /PRINT '<td class="login-info-right">'; | 22:13 |
| phl4kx | /PRINT '<form method="post" name="form_set_project" action="set_project.php">'; | 22:13 |
| paulr | nuclear_eclipse: you got some time in a few mins? | 22:13 |
| phl4kx | that eliminated the time | 22:13 |
| nuclear_eclipse | I'm playing WoW, but yes | 22:14 |
| phl4kx | Can I DELETE the filter??? | 22:20 |
| paulr | nuclear_eclipse: user preferences | 22:22 |
| paulr | why do we 'reset' to default values and not just delete row? | 22:22 |
| phl4kx | ey | 22:23 |
| phl4kx | is possible to integrated mantis with a LDAP Active Directory under Win Server 2003? | 22:24 |
| blacknred0 | phl4kx, i think so. i know i saw the users guide under their wiki if i wasn't dreaming | 23:05 |
| phl4kx | please | 23:23 |
| phl4kx | I like to deleted the FILTER | 23:23 |
| phl4kx | how? | 23:23 |
Generated by irclog2html.py