Team Chat Logs

2007 3
Mo Tu We Th Fr Sa Su
            1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30            

April 19, 2007

[00:13:53] * hatul30 has quit IRC
[00:14:45] * osimons has joined #trac
[00:16:38] * osimons has quit IRC
[00:17:40] * osimons has joined #trac
[00:19:02] * hatul30 has joined #trac
[00:22:50] * Semhirage has quit IRC
[00:24:37] * Semhirage has joined #Trac
[00:39:46] * hatul30 has quit IRC
[00:54:56] * hatul30 has joined #trac
[01:21:21] * stalker` has quit IRC
[01:32:08] <evil_twin> New news from t.e.o: Changeset [5222]: Oops, in r5221 I committed the wrong patch... sorry. <http://trac.edgewall.org/changeset/5222>
[01:35:23] * kop_ has joined #trac
[01:47:37] * _keturn has quit IRC
[01:57:22] * mfuchs has joined #trac
[02:04:16] <evil_twin> New news from t.e.o: Ticket #1932 (defect reopened): WikiFormatting does not detect php files <http://trac.edgewall.org/ticket/1932#comment:3>
[02:51:00] * _keturn has joined #trac
[03:04:34] <evil_twin> New news from t.e.o: Ticket #5178 (defect created): Trac requires re-sync after editing Wiki main page <http://trac.edgewall.org/ticket/5178> || Ticket #5177 (enhancement created): norobots option for: raw source code, rss, old source code <http://trac.edgewall.org/ticket/5177>
[03:09:19] * stalker` has joined #trac
[03:29:29] * corp has joined #trac
[03:29:31] <corp> hello
[03:30:08] <corp> i have trac 10.3.1 installed. i ported an install from another server, but now the webadmin plugin doesnt seem to take
[03:30:13] <coderanger> Check the log
[03:30:16] <corp> i don't see the admin link in the header
[03:30:24] <corp> however, i do see the 'reply' buttons on tickets
[03:30:40] <coderanger> @logging
[03:30:40] <evil_twin> coderanger: "logging" is http://trac.edgewall.org/wiki/TracLogging <-- Enable debug logging to file, ensure your environments log/ directory is writeable by your web server user, check for errors.
[03:30:44] <corp> there is no log
[03:30:49] <coderanger> Make one ;-)
[03:32:34] <corp> there is one specified in the trac.ini
[03:32:38] <corp> but there is no such file
[03:33:04] <corp> specified there is trac.log
[03:33:12] <corp> do i have to create this file myself, and if so, where?
[03:33:46] <coderanger> do you have log_type = file?
[03:34:47] <corp> ok, works now
[03:35:18] <corp> dont see any errors
[03:36:02] <corp> do you know the URL of the webadmin offhand?
[03:36:06] <corp> at least i can try to see if it's there
[03:36:15] <coderanger> /admin
[03:36:23] <corp> ok. that doesnt work
[03:36:39] <corp> so i have the egg file in the egg dir
[03:37:32] <coderanger> Do you see it loading in the log
[03:38:25] <corp> nothing about loading in the logs
[03:38:51] <corp> the egg_cache is empty
[03:38:52] <coderanger> Make sure the WebAdmin egg is for the correct python version
[03:38:54] <corp> is that a sign of somehing?
[03:39:40] <corp> ah. looks like i have 2.3 but need 2.4
[03:40:22] <coderanger> Well you can just rebuild the egg for you current version
[03:44:20] <corp> ok, i did that, but i still dont see the admin
[03:45:08] <coderanger> Did you restart your webserver?
[03:45:21] <corp> yup
[03:45:24] <corp> using tracd
[03:45:50] <coderanger> Do you see it loading
[03:47:07] <corp> nope :(
[03:47:18] <coderanger> Where is the egg file
[03:47:31] <corp> in the plugins dir
[03:47:56] <coderanger> What is the full path
[03:49:02] <corp> my_env_dir/plugins/TracWebAdmin-0.1.2dev_r4240-py2.3.egg
[03:49:33] <coderanger> And you are sure tracd is using 2.3
[03:50:05] <corp> yup
[03:51:08] <coderanger> check that it is a valid zip
[03:51:57] * coderanger ->sleep
[03:53:04] <corp> it is
[04:14:15] * Sonderblade has joined #trac
[04:14:49] * angrymike has joined #trac
[04:14:52] <angrymike> hi all
[04:15:04] <angrymike> anyone know of a plugin/macro that will show orphan wiki pages ?
[04:15:44] <angrymike> I found the index macro, but that just shows all pages
[04:15:44] <angrymike> I just want pages that do not have any links to them. :)
[04:21:11] * noodl has joined #trac
[04:22:06] <noodl> hi hi. i've vaguely heard of a plugin or such for trac that automates the commit/ticket link such that commit messages like "Fixes #123" automatically close that ticket.
[04:22:20] <noodl> is there such a thing or am i dreaming? what's it called?
[04:25:21] * zopeusr has joined #trac
[04:26:21] * cbrake_away is now known as cbrake
[04:26:57] <angrymike> noodl: http://trac.edgewall.org/browser/trunk/contrib/trac-post-commit-hook?rev=920
[04:27:08] <noodl> cheers angrymike
[04:27:33] <corp> anyone using the tracticketdelete plugin?
[04:27:50] <corp> i have the egg setup here, and it throws an error when entering a ticket number to change
[04:30:50] <corp> NameError: global name 'sorted' is not defined
[04:37:47] * angrymike has left #trac
[04:51:29] * zopeusr has quit IRC
[04:56:13] * hpnadig has joined #trac
[05:01:23] <alect> corp: it's assuming python 2.4...insert this near the other imports in that file: from trac.util import sorted
[05:01:55] <alect> actually, i'm somewhat surprised...do you have the latest version?
[05:09:24] <corp> latest version of the ticketdelete pliugin?
[05:10:18] <corp> i see the problem is fixed in a revent rev
[05:10:22] <corp> so i should grab that
[05:10:26] <corp> how do i create an egg file from source?
[05:14:15] <alect> python setup.py bdist_egg
[05:14:50] <corp> ah yeah. thanks
[05:16:12] * fwierzbicki has joined #trac
[05:36:10] * Ryan_ has joined #trac
[05:36:16] * barrys has joined #trac
[05:58:29] * Ryan_ has quit IRC
[06:07:34] <evil_twin> New news from t.e.o: Ticket #5179 (defect created): Trac detected an internal error: argument to += must be iterable <http://trac.edgewall.org/ticket/5179>
[06:09:40] <ralf-x> yay back
[06:15:01] * corp has quit IRC
[06:17:25] * joel__ has joined #trac
[06:18:47] <joel__> Hi.. how would I add another tab (ie: view tickets) that would link to a specific report - I haven't seen anything in the docs how to do that.
[06:19:30] * joel__ is now known as {joel}
[06:20:00] * seade has left #trac
[06:20:03] * hpnadig has quit IRC
[06:28:26] * mfuchs has quit IRC
[06:28:36] <ralf-x> mm ok...
[06:28:44] <ralf-x> so I'm using TracForge
[06:28:52] <ralf-x> and just trying to get it to work right
[06:29:27] <ralf-x> I just created a test project,
[06:30:04] <ralf-x> then went into the admin on my main Trac
[06:31:05] * retracile has quit IRC
[06:32:18] <ralf-x> and added the project to it...
[06:32:21] <ralf-x> and get a SQL error
[06:42:19] <ralf-x> christ. and now I'm getting the same error as my other Trac
[06:42:21] <ralf-x> yay
[06:43:29] * corp has joined #trac
[06:46:31] * m_g has joined #trac
[06:47:20] <ralf-x> coderanger: are you awake yet? :D
[06:48:04] * d0rt has joined #trac
[06:51:46] * Sonderblade has quit IRC
[06:57:35] * danbeck has joined #trac
[07:09:09] * ErikRose has joined #trac
[07:12:01] * retracile has joined #trac
[07:14:19] * em-dash has joined #trac
[07:14:42] * em-dash has left #trac
[07:16:37] * ErikRose has quit IRC
[07:17:44] * ErikRose has joined #trac
[07:24:21] <{joel}> Hi.. how would I add another tab (ie: view tickets) that would link to a specific report - I haven't seen anything in the docs how to do that.
[07:24:43] * {joel} has quit IRC
[07:25:12] * {joel} has joined #trac
[07:32:40] * maxb__ has joined #trac
[07:40:04] <evil_twin> New news from t.e.o: TracInstall edited by barunio <http://trac.edgewall.org/wiki/TracInstall>
[07:48:20] * maxb has quit IRC
[08:15:13] * Hydra_ has quit IRC
[08:20:09] <{joel}> hi is everyone sleeping?? :) Anyone know how I could add another tab (ie: view tickets) that would link to a specific report that I've created - I haven't seen anything in the docs how to do that.
[08:21:04] <idnar> some of us are awake, we just haven't a clue how to answer your question
[08:23:53] <{joel}> Hi Idnar.. let me expain again.. I want to add a new tab in line with the "Tickets", "Search" etc.. I want the tab for example to link to /foo.com/report/8 -- I haven't found in the documentation notes on if this is possible. Make sense?
[08:24:07] <idnar> sorry, what I mean is
[08:24:15] <idnar> I understand your question perfectly, I just don't know the answer at all
[08:24:39] <{joel}> oh.. ok. Anyone else ?
[08:24:46] <idnar> I just have links from the front page of our wiki to various reports / queries
[08:24:47] <ralf-x> I'm a nub
[08:31:46] <retracile> {joel}, have you looked at http://trac-hacks.org/wiki/NavAddPlugin
[08:33:32] <{joel}> cool.. looks perfect. Thanks.. Also since I have your attention.. Is there ANY way to attach more than one file at a time to a ticket, it's important for my co-workers to do this.
[08:34:27] <retracile> {joel} I haven't tried.
[08:35:22] <{joel}> could I make a request for such a plug in? {pretty please, with sugar on top and a new CPU!}
[08:36:41] <retracile> heh. :) search trac-hacks if you haven't already. I think there's a "request-a-hack" or something. You might also see if there's a ticket filed on t.e.o.
[08:38:23] <{joel}> already did a search.. didn't find anyting.
[08:38:41] <pacopablo> morning vatos
[08:38:50] <ralf-x> heh morning
[08:38:53] <{joel}> what's TEO??
[08:39:05] <pacopablo> @faq t.e.o
[08:39:05] <evil_twin> pacopablo: "t.e.o" is http://trac.edgewall.org/
[08:39:19] <pacopablo> @faq t-h.o
[08:39:19] <evil_twin> pacopablo: Error: No factoid matches that key.
[08:39:24] <pacopablo> stupid bot!
[08:39:27] <retracile> heh
[08:39:37] <pacopablo> @learn t-h.o as http://trac-hacks.org
[08:39:37] <evil_twin> pacopablo: The operation succeeded.
[08:39:41] <retracile> I tried @hacks NavAddPlugin earlier, and it didn't like that.
[08:39:48] * stepz is now known as stepz|afw
[08:40:27] <ralf-x> coderanger: alive? :)
[08:42:47] * darren has joined #trac
[08:43:13] <pacopablo> ralf-x: that's a debatable question ;)
[08:43:28] <ralf-x> hahaha
[08:43:44] <pacopablo> I think he's more of a coding zombie, personally.
[08:43:55] <darren> anyone know of any web hosts who provide trac?
[08:44:03] <pacopablo> but ping him and he's bound to respond sooner or later.
[08:44:12] <ralf-x> so maybe... a coding undead?
[08:44:14] <pacopablo> darren there is a page on t.e.o that lists providers
[08:44:22] <ralf-x> darren: there's a list of them on t.e.o
[08:44:26] <darren> ok, thanks
[08:44:28] <pacopablo> ralf-x: exactly.
[08:45:06] * em-dash has joined #trac
[08:46:12] * em-dash has left #trac
[08:53:35] * pombreda has joined #trac
[09:06:11] * [2ge] has joined #trac
[09:09:54] * LionsMane has joined #trac
[09:10:35] <evil_twin> New news from t.e.o: Ticket #5180 (defect created): MarioTest <http://trac.edgewall.org/ticket/5180>
[09:15:26] * buggzzy has joined #trac
[09:15:57] <buggzzy> hey guys .... got a problem with tracforge ... can anybody help?
[09:17:46] <buggzzy> anybody there?
[09:20:15] * hotte has joined #trac
[09:24:18] * darren has quit IRC
[09:40:46] <evil_twin> New news from t.e.o: Ticket #5183 (defect created): trial <http://trac.edgewall.org/ticket/5183> || Ticket #5182 (defect created): trial <http://trac.edgewall.org/ticket/5182> || Ticket #5181 (defect created): just a trial task <http://trac.edgewall.org/ticket/5181>
[09:42:33] * em-dash has joined #trac
[09:53:59] * ErikRose has quit IRC
[09:54:08] * Federico2 has joined #trac
[09:54:21] <pacopablo> buggzzy: coderanger is your man
[09:54:27] * ErikRose has joined #trac
[09:54:51] <buggzzy> ok .. thanks pacopablo
[09:56:33] * xjjk has joined #trac
[09:59:25] * Sonderblade has joined #trac
[10:00:37] * noodl has quit IRC
[10:08:07] <Sonderblade> is anyone using the accountmanager plugin for trac?
[10:08:09] <ralf-x> buggzzy: I'm having issues with it too :P
[10:08:44] <pacopablo> Sonderblade: heavily
[10:08:53] <Sonderblade> pacopablo: where?
[10:09:14] <buggzzy> ralf-x: realy ... the same error message?
[10:10:07] <pacopablo> Sonderblade: on all my sites
[10:10:12] <ralf-x> buggzzy: dunno, what is your error?
[10:10:31] <pacopablo> granted that amounts to just a handful, but I've done things with account manager that most wouldn't ;)
[10:10:37] <buggzzy> ralf-x: UnboundLocalError: local variable 'env' referenced before assignment .... if i click on the projects button
[10:11:03] <Sonderblade> pacopablo: im looking for URLs so I can check it out myself. :)
[10:11:11] <evil_twin> New news from t.e.o: Ticket #5184 (defect created): Cannot access the IT trac pages (see error message attached. <http://trac.edgewall.org/ticket/5184>
[10:11:13] <ralf-x> nope, not that :)
[10:11:45] <Sonderblade> pacopablo: if it is as good as its "trac hack" page says, everyone should be using it me thinks
[10:12:20] <buggzzy> ralf-x: whats your problem ... i think the rest works fine for me
[10:12:22] <pacopablo> Sonderblade: a lot of people are
[10:12:40] <pacopablo> Sonderblade: any site that allows user registration is using it
[10:12:44] <ralf-x> buggzzy: when hitting the projects page, I get a recursion error
[10:12:51] <ralf-x> @paste
[10:12:51] <evil_twin> ralf-x: "paste" is http://paste.lisp.org/new/trac
[10:12:56] <pacopablo> and any site that uses form based login is using it
[10:13:19] <Sonderblade> pacopablo: example please
[10:14:24] <buggzzy> ralf-x: hmm .... sounds like there are some path values wrong
[10:14:38] <lisppaste5> ralf-x pasted "Recursion error with TracForge" at http://paste.lisp.org/display/39985
[10:14:48] <ralf-x> buggzzy: maybe. I dunno though :(
[10:14:57] <ralf-x> I can paste the configs etc if needed
[10:15:12] <pacopablo> trac-hacks.org, pacopablo.com, madwifi.org
[10:16:17] <buggzzy> ralf-x: yes paste it ... maybe i find something
[10:17:51] <Sonderblade> pacopablo: none of those sites seem to have a create account link?
[10:18:22] <Sonderblade> pacopablo: and trac-hacks does not use the plugin
[10:18:27] <pacopablo> Sonderblade: that's just beacuse they have disabled user registration
[10:19:03] <pacopablo> Sonderblade: but what's your question regarding account manager?
[10:19:53] <Sonderblade> pacopablo: mostly, is it mature enough? and if so, why isn't it integrated into Trac itself then?
[10:20:20] <pacopablo> and trac-hacks.org DOES use the account manager plugin
[10:20:49] <pacopablo> yes, and it's perfectly good as a plugin
[10:21:01] <pacopablo> the goal of trac isn't to integrate evey "good" plugin
[10:21:10] <Sonderblade> found it, the link was not in a convenient place :)
[10:21:23] <pacopablo> the goal is to create a good plugin system so that it's easy to extend trac via plugins
[10:22:12] <Sonderblade> pacopablo: right, but convenient account management is pretty much a mandatory feature
[10:25:39] * em-dash has left #trac
[10:25:45] <pacopablo> depends on how you look at it. I can plugin trac as-is into my ldap infrastructure and have convienent account mangement
[10:25:56] <pacopablo> that doesn't need account manager
[10:26:14] <pacopablo> now, if I want to let people easily create accounts, then yeah, you need account manager
[10:26:15] * johnjosephbachir has joined #trac
[10:26:29] <pacopablo> but who's to say which is the more desired alternative?
[10:26:36] <johnjosephbachir> coderanger: how stable is MasterTicketsPlugin?
[10:28:00] <pacopablo> personally, I disable registration for all of my trac sites, because I don't want people just registering themselves.
[10:29:37] <Sonderblade> pacopablo: sane defaults and all that. who is to say that red is the most desired color for links?
[10:30:35] <pacopablo> Sonderblade: exactly, all I'm saying is that if account manager is a plugin, and plugins are easy enough, there is no real reason to include it into the core
[10:31:00] <pacopablo> that being said, I wouldn't be too suprised to see it merged sometime in the future.
[10:31:09] <pacopablo> thouugh probably not until 0.13 at least
[10:31:57] <Sonderblade> i don't think i can install it because my trac is on shared hosting behind apache
[10:32:09] <Sonderblade> so probably not "easy enough" for me
[10:32:18] <pacopablo> it's the same as any other plugin
[10:32:23] * corp has quit IRC
[10:32:53] <pacopablo> can you add users to your htpasswd file right now?
[10:33:01] <Sonderblade> yes
[10:33:10] <pacopablo> then you can use account manager
[10:33:22] <pacopablo> plugins can be installed locally, they don't have to be installed globally
[10:33:38] <Sonderblade> thanks i'll try it then
[10:34:03] * Sonderblade has quit IRC
[10:34:03] <pacopablo> throw it in the plugins dir of your trac env
[10:46:59] * pradeep has joined #trac
[10:53:00] <ralf-x> buggzzy: I'm gonna paste the configs in a few
[10:53:06] * tpollari has joined #trac
[10:53:12] <buggzzy> ok
[10:56:54] <lisppaste5> ralf-x annotated #39985 with "main and sub trac.ini files" at http://paste.lisp.org/display/39985#1
[10:57:05] * stalker` has quit IRC
[10:59:34] <buggzzy> ralf-x: is this one file or two?
[10:59:38] <ralf-x> two
[11:00:01] <ralf-x> I have a comment heading for both files
[11:00:03] <buggzzy> ok i see
[11:02:07] <buggzzy> ralf-x: did you create an new project over tracwebadmin?
[11:03:34] <ralf-x> buggzzy: you mean... TracForge -> Project Admin?
[11:03:38] <ralf-x> yes, I added it there
[11:04:04] <ralf-x> I would like a way to delete crap from here so I can try re-adding it :P
[11:04:28] <ralf-x> there might have been a SQL error while adding it... there were some issues
[11:07:01] <buggzzy> ralf-x: have you entered the correct path to the sub project?
[11:07:11] <ralf-x> buggzzy: yes.
[11:08:11] <ralf-x> is there a way to remove it so I can re-add?
[11:08:33] * stalker` has joined #trac
[11:08:55] <buggzzy> ralf-x: strange .... configs are ok
[11:09:13] <ralf-x> I had to do some odd stuff iirc
[11:09:21] <ralf-x> had to upgrade the project DB
[11:09:23] <ralf-x> I think
[11:09:55] <ralf-x> so like I said, is there a way I can remove the project and re-add?
[11:13:33] * eholmgren has joined #trac
[11:14:30] <buggzzy> ralf-x: remove ist not yet implemented ... maybe with trac-admin but not sure ... but you can backup your master trac.ini and delete the complete folder and then just create a new master with the same name and copy the bakup trac.ini back .... not a perfect way but it works ;)
[11:14:59] <ralf-x> ahh ok
[11:18:35] <eholmgren> gah, where can I find info about changing the priority, component, milestone, etc values?
[11:18:57] <ralf-x> buggzzy: I'll try that
[11:19:00] <ralf-x> just for grins
[11:20:41] <ralf-x> ok, so the schema needs updating...
[11:21:10] <ralf-x> ok, did a 'trac-admin main update'
[11:21:13] <ralf-x> er, upgrade
[11:21:44] <ralf-x> how do I make myself an admin again? :P
[11:22:17] * tuxipuxi_ has joined #trac
[11:22:36] <buggzzy> trac-admin /path/to/repos permission add myusername TRAC_ADMIN
[11:23:10] <ralf-x> done
[11:23:14] <ralf-x> ok let's see
[11:23:22] * The_Tick has joined #trac
[11:23:44] <ralf-x> ok
[11:23:47] * kringalf has joined #trac
[11:23:56] <ralf-x> I created a prototype called "Default" that just has "DoNothing"
[11:24:15] <buggzzy> yep
[11:24:20] <ralf-x> let me confirm something on the TracForge -> Project Admin page
[11:24:37] <ralf-x> the short name and long name are whatever the crap I feel like putting in there
[11:24:46] <kringalf> hi guys, i got a strange problem in debian using trac, i got the following error: Command failed: Unsupported version control system "svn"
[11:24:46] <kringalf> , after googling i found that its a problem with the python subversion lib, but i installed the latest backports python subversion module, any ideas?
[11:24:46] <ralf-x> the Environment is the path to the project, correct?
[11:25:12] <buggzzy> yep
[11:25:22] <buggzzy> to the subproject
[11:25:24] <ralf-x> buggzzy: ok.
[11:25:25] <The_Tick> kringalf: is swig installed?
[11:25:28] <ralf-x> yes, exactly
[11:25:43] <kringalf> the_tick: nope
[11:25:51] * The_Tick thinks that could be a problem
[11:26:54] <kringalf> the_tick, ok i'll try installing swig
[11:27:07] <The_Tick> look at the prereq's first
[11:27:16] <The_Tick> in the trac bzball
[11:27:20] <The_Tick> but I bet that's it
[11:28:08] <kringalf> the_tick, nope, still the same problem
[11:28:22] <The_Tick> look on the mailing list
[11:28:26] <The_Tick> there's gobs of info on this
[11:28:31] <The_Tick> it's on google groups
[11:29:00] <kringalf> the_tick, ok, i'll search there
[11:29:32] <The_Tick> look at the prereq's to make sure you have them
[11:29:48] <kringalf> the_tick, sry but what do you mean by prereq's?
[11:30:06] <The_Tick> prerequisites
[11:30:14] <The_Tick> such as python, clearsilver, so on and so forth
[11:30:58] <kringalf> i thought i got them all
[11:31:34] <kringalf> i did apt-get install python2.3-sqlite python2.3-svn python2.3-subversion python2.3-setuptools python-clearsilver python-sqlite python2.3-clearsilver enscript librsvg2-bin
[11:31:45] <ralf-x> ok, here we go
[11:31:46] <kringalf> (didn't install trac with apt-get)
[11:31:55] <ralf-x> buggzzy: here's teh error I get when creating the project
[11:32:07] <The_Tick> kringalf: why in the world would you use a package management system
[11:32:11] <The_Tick> and not use it for everything?
[11:32:15] <buggzzy> ralf-x: which error?
[11:32:51] <kringalf> the_tick: because there is no backports version of trac available, and the default sarge version conflicts with the svn from backports
[11:33:04] <kringalf> and i need the svn from backports
[11:33:05] <lisppaste5> ralf-x annotated #39985 with "Error while adding project to TracForge -> Project Admin" at http://paste.lisp.org/display/39985#2
[11:33:10] <ralf-x> buggzzy: that
[11:33:16] <The_Tick> kringalf: ah
[11:33:27] <The_Tick> I haven't used debian for years
[11:36:16] <buggzzy> ralf-x: hmmm that don't looks good ... wich trac version is it?
[11:37:11] <ralf-x> buggzzy: uhm... 0.10.3.1
[11:38:06] <buggzzy> ralf-x: same as mine
[11:38:46] * m_g has quit IRC
[11:45:15] <evil_twin> New news from t.e.o: Ticket #5185 (enhancement created): Use specific icon for mailto links <http://trac.edgewall.org/ticket/5185>
[11:46:24] <ralf-x> so... am I hosed? :)
[11:51:13] * _shawn has quit IRC
[11:51:37] * enzopitek has joined #trac
[11:52:35] * Federico2 has quit IRC
[11:53:08] * Sonderblade has joined #trac
[11:53:22] <buggzzy> ralf-x: not only you ... now the projects page works but there are so much more errors ... i think there is a lot of work before somebody can use it
[11:54:01] * omry has quit IRC
[11:54:34] <ralf-x> :(
[11:54:53] * enzopitek has left #trac
[11:56:11] <buggzzy> yep .... i'm also pissed of .... the whole day for nothing .... maybe i will try more tomorrow ... now it's to late and to long for me
[11:56:22] <ralf-x> :((
[11:57:02] * tpollari has quit IRC
[12:08:50] * omry has joined #trac
[12:09:01] <ralf-x> coderanger: wake up! :D
[12:13:17] * kop_ has quit IRC
[12:14:12] * elehack|afk has quit IRC
[12:14:33] <eholmgren> trying to use WebAdmin with trac .11
[12:14:55] <eholmgren> the button showed up just fine after I enabled it, and I can get to the main screen
[12:15:16] <eholmgren> but trying to nav to any of the sections gives me something like "The requested URL /admin/ticket/type was not found on this server."
[12:15:44] <eholmgren> do I need to add a new pair of location tags in my httpd.conf?
[12:18:27] <coderanger> ralf-x: Yo
[12:18:47] <coderanger> eholmgren: What do you mean "enabled it"
[12:18:55] <coderanger> You don't use the plugin on 0.11dev
[12:19:05] <coderanger> it is now part of trac core
[12:19:21] <eholmgren> hrrmmnn...
[12:19:22] <ralf-x> :D
[12:20:02] <eholmgren> regardless, only the main admin page works
[12:20:42] <coderanger> eholmgren: Remove the plugin first
[12:21:34] <eholmgren> cool ...
[12:21:36] <eholmgren> works now
[12:22:42] <eholmgren> i tried 0.10.3.1 earlier with the plugin and couldn't get it working well
[12:23:14] <eholmgren> must have had some weird caching things going to for that button not to show up initially with .11
[12:27:12] <ralf-x> coderanger: so I backed up my main/conf/trac.ini
[12:27:16] <ralf-x> made a new one
[12:27:20] <ralf-x> er rather
[12:27:30] <ralf-x> backed it up, removed main/ and created it again
[12:27:34] <ralf-x> then copied teh config back in
[12:27:41] <ralf-x> here's the error I have: http://paste.lisp.org/display/39985#2
[12:29:18] * coderanger_ has joined #trac
[12:30:35] <coderanger_> looking
[12:31:50] <ralf-x> k thanks
[12:33:01] <coderanger_> What do you seein the log right before that (from TracForge)?
[12:33:26] <ralf-x> hrm. let me see
[12:33:34] <ralf-x> not sure if I had logging on that one :(
[12:33:52] <ralf-x> shall I try again?
[12:33:55] <coderanger_> yes
[12:34:03] <coderanger_> (make sure it is debug too)
[12:34:16] <ralf-x> you want logging