Wiki: Edit problem after migration from Redmine 1.0.2 to 1.2.1
Added by Victor Batista about 13 years ago
Hello,
I have just migrated my redmine installation from 1.0.2 to 1.2.1.
Everything seems fine, except the Wiki Edit, where I get a 404 error:
The page you were trying to access doesn't exist or has been removed.
After trying to understand what's the problem, I found that on Redmine 1.0.2 I have the following URL:
projects/<PROJECT_NAME>/wiki/<WIKI_PAGE>/edit
And that on Redmine 1.2.1 I have the following URL (which gives the 404 above):
wiki/edit?page=<WIKI_PAGE>
If I copy the URL generated by Redmine 1.0.2 to Redmine 1.2.1 I can Edit my Wiki successfully.
Is this a migration issue, a bug, or anything else?
Any help would be appreciated.
Thanks in advance.
Best regards,
Victor
Replies (2)
RE: Wiki: Edit problem after migration from Redmine 1.0.2 to 1.2.1 - Added by Etienne Massip about 13 years ago
wiki/edit?page=<WIKI_PAGE>
is not a valid RM 1.2 URL, if you have any plugins related to wiki, remove them and try again.
RE: Wiki: Edit problem after migration from Redmine 1.0.2 to 1.2.1 - Added by Victor Batista about 13 years ago
Hi,
That was the problem. I removed the plugin and everything is fine.
Thank you very much for your help.
Regards,
Victor