[Trac] Trac Environment

2011-04-12 Thread Hasibullah
Hi, i am new to trac, and i have been using it for just about one week on setting it on the ubuntu 10.10 server . I have configured it to work with apache web server as it was guided on the documentations. List of configurations i have done here This is Trac Server Installation Instruction On

[Trac] TypeError: sequence item 1: expected string, array.array found

2011-04-12 Thread Erlend Sannerud
Hello folks I'm a newbie when it comes to Trac and Python. We had a crash on our SAN (three disk crashes within 20 minutes). The was partial backup of our Trac server. We had mysql and environment but not /usr backup. This meant that we had to reinstall the trac server from scratch and import

Re: [Trac] TypeError: sequence item 1: expected string, array.array found

2011-04-12 Thread Christian Boos
On 4/12/2011 1:07 PM, Erlend Sannerud wrote: ... TypeError: sequence item 1: expected string, array.array found System Information: ... MySQL server: 5.0.77, client: 5.0.77, thread-safe: 0 MySQLdb 1.2.1 This is a known issue with this version of the MySQL bindings for Python. See

[Trac] no password when resetting password

2011-04-12 Thread Yann Leboulanger
Hi, First, I have trac 0.12.2 and TracAccountManager 0.3dev-r9929. When a user resets his password, the password is resetted (in .passwd file), but no mail is sent. smtp server is on the same host, so configured as localhost, and it works because I receive mails when a ticket is created /

Re: [Trac] Trac Environment Problem

2011-04-12 Thread Yann Leboulanger
On 04/12/2011 01:56 PM, Hasibullah wrote: Hi dears after installing trac, apache, mod_wsgi and then embedding trac with apache i find this problem which says Trac Error TracError: The Trac Environment needs to be upgraded. Run trac-admin /usr/local/trac/mysite upgrade Please guide me

Re: [Trac] Trac Environment Problem

2011-04-12 Thread Nicholas Ilyin
I just encountered this error myself recently. Do a recursive ownership of your trac directory by doing this: chown -R apache.apache /usr/local/trac/mysite Assuming your httpd is running as apache. On Tue, Apr 12, 2011 at 8:02 AM, Erik Andersson kir...@gmail.com wrote: On Tue, Apr 12,

Re: [Trac] Trac Environment

2011-04-12 Thread Matthew Caron
On 04/12/2011 05:44 AM, Hasibullah wrote: # chmod 777 -r /usr/local/trac/mysite // i gave full permission after doing this the problem was solved but . This is fine for testing, but is a very bad idea for a permanent solution. Set permissions correctly such that the apache user (whatever

Re: [Trac] Trac Environment

2011-04-12 Thread Christian Boos
On 4/12/2011 2:17 PM, Matthew Caron wrote: On 04/12/2011 05:44 AM, Hasibullah wrote: # chmod 777 -r /usr/local/trac/mysite // i gave full permission after doing this the problem was solved but . This is fine for testing, but is a very bad idea for a permanent solution. Set permissions

Re: [Trac] Trac Environment Problem

2011-04-12 Thread Michael Arndt
Run trac-admin /usr/local/trac/mysite upgrade (in console) That's all ;D Am 12.04.2011 13:56, schrieb Hasibullah: Run trac-admin /usr/local/trac/mysite upgrade -- You received this message because you are subscribed to the Google Groups Trac Users group. To post to this group, send email

Re: [Trac] Trac Environment

2011-04-12 Thread Nicholas Ilyin
If you run trac-admin ... upgrade as your user then there is no way for your web server to be able to correctly access folders underneath it for write access. That's why chmod 777 worked for you, but as Matthew mentioned, that's a very bad idea. Trac thinks there's something wrong with the

Re: [Trac] TracError: Genshi UnicodeEncodeError error while rendering template (fresh Trac install)

2011-04-12 Thread Derek Simkowiak
Bump? Is anyone here using Trac 0.12.2 under Ubuntu 10.04 successfully? On 04/10/2011 05:18 PM, Derek Simkowiak wrote: I have installed Trac like I have several times before, using 0.11 and 0.12, under Ubuntu 8.04 and Ubuntu 10.04. Today I installed 0.12.2 fresh, using this command:

[Trac] Trac Ticket Numbers

2011-04-12 Thread David S
Once I create a new Trac project and get my trac.ini and db settings all set. Is there a away for me to edit a config file so that the starting New Ticket starts with say, #5000 and not #1 before I hand it off to the team to start working? -- You received this message because you are subscribed

[Trac] Available Projects Page

2011-04-12 Thread David S
I'm new to Trac, so bare with me... Each project I support has their own Trac wiki. The addresses, are listed as such. https://tracserver1.domain.com/trac/project1 https://tracserver1.domain.com/trac/project2 https://tracserver1.domain.com/trac/project3 But I noticed that if I remove the

Re: [Trac] XML-RPC with a trac environment using digest authentication

2011-04-12 Thread Noah Kantrowitz
The URL should be http://, not https. --Noah On Apr 12, 2011, at 3:35 PM, mihai.rotaru wrote: Hi everyone I'm new to trac, so I'm not sure whether this should be posted as a ticket for the XmlRpcPlugin, please let me know if that is the case. I'm getting a weird error while trying to

Re: [Trac] XML-RPC with a trac environment using digest authentication

2011-04-12 Thread mihai.rotaru
thanx for your reply; I modified the script, but I notice no change, I get exactly the same error. -- 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,

[Trac] Re: Available Projects Page

2011-04-12 Thread jevans
On Apr 12, 4:01 pm, David S salinas.d...@gmail.com wrote: I'm new to Trac, so bare with me... Each project I support has their own Trac wiki. The addresses, are listed as such.

Re: [Trac] TracError: Genshi UnicodeEncodeError error while rendering template (fresh Trac install)

2011-04-12 Thread Derek Simkowiak
I believe the problem is caused by an old plugin or a plugin dependency. Although I installed a few plugins, I had none of them activated. But one of them seems to break Trac, even when not activated. I don't know which one. Here is a list of stuff I did not install this time (on the