Defect #152
Theme search path needs work
| Status: | Closed | Start date: | ||
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - | |||
| Affected version: | Resolution: |
Description
I'm using Apache 1.3 (no choice) to run a FastCGI install of Redmine (r921). It doesn't see the default theme.
So I ran the Ruby server on the same install and it does see it.
After much mucking around, I made a symlink to public inside public and now it works. It appears that theme.rb isn't
taking into account that the runtime directory under Apache is actually inside public rather than the application root,
so by making a symlink to public within public I can trick it into working.
I shouldn't have to trick it. :)
History
#1 Updated by Jean-Philippe Lang over 4 years ago
Hi,
Thanks for the feedback. Same problem with apache2+fcgid.
Anyway, fix is committed in r922.
Regards