Package: redmine

Version: 3.0~20140825-5

I tested the migration from redmine wheezy to jessie and found an
issue with a wiki page

when i try to reach the ./projects/sup/wiki/Redmine_Parkbase_Howto
page, the default internal error page is shown

/var/log/apache2/error.log states :

App 16994 stderr: Started GET
"/projects/sup/wiki/Redmine_Parkbase_Howto" for 192.168.16.107 at
2015-03-13 16:47:16 +0100
App 16994 stderr: Processing by WikiController#show as HTML
App 16994 stderr:   Parameters: {"project_id"=>"sup",
"id"=>"Redmine_Parkbase_Howto"}
App 16994 stderr:   Current user: admin (id=1)
App 16994 stderr: Redirected to
App 16994 stderr: Completed 500 Internal Server Error in 28ms
App 16994 stderr:
App 16994 stderr: ActionController::ActionControllerError (Cannot
redirect to a parameter hash!):
App 16994 stderr:   app/controllers/wiki_controller.rb:330:in
`find_existing_or_new_page'
App 16994 stderr:
App 16994 stderr:

please find attached the (anonymoused) content of the wiki_contents table
-- phpMyAdmin SQL Dump
-- version 3.4.11.1deb2+deb7u1
-- http://www.phpmyadmin.net
--
-- Machine: localhost
-- Genereertijd: 13 mrt 2015 om 16:59
-- Serverversie: 5.5.41
-- PHP-Versie: 5.4.36-0+deb7u3

SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
SET time_zone = "+00:00";


/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;

--
-- Databank: `redmine_default`
--

-- --------------------------------------------------------

--
-- Tabelstructuur voor tabel `wiki_contents`
--

CREATE TABLE IF NOT EXISTS `wiki_contents` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `page_id` int(11) NOT NULL,
  `author_id` int(11) DEFAULT NULL,
  `text` longtext,
  `comments` varchar(255) DEFAULT '',
  `updated_on` datetime NOT NULL,
  `version` int(11) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `wiki_contents_page_id` (`page_id`),
  KEY `index_wiki_contents_on_author_id` (`author_id`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 AUTO_INCREMENT=9 ;

--
-- Gegevens worden uitgevoerd voor tabel `wiki_contents`
--

INSERT INTO `wiki_contents` (`id`, `page_id`, `author_id`, `text`, `comments`, `updated_on`, `version`) VALUES
(1, 1, 12, 'h1. sensetive info ', '', '2015-01-21 12:42:12', 7),
(2, 2, 12, 'h1. sensetive info ', '', '2015-03-10 16:45:46', 6),
(3, 3, 12, 'h1. Parkbase \r\n\r\n[[Parkbase Development Versions]]', '', '2015-01-21 14:16:04', 3),
(4, 4, 12, 'h1. Wiki ParkBase Support Index\r\n\r\n* [[Eerste gebruik|Eerste gebruik - Handleiding toegang krijgen redmine support desk omgeving ]]\r\n\r\nh1. ParkBase Support Howtos \r\n\r\n* [[Redmine Parkbase Howto|Indienen van support issues]]\r\n\r\n\r\n\r\n\r\n\r\n', '', '2015-03-13 15:49:24', 28),
(5, 5, 12, 'h1. Issue workflow\r\n\r\n!https://redmine/attachments/download/14/Issue%20Workflow.png!', '', '2015-01-29 16:38:10', 2),
(6, 6, 12, 'h1. Indienen van support issues\r\n\r\nh2. Support call afhandeling Workflow \r\n\r\nHet volgende overzicht is de generieke workflow voor alle issue typen. \r\n\r\n!/attachments/download/19/Issue%20Workflow.png!\r\n\r\nh2. Indien van nieuw issue help \r\n\r\nDit is een korte beschrijving van de belangrijkste velden van het indienen van een nieuw issue \r\nDe meeste veld beschrijving is weer gegeven in de onderstaande overzicht. \r\nWatchers krijgen emails voor alle status wijzigingen van het issue.\r\nvoor het relateren van issues kan je #<issue nummer> gebruiken. \r\n\r\n!/attachments/download/21/Issue%20overzicht.png!', '', '2015-02-05 11:15:03', 27),
(7, 7, 12, 'h1.  sensetive info ', '', '2015-01-30 17:21:22', 3),
(8, 8, 12, 'h1. Gebruiken productie logboek', '', '2015-01-30 17:26:55', 1);

/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;

Reply via email to