Friday, 2010-05-14

CIA-21Mantisbt: krasnovforum * r55ec936b4c93 /core/html_api.php: Fix #11927: html_status_legend has code paths that return invalid HTML01:18
*** Joins: kirillka (~Miranda@global01.vester.ru)01:22
*** Quits: xSmurf (~MrSmurf@unaffiliated/mrsmurf) (Ping timeout: 246 seconds)01:23
*** Joins: xSmurf (~MrSmurf@53-73-252-216.dsl.colba.net)01:23
*** Quits: AlexM600 (~alex.4251@192.109.140.35) ()01:36
*** Joins: AlexM560 (~Miranda@192.109.140.34)01:37
*** AlexM560 is now known as AlexM60001:37
*** Quits: AlexM600 (~Miranda@192.109.140.34) (Ping timeout: 276 seconds)02:26
*** Joins: Cupertino (~Cupez@unaffiliated/cupertino)02:35
*** Quits: siebrand (~beis@sm.xs4all.nl) ()03:10
*** Joins: giallu (~giallu@fedora/giallu)03:37
*** Joins: Rixie (~Rixie@0x4dd7390e.adsl.cybercity.dk)04:15
*** Joins: AlexM600 (~Miranda@192.109.140.33)04:36
*** Joins: davidinc (~d5374b2e@gateway/web/freenode/x-cqvjndummwzvcori)05:24
*** Joins: fanno (~Morten@90.184.93.233)06:31
*** Joins: daryn_ (~daryn@h21.81.29.71.dynamic.ip.windstream.net)06:39
*** Quits: daryn (~daryn@h172.107.88.75.dynamic.ip.windstream.net) (Ping timeout: 245 seconds)06:41
*** Quits: giallu (~giallu@fedora/giallu) (Ping timeout: 245 seconds)07:58
*** Joins: Kornel^aardvark (~kornel@fw1.aardvarkmedia.co.uk)08:15
*** Quits: davidinc (~d5374b2e@gateway/web/freenode/x-cqvjndummwzvcori) (Ping timeout: 252 seconds)08:18
*** Quits: fanno (~Morten@90.184.93.233) (Read error: Connection reset by peer)08:41
*** Joins: philip_ (~philip_@unaffiliated/philip)09:23
*** Quits: daryn_ (~daryn@h21.81.29.71.dynamic.ip.windstream.net) (Quit: Ex-Chat)09:31
philip_who's paul?09:33
*** Quits: kirillka (~Miranda@global01.vester.ru) (Quit: kirillka)09:58
nuclear_eclipsephilip_: paul has been MIA a bit lately10:05
nuclear_eclipsehe's usually in here as paul_ though10:05
philip_okay, i provided a db dump to him and he was going to mess around and offer a php.net demo10:05
tavastiI get followign error:10:12
tavastiSYSTEM WARNING: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'custom_function_default_enum_target_status' was given10:12
tavastiany ideas how to fix that?10:12
tavastiI have: $g_status_enum_string             = '10:new,20:feedback,30:acknowledged,40:conf\10:13
tavastiirmed,50:investigating,60:ready for testing,70:testing,80:resolved,90:closed';10:13
*** Joins: daryn (~daryn@rrcs-76-79-4-2.west.biz.rr.com)10:25
*** Joins: fanno (~b3g@193.3.95.240)10:25
*** Joins: Rixie_ (~Rixie@0x4dd7390e.adsl.cybercity.dk)10:33
*** Quits: Rixie (~Rixie@0x4dd7390e.adsl.cybercity.dk) (Read error: Connection reset by peer)10:33
*** Rixie_ is now known as Rixie10:33
*** Joins: moto-moi (~hylke@cara.xs4all.nl)10:39
*** Quits: Cupertino (~Cupez@unaffiliated/cupertino) (Quit: I give up...)10:41
nuclear_eclipsetavasti: not sure, except to turn on detailed errors and see if you can track down the issue by following the stack trace10:43
dhx_mnuclear_eclipse: hi :)10:43
nuclear_eclipsehi dhx_m :)10:44
tavastinuclear_eclipse, how do I do that?10:44
nuclear_eclipsetavasti: set $g_show_detailed_errors = ON in your config_inc.php, I think10:45
tavastidon't get any more strack trace?10:52
tavastior is that on some log file?10:53
*** Joins: giallu (~giallu@fedora/giallu)10:54
tavastiadded also $g_show_notices = ON;10:58
tavasti$g_show_warnings = ON;10:58
tavastistill, nothing more10:58
*** Parts: Rixie (~Rixie@0x4dd7390e.adsl.cybercity.dk)11:02
nuclear_eclipsesorry tavasti, you also need to update $g_display_errors in config_defaults_inc so that E_WARNING => 'halt'11:09
tavastiok, i'll try11:12
tavastiok, now I get more detailed error11:13
tavastiand from that, I have no idea what's the problem...11:16
tavastihttp://vuo.ro/~tavasti/kuvia/mantis/mantiserr1.png11:18
tavastihttp://vuo.ro/~tavasti/kuvia/mantis/mantiserr2.png11:21
*** Joins: jrms (~jrms@wmx-mdza-sta-aa222.velocom.net.ar)11:24
jrmsHi11:24
jrmsI've upgraded from version 1.1.6 to 1.2.1 following documentation11:24
jrmseverything went fine11:25
jrmsbut categories have "dissapeared"11:25
jrmsI checked database and seems they are there, in category_table11:25
jrmsbut anything is shown in drop down list11:26
jrmsany idea?11:26
*** Parts: jrms (~jrms@wmx-mdza-sta-aa222.velocom.net.ar)11:29
nuclear_eclipsejrms: if they show up as global categories (check the manage projects page), you may need to edit projects to inherit global categories before they show up correctly11:29
*** Joins: jrms (~jrms@wmx-mdza-sta-aa222.velocom.net.ar)11:38
jrmssorry, I disconnected by mistake11:38
jrmsif anyone has an idea about my last question, I'll appreciate that =)11:38
tavastinuclear_eclipse> jrms: if they show up as global categories (check the manage projects page), you may need to edit projects to inherit global categories before they show up correctly11:40
nuclear_eclipsetavasti: seems like your issue has to do with custom code you or someone else added to mantis11:44
nuclear_eclipselooking for default_enum_target in hte codebase turns up nothing at all11:44
tavastiI don't find such string in my code three either11:45
tavastifind . -type f | xargs grep default_enum_target11:46
tavastinothing11:46
nuclear_eclipsetavasti: do you have any plugins installed?11:48
tavastino11:48
jrmsnuclear_eclipse, tavasti: thanks, I'll check that11:49
tavasticlean 1.2.1 with changes in config_inc and lang/strings_english.txt11:49
tavastidatabase is imported from older version11:49
nuclear_eclipsetavasti: it seems to stem from the TCDS custom field you've defined, but I have no clue why11:52
nuclear_eclipsedaryn or dhx_m might know, I think they've worked on custom fields before11:53
tavastihmm, are custom fields in config, or only in databade?11:53
tavastidatabase11:53
tavastican't find string TDCS from older installation either11:54
tavastiso they must be in db only11:54
nuclear_eclipsecustom fields are only stored in the database11:55
tavastion what timezone daryn and dhx_m live?11:55
tavastiok, maybe that's not relevant, some people work different time regardless of timezone :-)11:56
jrmsnuclear_eclipse: nothing appears on global categories11:57
tavastiI asked question also on mantisbt-help, let's see if something appears11:57
tavastinuclear_eclipse, thanks for your help this far, without you I would not been able to give eny debug info to mailing list12:01
nuclear_eclipsetavasti: your'e welcome12:02
nuclear_eclipsejrms: then I'm not sure, short of seeing what projects have what categories12:02
jrmsnuclear_eclipse: I'm tying to avoid that =)12:04
*** Joins: siebrand (~beis@sm.xs4all.nl)12:50
*** Joins: mantisbt_85118 (~c911d7ca@gateway/web/freenode/x-hkyboazjaggoxxbp)12:52
*** Quits: mantisbt_85118 (~c911d7ca@gateway/web/freenode/x-hkyboazjaggoxxbp) (Client Quit)12:52
*** Joins: AzaToth (~azatoth@wikipedia/AzaToth)13:01
*** Quits: Kornel^aardvark (~kornel@fw1.aardvarkmedia.co.uk) (Quit: Kornel^aardvark)13:13
*** Parts: jrms (~jrms@wmx-mdza-sta-aa222.velocom.net.ar)13:29
*** wolog is now known as wolog_15:43
*** wolog_ is now known as wolog__15:44
*** Joins: minimoo (~4d672186@gateway/web/freenode/x-decmiwvqstqrpcpr)15:44
minimoo:(15:44
*** Quits: fanno (~b3g@193.3.95.240) (Remote host closed the connection)16:44
*** wolog__ is now known as wolog_17:23
*** Joins: fanno (~Morten@90.184.93.233)17:35
*** Quits: daryn (~daryn@rrcs-76-79-4-2.west.biz.rr.com) (Quit: Ex-Chat)17:49
*** Quits: moto-moi (~hylke@cara.xs4all.nl) (Quit: Ex-Chat)18:10
*** Quits: minimoo (~4d672186@gateway/web/freenode/x-decmiwvqstqrpcpr) (Quit: Page closed)18:20
*** Quits: scribe9343423 (~scribe934@static.96.23.63.178.clients.your-server.de) (Remote host closed the connection)19:59
*** Joins: scribe9343423 (~scribe934@static.96.23.63.178.clients.your-server.de)20:00
*** Quits: AzaToth (~azatoth@wikipedia/AzaToth) (Remote host closed the connection)21:18
*** Quits: fanno (~Morten@90.184.93.233) (Read error: Connection reset by peer)21:30
*** Joins: |Otter| (~haruka@p54ACE878.dip.t-dialin.net)22:31
*** Quits: |HaruAFK| (~haruka@p54ACE24C.dip.t-dialin.net) (Ping timeout: 245 seconds)22:35

Generated by irclog2html.py 2.9.2 by Marius Gedminas - find it at mg.pov.lt!