Just upgraded from 0.10+sqlite to 0.11+mysql ... everything seemed to
work fine except that now we are no longer able to click on the
"Attach File" button and upload the attachment. Doing this only ends
up redirecting the browser to the homepage of the project ...

Environment: CentOS 5
HTTPD: Apache 2.2.3 (from stable RPM)

Access log entries show this when the button is clicked:
10.x.x.x - - [21/Jul/2008:16:08:06 -0700] "GET /project/attachment/
wiki/PlayGround/?action=new HTTP/1.1" 302 324

Nothing is logged to the error_log

If I manually go to http://trac/project/attachment/wiki/PlayGround?action=new
I will see the upload page and things work fine ...

I was able to fix the problem by changing attachment.py:500
-            return href(prefix, parent_href) + '/'
+            return href(prefix, parent_href)

Not sure if this is something others have run into or not ... could
this be an Apache configuration error? Have also found that the SetEnv
PYTHON_EGG_CACHE directive is not working an we must have the
environment variable set and that's also confusing me at the moment
too ...

Thanks ...



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to