#12632 closed defect (invalid)
Trac has crash after installation
Reported by: | Owned by: | txcraig | |
---|---|---|---|
Priority: | normal | Component: | HttpAuthPlugin |
Severity: | normal | Keywords: | trac crash after install |
Cc: | Trac Release: |
Description
Hi all, Thanks in advance to let me ask here. I am running trac 1.0.9 on a SLES 11SP3 server, with some modules installed, like xmlrpcplugin, accountmanager... but now, after downloading the latest httpauthPlugin version and issuing:
easy_install -Z -U /root/plugins-trac/httpauthplugin/trunk/
the whole installation has failed with no reason apparently... I only get an 500 Apache Internal Server Error.
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
I have turned on debugging mode, but nothing was found, neither in the apache logs....
Here is the trac log http://pastebin.com/B4Gr3NjH and here the apache: http://pastebin.com/dT0fUJxg
Attachments (0)
Change History (3)
comment:1 Changed 9 years ago by
comment:2 Changed 9 years ago by
[inherit] htdocs_dir = plugins_dir = templates_dir =
No, it isn't. I have solved it removing setup.py file. Don't know why this file got there.
Thanks a lot
comment:3 Changed 9 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Oh, I misunderstood. I suppose pop-coe
must be your environment directory. The issue you encountered is documented in trac:#11846.
It looks like you have a
setup.py
file residing in your plugins directory:/usr/share/trac/pop-coe/plugins
. Is that the directory you've used for the option[inherit]
plugins_dir
?