Team Chat Logs

January 31, 2010

2010 0
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 31

[01:07:08.022790]<RaceCondition>anyone know if TagsPlugin works on 0.12? I did as the installation guide told me but I see no changes in the wiki or ticket pages after upgrade and restart
[01:11:46.531313]<RaceCondition>oops, I forgot the permissions
[02:47:28.769946]<macmaN>yeah that is easily overlooked
[02:47:40.703198]<macmaN>itd be cool i think if plugin had like a initial configuration screen
[02:47:43.537276]<macmaN>on new install
[02:47:52.221661]<macmaN>kinda like it env upgrade
[09:28:44.904414]<synfinatic>i'm running 0.11.6 and about once a day, python/fcgi is crashing due to database is locked errors
[09:29:25.537013]<synfinatic>looks like this bug has been around for a long time, but was supposed to be fixed. is the best option at this point to switch to mysql?
[09:29:51.128266]<synfinatic>would prefer postgresql myself, but my vps is too small to run both
[12:34:38.191247]<pek>hello, I am having some problems installing a plugin...
[12:35:02.884496]<pek>in the about page of a trac project, the Python version is 2.4.3
[12:35:28.847967]<pek>but python -V returns 2.5.2
[12:36:13.336172]<pek>when I install an egg file it is done with python 2.5.2 (the resulting folder is <Plugin>-py25.egg
[12:36:45.592318]<pek>I tried upgrading my Trac installation but the Python version in the info section is still 2.4.3
[12:36:55.654447]<pek>any help?
[13:22:08.716263]<Navist>Heya all, I take it this is the Lineage 2 Private server crew?
[13:22:12.250269]<Navist>I have a question...
[13:28:58.599767]<Sacho>confused?
[17:16:22.506462]<xur1z>morning. is there an existing plugin which allows one to switch from one trac multi-instance to another via drop selector?
[17:16:34.946311]<xur1z>just so i can swap from client A to client B
[23:38:42.297979]<Sp4rKy>Hi
[23:38:53.120036]<Sp4rKy>I have a trac using htpasswd for the auth
[23:39:02.934344]<Sp4rKy>everything works pretty well (user can register & login etc)
[23:39:14.815262]<Sp4rKy>but I have one user who tried to change his password
[23:39:58.736971]<Sp4rKy>since he did, he can't login anymore, the /prefs/account send 302 in loop, so the brower stop page load with an error like "too many redirections"
[23:40:05.797574]<Sp4rKy>any tip ?
[23:43:51.472274]<coderanger_>Sp4rKy: Its the email validation thing
[23:43:53.242657]<coderanger_>turn it off
[23:51:22.154870]<Sp4rKy>coderanger_: can't find where to desable it
[23:51:25.978241]<Sp4rKy>disable*
[23:51:54.892959]<coderanger_>http://trac-hacks.org/ticket/3233
[23:52:54.135368]<Sp4rKy>thanks :)