Re: [Trac] Upgrading trac from 1.2.2 to 1.4

2022-12-02 Thread Bill Buklis
s missing, but for now it seems OK. On 12/2/2022 2:51 PM, Bill Buklis wrote: I'm trying to upgrade a local trac system on Windows (using tracd) to 1.4 from 1.2.2. I've upgraded the plugins as much as possible. Everything seemed to go relatively smoothly. I ran pip install --upgrade

[Trac] Upgrading trac from 1.2.2 to 1.4

2022-12-02 Thread Bill Buklis
quot;, line 942, in open_environment     needs_upgrade = env.needs_upgrade() where is similar to an actual user folder, but different. Regardless, the mentioned egg or py file can't be found anywhere as near I can tell. If I restore the original trac folder (copied before upgrade),

[Trac] upgrade to os x 10.9 seems to introduce tracd errors

2014-03-10 Thread Bill Hernandez
Ever since I upgraded to OS X 10.9 a few days ago, I keep getting the error block below I upgraded to the latest tracd $ tracd --version tracd 1.0.1 Any ideas ? Bill Hernandez Plano, Texas Server starting in PID 530. Serving on 0.0.0.0:8000 view at http://127.0.0.1:8000/ Using HTTP/1.1

Re: [Trac] Mandatory to comment

2013-12-18 Thread Bill Buklis
On 12/18/2013 8:06 AM, Ivanelson Nunes wrote: This suggestion is exciting. I'll try. Thank you. @ivanelson []s If you get this working, do you mind posting it? I might find this interesting. Thanks, -- Bill -- You received this message because you are subscribed to the Google G

[Trac] Report queries

2013-10-17 Thread Bill Buklis
t wasting query time? Thanks, -- Bill -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to trac-users+unsubscr...@googlegroups.com. To post to this group,

Re: [Trac] Bug? Trac 1.0.1 modify existing tickets fails

2013-02-20 Thread Bill Buklis
hat I never saw in pre-1.0 versions. If you refresh the page are you seeing the updated ticket? -- Bill -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To unsubscribe from this group and stop receiving emails from it, send an email

[Trac] Re: Missing owner on new tickets

2013-01-02 Thread Bill Buklis
On 12/22/2012 8:59 PM, RjOllos wrote: On Tuesday, December 18, 2012 9:44:03 AM UTC-8, Bill Buklis wrote: Recently I migrated our trac system to a new server and updated to version 1.0. Everything seems fine except that for some reason the owner is not getting set when creating

Re: [Trac] Re: Missing owner on new tickets

2013-01-02 Thread Bill Buklis
bly didn't, so I bet that would have worked. Looking at thew "new ticket" page now (after fixing the default_owner field) I can see that the owner field shows "< default >". No idea what it showed before the upgrade. I didn't pay attention to it. It was p

[Trac] Missing owner on new tickets

2012-12-18 Thread Bill Buklis
tting somewhere that I've forgotten about. Trac version details: Trac 1.0 running on Windows Server 2008 under tracd. Database is sql lite. Thanks, -- Bill -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this g

Re: [Trac] I keep getting my email rejected - please help...

2012-07-02 Thread Bill Hernandez
I found & joined the Product Forum in order to see if that helps: https://productforums.google.com/forum/#!category-topic/gmail/report-an-issue/composing-and-sending-messages/other-web-browser-please-specify/3U6U2Qpylfc -- You received this message because you are subscribed to the Google Grou

Re: [Trac] I keep getting my email rejected - please help...

2012-07-02 Thread Bill Hernandez
ied, so I responded and tried to clarify why I was asking for help on the Trac list, but he never replied. Anyway thanks for tying to help me. I am most grateful… Bill Hernandez Plano, Texas -- You received this message because you are subscribed to the Google Groups "Trac

Re: [Trac] Re: Even though path is correct, I get an error "bash: git-receive-pack: command not found."

2012-06-28 Thread Bill Hernandez
What you are suggesting does make a lot more sense, which I interpret as follows : ( 1 ) Avoid adding to any $PATH if possible ( 2 ) From the existing $PATH, see if there is a suitable place place some symlinks ( 3 ) from the results below, the most logical would be /usr/bin Note : If I had ful

Re: [Trac] Even though path is correct, I get an error "bash: git-receive-pack: command not found."

