Redmine just throws out html without parsing it
Added by Francisco Leon over 13 years ago
Hello guys, i just installed redmine 1.2.1 on my windows xp box by following this guide to the letter: http://www.redmine.org/projects/redmine/wiki/HowTo_Install_Redmine_in_a_sub-URI_on_Windows_with_Apache
Every step ended successfully but when testing http://localhost/redmine i just get lots of html tags (it isn't being parsed)
When trying http://localhost:3003/ i get some parsed html but it only contains "sign in register home projects help search", a Redmine title and a powered by redmine line. Looks like it isn't finding the stylesheets.
On my c:\webserver\apache\logs\error.log it doesn't say anything relevant.
Like i said, i have followed that guide to the letter, have all the versions listed there, installed everything, services seem up. Somehow i think the issue is with mongrel but i am not sure. I did have to install libmySQL.dll because i was getting the exact error shown on the guide. I did use Redmine::Utils::relative_url_root = "/redmine" in the environment.rb file.
I am using the include conf/httpd-proxy-mongrel.conf line in httpd.conf and created that file with all the contents in the guide.
Can someone help?
Replies (1)
RE: Redmine just throws out html without parsing it
-
Added by Thibault M over 13 years ago
Hello,
I am having the same kind of problem, but with Redmine v1.2.1- ruby 1.8.6, 1.8.7
- Rails 2.3.11
- Rack 1.1.1
Mongrel services are running.
It worked with Redmine v1.0.4 (and appropriate versions of Rails/Rack).
See attached (1) the production.log and (2) the unparsed html.
Thanks for the support
production.log (5.62 KB) production.log | |||
test.htm (3.41 KB) test.htm |