Defect #7680
closedMissing routes for wiki
0%
Description
A user just emailed me about non functioning wiki - it was just impossible to edit any wiki page, because of 404 errors. I got redirected to URLs like redmine/wiki/history?page=Wiki, which just made Redmine complaining about URLs it gave.
I'm using the SVN version, rev 4917 as said by svn update:
Path: . URL: http://redmine.rubyforge.org/svn/branches/1.1-stable Repository Root: http://redmine.rubyforge.org/svn Repository UUID: e93f8b46-1217-0410-a6f0-8f06a7374b81 Revision: 4917 Node Kind: directory Schedule: normal Last Changed Author: tmaruyama Last Changed Rev: 4877 Last Changed Date: 2011-02-18 14:48:29 +0100 (Fri, 18 Feb 2011)
Updated by Jean-Philippe Lang over 13 years ago
Can not reproduce with a fresh checkout.
Updated by Artur Nek over 13 years ago
Jean-Philippe Lang wrote:
Can not reproduce with a fresh checkout.
I updated Redmine on this link and I have the same problem
Updated by Etienne Massip over 13 years ago
What's your redmine and http server logs look like ?
Updated by Thibaut Cuvelier over 13 years ago
You could also try to deactivate all of your plug-ins, that just did for me.
Updated by Artur Nek over 13 years ago
Etienne Massip wrote:
What's your redmine and http server logs look like ?
When I click on the "Edit" button, I get the following link on all wiki pages
http://test.com/wiki/edit?page=test (root page) or
http://test.com/wiki/test/test/edit (other pages)
and this error
404
After I manually enter the link and everything works
http://test.com/projects/demonstr/wiki/test/edit
But, there are no errors in logs
Updated by Artur Nek over 13 years ago
Thibaut Cuvelier wrote:
You could also try to deactivate all of your plug-ins, that just did for me.
How to do it?
Updated by Thibaut Cuvelier over 13 years ago
Artur Nek wrote:
Thibaut Cuvelier wrote:
You could also try to deactivate all of your plug-ins, that just did for me.
How to do it?
Go to your plug-ins folder (vendor/plugins) and move somewhere else everything that is not included with Redmine (cf. repo for the list). Check it works. Then move back your plug-ins one by one, checking which one is culprit.
Updated by Artur Nek over 13 years ago
Thibaut Cuvelier wrote:
Artur Nek wrote:
Thibaut Cuvelier wrote:
You could also try to deactivate all of your plug-ins, that just did for me.
How to do it?
Go to your plug-ins folder (vendor/plugins) and move somewhere else everything that is not included with Redmine (cf. repo for the list). Check it works. Then move back your plug-ins one by one, checking which one is culprit.
Thank you! error was in the plugin wiki permission. Everything was fine.
Updated by Etienne Massip over 13 years ago
- Status changed from New to Closed
- Resolution set to Invalid
Updated by Nguyen Hoang over 13 years ago
Hi
I am facing same problem...how did you solve it? i don't want to remove the plugin wiki permission
Thanks in advanced
Jerry