2012-06-26 Thread Bill Hernandez
to the correct spots. I do this a lot with things I am familiar with, but never even thought of it this time... > So: > cd /usr/local/bin && ln -s /usr/local/git/bin/* . > > It also has a nice secondary effect of avoiding problems like this. Thank You very much for taking t

Re: [Trac] Date/Time fields from SQL query

2011-05-11 Thread Bill Buklis
On 5/10/2011 3:08 PM, Remy Blank wrote: Bill Buklis wrote: Thanks. That worked. Interesting that they would choose to use microseconds. Milliseconds I can understand, but that's some pretty fine precision there. Heh, "they" was actually "me" :) The reason is that

Re: [Trac] Date/Time fields from SQL query

2011-05-10 Thread Bill Buklis
Thanks. That worked. Interesting that they would choose to use microseconds. Milliseconds I can understand, but that's some pretty fine precision there. On 5/9/2011 6:20 PM, Remy Blank wrote: Bill Buklis wrote: I'm need to do some external queries to the trac database, so I'

[Trac] Date/Time fields from SQL query

2011-05-09 Thread Bill Buklis
roperly in the trac reports. I'd like to format the created field in the ticket database as simply mm/dd/, how would I go about doing this? For example the following doesn't work: select strftime('%m/%d/%Y', time, 'unixepoch', 'localtime') from

RE: [Trac] Straw poll - which Trac version are you using?

2011-01-05 Thread Bill Buklis
I never noticed that check box before. Nice. One improvement I could suggest would be to allow resizing the left side pane width dynamically so as to allow the preview width to expand/contract as desired. -- Bill -- From: trac-users@googlegroups.com [mailto:trac-us...@googlegroups.com

RE: [Trac] Straw poll - which Trac version are you using?

2011-01-05 Thread Bill Buklis
. I really like the new formatting styles and options in 0.12. The automatic comment preview window when modifying tickets is really nice. I do wish they would extend that to the description field in new tickets and for editing wiki pages. Perhaps for 0.13? -- Bill -- From: trac-users@google

[Trac] Username with Smartcards

2010-12-13 Thread Bill
would be better to map the Common Name to something more simple (i.e. Joe.Coder). Is this something that should be done in Apache so that it doesn't have to reimplemented when Trac is upgraded? Or is there way to configure Trac? TIA, Bill -- You received this message because you are subscri

RE: [Trac] New Ticket and View Ticket edit pages after upgrading to 0.12

2010-09-20 Thread Bill Buklis
On 9/20/2010 10:03 PM, Bill Buklis wrote: >> Then maybe you forgot to "deploy" the static resources? >> (http://trac.edgewall.org/wiki/TracCgi#MappingStaticResources). > > To be clear as I know there are many possible environments and > configurations, my setup i

RE: [Trac] New Ticket and View Ticket edit pages after upgrading to 0.12

2010-09-20 Thread Bill Buklis
loyment path (at least not that I'm aware of). So, I'm guessing then that this isn't the issue? Or maybe there is something I need to do here? Thanks, -- Bill -- -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To

RE: [Trac] New Ticket and View Ticket edit pages after upgrading to 0.12

2010-09-17 Thread Bill Buklis
>> Any idea where I can >> look to correct this issue and use the updated page format from 0.12? > Try emptying your browser's cache, or do a Shift+Reload on the ticket pages. > This should re-load the .js and .css files. Nice thought, but unfortunately, it'

[Trac] New Ticket and View Ticket edit pages after upgrading to 0.12

2010-09-17 Thread Bill Buklis
this issue and use the updated page format from 0.12? Thanks, -- Bill -- -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to trac-us...@googlegroups.com. To unsubscribe from this group,

RE: [Trac] Tables in multi column wiki page

2010-09-16 Thread Bill Buklis
able to take two separate, but related, pages and combine them into one for easier reference. -- Bill -- -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to trac-us...@googlegroup

[Trac] Tables in multi column wiki page

2010-09-15 Thread Bill Buklis
27;''=||='''Column R.B'''=|| ||Some data||Some more data|| ||Miscellaneous stuff||More data|| [[br]] = '''Second Table on Right''' = ||='''Column R.C'''=||='''Column R.D'

Re: [Trac] category or not.

2010-03-11 Thread Bill
Thanks. Yes, it do solve the problem in some level. On Thu, Mar 11, 2010 at 02:32:34AM -0800, Noah Kantrowitz wrote: > You probably want to look at TagsPlugin. > > --Noah > > On Mar 11, 2010, at 2:05 AM, Bill wrote: > > > the problem I met is if i use category it

[Trac] category or not.

2010-03-11 Thread Bill
the problem I met is if i use category it will help make the wiki organize. but when I make link to the page I have input sthing like "CateA/CateB/ItemNew", which means I have to check it's full path, and it's annoying. Are there any any way to simplify it? I mean either input ItemNew it will au

Re: [Trac] how to show nickname with openid

2010-03-05 Thread Bill
On Fri, Mar 05, 2010 at 11:00:51AM -0500, Matt Caron wrote: > > to refresh the web. It still show the openid url. > > Is the patch in http://trac.edgewall.org/ticket/7339 not the right > > solution for me? > > Stupid question - is the fill name set for the user? yes, the full name is set. > >

Re: [Trac] how to show nickname with openid

2010-03-05 Thread Bill
://www.google.com/accounts/o8/id?id=aitoawnn8-fudz_6uewsoqpvvpfqkagsd3eqxoe 2 11 days https://www.google.com/accounts/o8/id?id=aitoawnn8-fudz_6uewsoqpvvpfqkagsd3eqxoe Initial Update I wanna make it show the author with "bill" . Then I tried http://trac.ed

Re: [Trac] how to show nickname with openid

2010-03-04 Thread Bill
I use pkill trac.fcgi but still no effects. I am confused. then I follow the guide in TracUpgrade with 2 bellow command: trac-admin /path/to/projenv upgrade trac-admin /path/to/projenv wiki upgrade still no effects, Then try trac-admin /path/to/env deploy /deploy/directory/path still can't

Re: [Trac] how to show nickname with openid

2010-03-03 Thread Bill
Thanks for all your kindly help, but I don't have enough permission:) to do that, it's just a remote web space . On Wed, Mar 03, 2010 at 05:18:50PM -0500, Olemis Lang wrote: > On Wed, Mar 3, 2010 at 5:12 PM, Matt Caron wrote: > >> but no effects till now, where did i go wrong? or it's the cache i

Re: [Trac] how to show nickname with openid

2010-03-03 Thread Bill
ay to make it take effects quickly? On Wed, Mar 03, 2010 at 10:13:10AM -0500, Matt Caron wrote: > Bill wrote: > > I use both accountmanager & openid , but when I login with openid to > > modify wiki, the author shows the url, not more human readable > > nickname? > &

Re: [Trac] how to show nickname with openid

2010-03-03 Thread Bill
that's it. thanks. On Wed, Mar 03, 2010 at 10:13:10AM -0500, Matt Caron wrote: > Bill wrote: > > I use both accountmanager & openid , but when I login with openid to > > modify wiki, the author shows the url, not more human readable > > nickname? > > >

[Trac] how to show nickname with openid

2010-03-03 Thread Bill
I use both accountmanager & openid , but when I login with openid to modify wiki, the author shows the url, not more human readable nickname? Anybody know how to solve it? thanks . -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to th

closed [Trac] Re: trac-wiki and accountmanager plugin

2010-02-28 Thread Bill
Feb 27, 2010, at 8:23 PM, bill wrote: > > >To make it more clear, I wanna knwo if the emacs trac-wiki mode can > >cowork with accountmanage plugin of trac. > > > > > >bill wrote: > >>trac-wiki works fine with default httpauth, but as I only got &g

Re: [Trac] Re: trac-wiki and accountmanager plugin

2010-02-28 Thread Bill
3AM -0800, Noah Kantrowitz wrote: > Even if it can't, you can use the HttpAuth plugin. > > --Noah > > On Feb 27, 2010, at 8:23 PM, bill wrote: > > >To make it more clear, I wanna knwo if the emacs trac-wiki mode can > >cowork with accountmanage plugin of trac. >

[Trac] Re: trac-wiki and accountmanager plugin

2010-02-27 Thread bill
To make it more clear, I wanna knwo if the emacs trac-wiki mode can cowork with accountmanage plugin of trac. bill wrote: > trac-wiki works fine with default httpauth, but as I only got the user > space, that's means nonlogin guys can't view my site. > > So I install th

[Trac] trac-wiki and accountmanager plugin

2010-02-26 Thread bill
trac-wiki works fine with default httpauth, but as I only got the user space, that's means nonlogin guys can't view my site. So I install the accountmanage plugin, but this time trac-wiki seemed can't work, and keep asking me the username of control panel. Any suggestions? [components] acc

[Trac] a url problem in CustomNavigationEntries, in 0.12dev

2009-03-24 Thread Hi Bill
I use 0.12dev-r7953, following instuctions here: http://trac.edgewall.org/wiki/TracInterfaceCustomization#CustomNavigationEntries I added this in trac.ini: [mainnav] tickets.href = /report/1 and then I use c:\ tracd \path\to\mytrac "view tickets" points to http://127.0.0.1/mytrac/report/1 rig

[Trac] Attaching multiple trac projects to a single subversion repository

2009-01-16 Thread Done, Bill
r our trac database, with the database located in the db directory under that that trac project. Bill --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send emai

[Trac] if perldoc plugin is working on Trac0.11?

2008-10-15 Thread bill
Hi, I just want to confirm if the latest perldoc plugin will work on Trac 0.11? It was created around Jan 2007. If anyone using it now and give me some clues? Their doc is too summarized. I am appreciate for any reply. Bill --~--~-~--~~~---~--~~ You received this

[Trac] Re: LastModified macro

2008-09-22 Thread Bill Coffman
That is to say, how is this ticket coming along? http://trac-hacks.org/ticket/2675 thanks in advance On Mon, Sep 22, 2008 at 12:02 PM, Bill Coffman <[EMAIL PROTECTED]>wrote: > This macro used to work great in 0.10, any idea if there is a replacement > for it in 0.11? > > than

[Trac] LastModified macro

2008-09-22 Thread Bill Coffman
This macro used to work great in 0.10, any idea if there is a replacement for it in 0.11? thanks, Bill Coffman --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, sen

[Trac] Re: How to handle the notification bounce email

2008-07-16 Thread bill zhu
Thanks for your reply. Yes, that what we thought, but after configured the From and Reply, no bounce email has been received. It is so strange that we can't see any error in trac.log. Only can see 553 error in SMPT log. Bill > -Original Message- > From: trac-users@googl

[Trac] How to handle the notification bounce email

2008-07-16 Thread bill
using trac 0.10. Thanks. Bill --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to trac-users@googlegroups.com To unsubscribe from this group, send email

[Trac] Re: Trac / Subversion / IDE integration

2008-07-09 Thread Bill Johnson
On Tue, 8 Jul 2008 16:54:10 -0400 "Aaron D. Marasco" <[EMAIL PROTECTED]> wrote: > I've had great luck with TortoiseSVN, the Windows GUI >client. > > You can have it link to trac (using the previously >mentioned post-commit > scripts) using some special svn properties: > > bugtraq:label => Ti

[Trac] Re: trac + high cpu load

2008-06-18 Thread Bill Johnson
Pardon my apache ignorance, as I am still learning, but what does apache define as a child, and is this set in httpd.conf? > others. 2) reducing the number of requests per child - the > default in httpd.conf was 4000 and I dropped > MaxRequestsPerChild to 100 and switched back to mod_python

[Trac] Re: can't "svnadmin load"

2008-05-15 Thread Bill Williams
Sorry about that, I responded to the wrong message. -Original Message- From: trac-users@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Bill Williams Sent: Thursday, May 15, 2008 8:20 AM To: trac-users@googlegroups.com Subject: [Trac] Re: can't "svnadmin load"

[Trac] Re: Creating or updating ticket hangs.

2008-05-15 Thread Bill Williams
I disabled the SMTP in trac. We use webmin so I took a look at our mail server (postfix) and saw it had a bunch of queued messages because it could not send to user properly so I created an alias for that user and those e-mails went out. Mind you, this user is not associated to the stuff we're d

[Trac] Re: can't "svnadmin load"

2008-05-15 Thread Bill Williams
I disabled the SMTP in trac. We use webmin so I took a look at our mail server (postfix) and saw it had a bunch of queued messages because it could not send to user properly so I created an alias for that user and those e-mails went out. Mind you, this user is not associated to the stuff we're d

[Trac] Re: Creating or updating ticket hangs.

2008-05-14 Thread Bill Williams
It looks like you're right. I disabled the smtp and the ticket create and update now work. I guess I need to figure out why the mail does not work from Trac. I know I can send e-mail from the root user on the server to my normal account. -Original Message- From: trac-users@googlegroups

[Trac] Re: Creating or updating ticket hangs.

2008-05-14 Thread Bill Williams
Sent: Wednesday, May 14, 2008 4:28 PM To: trac-users@googlegroups.com Subject: [Trac] Re: Creating or updating ticket hangs. Bill Williams wrote: > We have Trac 0.10.4 running with FastCGI on apache 2.2.6. > > > > Whenever we create or update a ticket, the browser never returns. I

[Trac] Creating or updating ticket hangs.

2008-05-14 Thread Bill Williams
We have Trac 0.10.4 running with FastCGI on apache 2.2.6. Whenever we create or update a ticket, the browser never returns. It just sits there attempting to refresh. I can hit the stop button and then click view tickets and either the new ticket or updated ticket will be there so obviously th

[Trac] Re: Idiotic newbie question

2008-05-06 Thread Bill J.
On May 6, 4:49 am, "Bill Johnson" <[EMAIL PROTECTED]> wrote: > From the 'Available Projects' screen, clicking on the one and only 'Test > Project 1' will shut python down every time. The short error ignature from > XP is AppName: python.exe

[Trac] Re: Idiotic newbie question

2008-05-06 Thread Bill Johnson
Hello, see below: > > -On [20080506 03:41], Bill Johnson ([EMAIL PROTECTED]) wrote: > >I will now trudge on. Seems I can now crash Python 2.5.2 with a single > click > > That would be odd, since I've run 2.4 and 2.5 installs on both 32- and > 64-bit Windows and nev

[Trac] Re: Idiotic newbie question

2008-05-05 Thread Bill Johnson
> You didn't mentioned that you created project with trac-admin. > > I suggest that you create two base directories for example c:\trac and > c:\svn > > First create subversion: > > svnadmin create c:\svn\testproject > > Then create trac environment: > > trac-admin c:\trac\testproject initen

[Trac] Idiotic newbie question

2008-05-04 Thread Bill Johnson
/projects HTTP/1.1" 404 - I have python2.5.2 in my path environment variables, but not the scripts directory. I would also like to run Subversion, I have already told it to create a repository at xampp\projects, but I want to get Trac running first before I go any farther. So any thoughts for

[Trac] List all open tickets across multiple trac environments?

2007-09-18 Thread Bill Williams
I'm sure this has been asked and I've been searching the messages to see if it has, but I can't find anything. Anyway, is there a way to view all open tickets or get a report of all open tickets across multiple Trac environments? We have a separate repository for each of our customers and hav

[Trac] Re: Email format

2007-05-08 Thread Bill Moseley
luded with each email as well? I use mutt but the others in my > > organization are on Outlook and Outlook Express -- so, the text > > version isn't properly formatted for them. Oh, what a sad day when such a widely used email program can't even

[Trac] Re: SMTPsettings: To: undisclosed-recipients: ;

2007-05-04 Thread Bill Moseley
ssed passed with -f to sendmail-like programs or in MAIL FROM in SMTP sessions? -- Bill Moseley [EMAIL PROTECTED] --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this

[Trac] Using milestones like components?

2007-05-03 Thread Bill Moseley
milestones with the same target date? -- Bill Moseley [EMAIL PROTECTED] --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to trac-users@googlegroups.com To u

[Trac] Re: SMTPsettings: To: undisclosed-recipients: ;

2007-05-03 Thread Bill Moseley
Sorry, it's een one of those days. It's trac 0.10.3. On Thu, May 03, 2007 at 05:24:24PM -0700, Bill Moseley wrote: > > We are using the trac hook-script ( i.e. closes #123 ), and have trac > setup to send mail for ticket changes. > > But, the mail that is beg

[Trac] SMTPsettings: To: undisclosed-recipients: ;

2007-05-03 Thread Bill Moseley
. Mailman traps those due to no recipient. Any idea what that is happening and how to make sure there's a To: or Cc: header? -- Bill Moseley [EMAIL PROTECTED] --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[Trac] Re: No such file or directory.

2007-02-28 Thread Bill Salak
I recently had this problem on an RHEL4 box and fixed it by running ldconfig. -Original Message- From: White, Joseph [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 28, 2007 10:10 AM To: trac-users@googlegroups.com Subject: [Trac] Re: No such file or directory. Hello All, WOW,

[Trac] Re: Pysqlite not being found ?

2007-02-22 Thread Bill
eck that mod_python effectively uses python2.5, not another > python release ? > > HTH, > Manu > > On 2/23/07, Bill <[EMAIL PROTECTED]> wrote: > > > > > I've actually seen your problem thread and the later posting on the > > ldconfig trick that solved y

[Trac] Re: Pysqlite not being found ?

2007-02-22 Thread Bill
I've actually seen your problem thread and the later posting on the ldconfig trick that solved your problem. I had the exact same problem before this problem and your thread solved it for me.Thanks! And thanks for replying to this thread but it looks like this problem is caused by something else.

[Trac] Re: Pysqlite not being found ?

2007-02-22 Thread Bill
I should also mention that this problem is seen using mod_python and Apache 2.2. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to trac-users@googlegroups.com T

[Trac] Pysqlite not being found ?

2007-02-22 Thread Bill
This isn't really a Trac problem but I'm hoping somebody here has the experience to help me tie up this issue so I can get Trac running. - Error: File "/usr/local/lib/python2.5/site-packages/trac/db/ sqlite_backend.py", line 140, in __init__ assert have_pysqlite > 0 AssertionError -

[Trac] PerlDocPlugin down?

2007-01-03 Thread Bill Pennington
I have been trying to grab the PerlDocPlugin for a while now and the site it is hosted on appears to be down. http://trac.eprints.org/projects/iar/wiki/PerlDocPlugin Does anyone know what is going on with the plugin and where I might be able to get a copy of the last release? --~--~-

[Trac] Error logging in with TracForge.

2006-12-13 Thread Bill Williams
I am trying to setup TracForge and get the following error when I attempt to login: Traceback (most recent call last): File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 356, in dispatch_request dispatcher.dispatch(req) File "/usr/lib/python2.4/site-packages/trac/web/main.py

[Trac] Re: tracforge HOWTO

2006-12-12 Thread Bill Williams
Never mind. I found the enemy and the enemy was me. Did not have the entries in the [components] section. Bill Williams wrote: > I'm getting the same error you reported and I have also tried your > solution below and still get the problem. In the log file, it shows > tracfor

[Trac] Re: tracforge HOWTO

2006-12-12 Thread Bill Williams
I'm getting the same error you reported and I have also tried your solution below and still get the problem. In the log file, it shows tracforge.admin being loaded (it did not explicity say tracforge.admin.perms). Any ideas? Thanks Mark Thomas wrote: > Thanks for the quick response Noah. T

[Trac] Re: Getting "need to upgrade" error for 0.10

2006-11-01 Thread Bill Williams
Nevermind. I had the peer review plugin configured and it was the one that worked with 0.9.5. Once I upgraded it, everything is fine. Bill Williams wrote: >I just installed Trac 0.10. I upgraded all of my 0.9.5 trac >environments and everything worked fine. > >I am now testing

[Trac] Getting "need to upgrade" error for 0.10

2006-11-01 Thread Bill Williams
I just installed Trac 0.10. I upgraded all of my 0.9.5 trac environments and everything worked fine. I am now testing and creating a new environment using the 0.10 version of trac-admin and after I create the environment, I keep getting the "needs to be upgraded" error. I get this through ap

[Trac] Re: setting basic auth with .htaccess

2006-10-30 Thread Bill Moseley
On Mon, Oct 30, 2006 at 09:10:05PM -0800, Bill Moseley wrote: > > I'm setting up Trac on shared hosting where I don't have access to > httpd.conf -- I can only use .htaccess. That means I can't use > to enable basic auth for the login link. I went the easy route and

[Trac] setting basic auth with .htaccess

2006-10-30 Thread Bill Moseley
fcgi Requests to /trac work (so, yes symlinks are ok), but requests to /trac_auth fail with: FastCGI: incomplete headers (0 bytes) received from server That doesn't make any sense to me. Not sure why one would work and not the other. Somethi