Defect #6941
closedUnable to export wiki page to text/html file
0%
Description
When I navigate to wiki page, and try to export it to html or text, I get the same result for both:
Original text of a wiki page
h1. Test Test
I'm unable to get the version number of my redmine, because it is installed by admins on a separate server, and there is no place on the redmine page, with the version.
The result of export:
\x68312e20546573740d0a0d0a54657374
Updated by Daniel Hofer almost 14 years ago
I also have the same problem with Redmine 1.0.5. But I had it since I installed Redmine 1.0.3.
Also if I "view differences" in the Wiki i also get two lines in the same format. I am using Redmine with Postgresql.
Updated by Anonymous over 13 years ago
I also have the same problem with Redmine 1.1.2.
Updated by Etienne Massip over 13 years ago
- Status changed from New to Closed
It's a bug in the postgresql adapter with PG 9 which default bytea type format is now 'hex'.
See HowTo_make_Wiki_history_working_with_Postgres_90, you can also consider switching to pg
adapter, see RedmineInstall and this postgres-pr adapter issue.