[Trac] Re: No admin tab with WebAdmin

2007-05-15 Thread Christian van der Leeden
You might want to try to install the .egg with easy_install -Z this will unzip it. Otherwise the webserver user has to have write permissions in the cache directory... http://trac.edgewall.org/wiki/TracPlugins Christian On May 15, 2007, at 7:13 AM, Karthik Krishnamurthy wrote: But don't

[Trac] Re: incomplete Trac webadmin html pages

2007-05-15 Thread jfix
Updating the webadmin plugin to 0.1.3dev-r1581 resolves these issues. On May 14, 11:25 am, jfix [EMAIL PROTECTED] wrote: Hello, we're using Trac 0.10.1 and we're having trouble with a number of HTML pages in the admin section of the web interface. More specifically, the modification pages

[Trac] Re: No admin tab with WebAdmin

2007-05-15 Thread Karthik Krishnamurthy
It was installed unzipped in both the locations (systemwide python library dir and /usr/share/trac/plugins). I tried with and without [components] webadmin.* = enabled for both locations. In the former location ocassionally the log dir would show the plugins being loaded, but the ADMIN tab

[Trac] Re: No admin tab with WebAdmin

2007-05-15 Thread Rainer Sokoll
On Tue, May 15, 2007 at 11:37:31AM -, Karthik Krishnamurthy wrote: It was installed unzipped in both the locations (systemwide python library dir and /usr/share/trac/plugins). I tried with and without [components] webadmin.* = enabled for both locations. In the former location

[Trac] Re: No admin tab with WebAdmin

2007-05-15 Thread David Chase
I also had trouble installing WebAdmin, and this is what worked for me: mkdir TracWebAdmin-0.1.2dev_r4240-py2.4.egg cd TracWebAdmin-0.1.2dev_r4240-py2.4.egg unzip ../TracWebAdmin-0.1.2dev_r4240-py2.4.egg.zip cd ../ sudo easy_install TracWebAdmin-0.1.2dev_r4240-py2.4.egg Notice the incredibly

[Trac] DatabaseError: unsupported file format

2007-05-15 Thread Nils Breunese
Hello, I created a fresh Trac environment in /opt/trac/test1. I can open the sqlite database just fine: # cd /opt/trac # sqlite3 test1/db/trac.db SQLite version 3.3.3 Enter .help for instructions sqlite SELECT value FROM system WHERE name='database_version'; 20 sqlite .quit I can

[Trac] Re: DatabaseError: unsupported file format

2007-05-15 Thread Emmanuel Blot
I have been struggling to get Trac to work with mod_python and sqlite now for about three weeks and would really like to get this to work. For reference, this is a follow up of the initial thread: http://groups.google.com/group/trac-users/browse_thread/thread/25d86c26398b0dd isn't it? I

[Trac] Re: DatabaseError: unsupported file format

2007-05-15 Thread Nils Breunese
Emmanuel Blot wrote: I have been struggling to get Trac to work with mod_python and sqlite now for about three weeks and would really like to get this to work. For reference, this is a follow up of the initial thread:

[Trac] Re: DatabaseError: unsupported file format

2007-05-15 Thread Emmanuel Blot
What exactly is outdated according to you? It has been suggested to me that python-sqlite 1.1.x is too old for Trac, It may work, but it is described as legacy, quoting: Latest 1.1 version (1.1.8) - legacy API for SQLite 3.x: I just don't like to give up just like that. :) If you eventually

[Trac] Re: Notification Problem/Question

2007-05-15 Thread Emmanuel Blot
This is a known issue, see http://trac.edgewall.org/ticket/2766 There is a patch attached to this ticket that may help you. HTH, Manu On 5/15/07, Fangman, Patricia M (Shelly) [EMAIL PROTECTED] wrote: I'm running trac 0.10.3.1 on a RHEL 4 update 5 system. I'm using Apache 2.0.52.

[Trac] Re: DatabaseError: unsupported file format

2007-05-15 Thread Rainer Sokoll
On Tue, May 15, 2007 at 06:19:08PM +0200, Nils Breunese wrote: Still I do not understand how PHP and mod_python can have a problem when there is only one version of sqlite installed on my system. Can anyone explain this to me? There is no sqlite installed on your system ;-) Quoting

[Trac] post-commit-hook email notification problem

2007-05-15 Thread Sam Williams
I'm having a problem with not receiving email notifications from ticket updates made using the post-commit-hook. I'm using trac 10.3 and subversion 1.4.3. The tickets are getting the proper updates (i.e. fixes #123 will close the ticket), but no email notifications. Changes made thru the trac

[Trac] Re: DatabaseError: unsupported file format

2007-05-15 Thread Nils Breunese
Rainer Sokoll wrote: On Tue, May 15, 2007 at 06:19:08PM +0200, Nils Breunese wrote: Still I do not understand how PHP and mod_python can have a problem when there is only one version of sqlite installed on my system. Can anyone explain this to me? There is no sqlite installed on your

[Trac] Re: post-commit-hook email notification problem

2007-05-15 Thread Emmanuel Blot
Any ideas what I could be missing? From what I've read, it appears that the emails should be getting generated from the post-commit-hook updates. Notifications are triggered from the hook, but the notification processing is done within Trac (same code as with the web interface). Do you get

[Trac] Re: post-commit-hook email notification problem

2007-05-15 Thread Sam
Notifications are triggered from the hook, but the notification processing is done within Trac (same code as with the web interface). Do you get any details about the notification when you enable Trac log (DEBUG level) ? Cheers, Manu I have log_level = DEBUG set I get the following when

[Trac] Re: post-commit-hook email notification problem

2007-05-15 Thread Sam
Notifications are triggered from the hook, but the notification processing is done within Trac (same code as with the web interface). Do you get any details about the notification when you enable Trac log (DEBUG level) ? Cheers, Manu I have log_level = DEBUG set I get the following

[Trac] Trac on Solaris Exception

2007-05-15 Thread Peat Bakke
Greetings, I'm running into a little trouble getting Trac to run on Solaris. I get the following error when I load up Trac in Firefox: --- Traceback (most recent call last): File /opt/csw/lib/python2.3/site-packages/trac/web/main.py, line 387, in dispatch_request

[Trac] Usage and limitaion of csv2trac.2.py

2007-05-15 Thread sakakiba
hi, I'd like to use csv2trac.2.py (http://trac.edgewall.org/attachment/wiki/TracSynchronize/csv2trac.2.py) I don't try yet this tool and I'm intimidated to ask, but if you know, please teach me. Usage: Does this CSV file's header (1st line) need ticket field name such as type, time, etc?