[Trac] Re: Can't read doxygen content: [Errno 13] Permission denied

2010-06-16 Thread Kai
Starting at what directory? What does: ls -ld /var/cache/doxygen say? # ls -ld /var/cache/doxygen/ drwxr-xr-x 3 www-data www-data 4096 16. Jun 07:48 /var/cache/doxygen/ Can you: sudo -u www-data cat /var/cache/doxygen/html/index.html and actually get something? # sudo -u www-data cat

Re: [Trac] Re: Can't read doxygen content: [Errno 13] Permission denied

2010-06-16 Thread Erik Andersson
On Wed, Jun 16, 2010 at 8:25 AM, Kai kk.rays...@googlemail.com wrote: Starting at what directory? What does: ls -ld /var/cache/doxygen say? # ls -ld /var/cache/doxygen/ drwxr-xr-x 3 www-data www-data 4096 16. Jun 07:48 /var/cache/doxygen/ Can you: sudo -u www-data cat

[Trac] Re: Can't read doxygen content: [Errno 13] Permission denied

2010-06-16 Thread Kai
No. Check permissions for: /var and /var/cache/ drwxr-xr-x 17 root root 4096 28. Jan 2009 /var/ drwxr-xr-x 17 root root 4096 15. Jun 09:05 /var/cache/ Okay now I'm confused because I tried to configure www-data as sudoer. But I still get the no permission error. Here the sudoer line for

Re: [Trac] Re: Can't read doxygen content: [Errno 13] Permission denied

2010-06-16 Thread Erik Andersson
On Wed, Jun 16, 2010 at 9:05 AM, Kai kk.rays...@googlemail.com wrote: No. Check permissions for: /var and /var/cache/ drwxr-xr-x 17 root root 4096 28. Jan 2009 /var/ drwxr-xr-x 17 root root 4096 15. Jun 09:05 /var/cache/ Okay now I'm confused because I tried to configure www-data as

Re: [Trac] Re: Can't read doxygen content: [Errno 13] Permission denied

2010-06-16 Thread Erik Andersson
On Wed, Jun 16, 2010 at 9:05 AM, Kai kk.rays...@googlemail.com wrote: No. Check permissions for: /var and /var/cache/ drwxr-xr-x 17 root root 4096 28. Jan 2009 /var/ drwxr-xr-x 17 root root 4096 15. Jun 09:05 /var/cache/ Heh. I was so sure of the error so I didn't even check what

[Trac] Possible to extend Trac with basic database calls and calculations?

2010-06-16 Thread Teddy
Hi, We are using Trac for our small courier company's website, ordering system and dispatching system (couriers will use the ticket workflow via smartphones). Basically, based on the order information entered by the client... postal codes in combination with service-level, we'd like to give them

Re: [Trac] I upgraded from 12b1 to 12...

2010-06-16 Thread Ton Rademaker
restart your apache... T. On Jun 15, 2010, at 4:12 PM, powtac wrote: I upgraded from 12b1 to 12. But in the footer of every wiki page still Powered by Trac 0.12b1 is mentioned -- You received this message because you are subscribed to the Google Groups Trac Users group. To post to

[Trac] Trac 0.11.1 (TurnKey appliance) and plugins installation

2010-06-16 Thread Mírian Bruckschen
Hello, I'm using the TurnKey Trac appliance (Ubuntu, which comes with Trac version 0.11.1. On the top of this, I installed the AccountManagerPlugin version 0.11, but it does not show in my Manage Plugins page. It also happens with the IniAdminPlugin. However, they do appear in the

Re: [Trac] I upgraded from 12b1 to 12...

2010-06-16 Thread Dean Glazeski
Try restarting the web server. // Dean Glazeski On Tue, Jun 15, 2010 at 1:50 PM, Remy Blank remy.bl...@pobox.com wrote: powtac wrote: I upgraded from 12b1 to 12. But in the footer of every wiki page still Powered by Trac 0.12b1 is mentioned Are you sure your new install is actually

Re: [Trac] Re: Can't read doxygen content: [Errno 13] Permission denied

2010-06-16 Thread Matthew Caron
I assume this is a problem due to configuration of sudo. Am I right? No. It means that somewhere in the directory hierarchy (start at /var and work your way down), www-data has no permission to access that file. All the sudo -u www-data is doing is running the command as www-data, so you can

Re: [Trac] Trac 0.11.1 (TurnKey appliance) and plugins installation

2010-06-16 Thread Matthew Caron
On 06/15/2010 01:53 PM, Mírian Bruckschen wrote: Is there any additional step in order to make them show in my Manage Plugins page? The webserver user needs to be able to read them. What are the permissions on them? So far, I did the following: - attributed full access to my trac plugins

[Trac] I want to make the 'reporter' field read-only

2010-06-16 Thread Ben
I could hack the CSS to hide the field but that's hardly the same thing. Any way to lock the reporter field to the current authenticated user? Cheers Ben -- You received this message because you are subscribed to the Google Groups Trac Users group. To post to this group, send email to

[Trac] Re: Can't read doxygen content: [Errno 13] Permission denied

2010-06-16 Thread Kai
Thanks for your help, you were right. It had to do with the file system permissions but the problem was the missing executable flag. No it works. Regards, Kai -- You received this message because you are subscribed to the Google Groups Trac Users group. To post to this group, send email to