ChiliProject is not maintained anymore. Please be advised that there will be no more updates.
We do not recommend that you setup new ChiliProject instances and we urge all existing users to migrate their data to a maintained system, e.g. Redmine. We will provide a migration script later. In the meantime, you can use the instructions by Christian Daehn.
Unusable wiki (Bug #243)
Description
I just tried to upgrade my Redmine installation to ChiliProject, everything went all right except I cannot use anymore the wikis. I had exactly the same bug with Redmine 1.1.1. I cloned the Git repo in its own folder, so nothing could make a problem AFAIK from files not updated or so.
What is happening: I can see the wiki pages, but the URls for editing, renaming, etc. are just wrong. This is what they look like: /wiki/rename?page=Wiki. The result is just that I get 404 errors when trying to do anything with the wiki... When I go manually to URLs as they should be (i.e. /wiki/Wiki/edit, for example), I get no error.
Working on Ruby 1.8.7, RoR 2.3.5, MySQL 5.0.84.
History
Updated by Holger Just at 2011-02-28 07:45 pm
As it is working for the chiliproject.org site itself and for various other people, I merely suspect an issue that is specific to your installation. The most common cause of your issue is that you might have plugins installed that are not compatible with ChiliProject (or Redmine 1.1).
Please disable all plugins and check if the issue persists. Provide at least the output of script/about
and your gem list if it still doesn't work.
- Assignee set to Thibaut Cuvelier
- Status changed from Open to Needs more information
Updated by Thibaut Cuvelier at 2011-02-28 07:54 pm
Thanks, you were right, that was a plugin issue (redmine_wiki_permissions).
- Status changed from Needs more information to Closed