Project

General

Profile

Create a WIKI and edit it...

Added by Markus Tamler about 11 years ago

Hi,

could it be that there is a little bug regarding creating a WIKI per Project within Redmine 2.2.3.

Redmine version 2.2.3.stable
Ruby version 1.8.7 (x86_64-linux)
Rails version 3.2.12
Environment production
Database adapter MySQL

I have the following problem:

I go to the WIKI-Section within a project. Then I get the Wiki-Editor for the created Main-Page "WIKI" I can write text, insert Images etc. but if I click on "Save" then Redmine gives me the page of the WIKI as download (HTML-File).

After this every time I click on WIKI within the project Redmine only gives me the download and not the WIKI editor. The only thing to prevent this is to delete this WIKI within the project-configuration.

So... actually there is no chance to create a WIKI or I don't have understood the HowTo.

Best regards
Markus


Replies (6)

RE: Create a WIKI and edit it... - Added by Jan Niggemann (redmine.org team member) about 11 years ago

Hmmm... Sounds more like a server issue to me... What web and application server do you use?

RE: Create a WIKI and edit it... - Added by Markus Tamler about 11 years ago

I'm using

Centos 6.4
Apache 2.2.5

RE: Create a WIKI and edit it... - Added by Markus Tamler almost 11 years ago

Hi all,

any suggestions how I could solve this problem?

RE: Create a WIKI and edit it... - Added by Jan Niggemann (redmine.org team member) almost 11 years ago

Does this happen with a single browser or with mutiple ones (Firefox, Opera, whatever)?
Do you perhaps have some weird Content-Type set in your apache config?
Grep for AddType, ForceType, application, Header set and Content-Disposition.
Do you use a .htaccess file with rewriting?

RE: Create a WIKI and edit it... - Added by Markus Tamler almost 11 years ago

Hi,

this occurs with every browser.

I have no special Content-Type set in my apache.config or any other file under /etc/httpd/conf/.

This occurs only on this website. Other websites, running on this server, can display .html-files without problems.

Yes I use an .htacces-file but this is the default files which comes with the installation-file.

Only thing I have changes is the Rewrite for the index. Here's the part of the htaccess which contains the url-rewriting.

#RewriteRule ^$ index.html [QSA]
RewriteRule ^$ /my/page [QSA]
RewriteRule ^([^.]+)$ $1.html [QSA]
RewriteCond %{REQUEST_FILENAME} !-f
....
RewriteRule ^(.*)$ dispatch.fcgi [QSA,L]
....

BR
Markus

RE: Create a WIKI and edit it... - Added by Jan Niggemann (redmine.org team member) almost 11 years ago

I changed your post to include pre-Tags, which makes reading the config easier.

    (1-6/6)