Hi Bernd,

On 04 Feb 2014, at 14:58, Bernd Stahlbock <[email protected]> wrote:

> thank you for your fast reply.
> I attached some files.
> The system is Ubuntu 12.04.4 LTS
> I do not use a virtual environment, as far as I know. I took over the project 
> from some other guy.
> For testing, I ran the install in the path /trac/testrepo. Thus, it should be 
> only available for testrepo. Our production trac projects are in /trac/tfs 
> and /trac/sps. The ini files are untouched.
> 
> python -c "import agilo; print agilo"
> <module 'agilo' from 
> '/usr/local/lib/python2.7/dist-packages/binary_agilo-1.3.12_PRO-py2.7.egg/agilo'>
> 
> python -c "import agilo_pro; print agilo_pro"
> <module 'agilo_pro' from 
> '/usr/local/lib/python2.7/dist-packages/binary_agilo-1.3.12_PRO-py2.7.egg/agilo_pro'>
> 
> Browser debugging:
> "NetworkError: 404 Not Found - 
> https://myserver/trac/testrepo/chrome/agilo/images/default_logo.png";
> 
> So something is wrong with the path that apache uses, I guess? 



Looking at the log, it seems like the system is not able to load the agilo 
modules properly.

Please try do comment out these lines in the [components] section of your 
trac.ini file (you can do that by prepending a hash symbol for each line): 

trac.ticket.api.ticketsystem = enabled
trac.ticket.roadmap.roadmapmodule = enabled
trac.ticket.web_ui.ticketmodule = enabled

If that does not help, please check the permissions of this folders, 
recursively:

/usr/local/lib/python2.7/dist-packages/binary_agilo-1.3.12_PRO-py2.7.egg/agilo
/usr/local/lib/python2.7/dist-packages/binary_agilo-1.3.12_PRO-py2.7.egg/agilo_pro

Make sure that the user that Apache uses to launch the request handler has 
read/write permission for those folders.

Hope this helps,
Stefano Rago

-- 
-- 
Follow Agilo on Twitter: http://twitter.com/agilofortrac
Please support us by reviewing and voting on: 
http://userstories.com/products/8-agilo-for-scrum 
http://ohloh.net/p/agilo-trac
http://freshmeat.net/projects/agiloforscrum

You have received this message because you are subscribed to
the "Agilo for Trac" Google Group. This group is focused on
supporting Agilo for Trac users and is moderated by
Agilo Software GmbH <http://www.agilosoftware.com>.

To post to this group, send email to [email protected]
To unsubscribe from this group, send an email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/agilo

--- 
You received this message because you are subscribed to the Google Groups 
"Agilo for Trac" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to