Defect #5436
closedProject called "wiki" causes problems
0%
Description
I created a project called "wiki": http://dev.mybbcoder.info/projects/wiki
Whenever I try to save the configuration, I get a 404 (http://dev.mybbcoder.info/projects/edit/wiki).
There seams to be a conflict with the urls...
Files
Updated by Muntek Singh over 14 years ago
I am unable to reproduce. Which configuration are you trying to save exactly?
Updated by Stefan T. over 14 years ago
I tried to save the first tab (/projects/wiki/settings/info)...
Updated by Muntek Singh over 14 years ago
Just tested on latest trunk and unable to reproduce.
Updated by Fabio Vasco over 14 years ago
- File Capture.JPG Capture.JPG added
Guys, I also have this issue right after upgrade from 0.8.3 to 0.9.4.stable.3733 (MySQL)
I am using apache2+passenger and had removed my /public/.htaccess since redmine was not working after the upgrade.
Everything else is working fine for all other projects. Even this same page works for other projects. The issue only affects /projects/wiki/settings when I try to click the 'save' button under 'information' tab (screenshot attached)
After click the button I got redirected into /projects/edit/wiki with the following text:
404 The page you were trying to access doesn't exist or has been removed.
/log/production.log shows this:
Processing WikisController#edit (for 192.168.1.201 at 2010-05-05 22:29:33) [POST] Parameters: {"commit"=>"Save", "project"=>{"name"=>"wiki", "tracker_ids"=>[""], "description"=>"General Wiki for WWDS", "homepage"=>"https://redmine.wreal.tv/wiki/wiki", "is_public"=>"0", "parent_id"=>""}, "action"=>"edit", "authenticity_token"=>"1EfCKDJqfhUKTQCO+Gh0mlKDbRg6mSxf1poF4rjvOBw=", "id"=>"edit", "controller"=>"wikis"} Rendering template within layouts/base Rendering common/404 (404) Filter chain halted as [:find_project] rendered_or_redirected. Completed in 14ms (View: 10, DB: 0) | 404 Not Found [http://192.168.1.51/projects/edit/wiki]
Any idea?
Updated by Jean-Baptiste Barth over 14 years ago
- Category set to REST API
- Priority changed from Normal to High
- Target version set to 1.0.1
- Resolution set to Fixed
Reproduced on current 0.9.6 stable. Seems it was linked to REST API, and fixed with r3314 which has not been merged from trunk.
Updated by Eric Davis over 14 years ago
- Category deleted (
REST API) - Status changed from New to Closed
- Assignee set to Eric Davis
- Priority changed from High to Normal
- Target version deleted (
1.0.1) - Resolution changed from Fixed to Cant reproduce
Just tested with 1.0-stable and this is working there. It looks like trunk and 1.0-stable has fix from r3314 so it will only affect 0.9.x and below which isn't supported anymore.
Updated by Jean-Baptiste Barth over 14 years ago
Confirmed, it's OK on 1.0.0+, thank you!