0.6.x to 0.7 error 404 trying to view a project
Added by Xavier Normand over 16 years ago
Hi,
For an unknown reason after upgrading to 0.7 i was unable to view one of my project. I notice that this project didn't have any identifier in the database (table project). To fix this i just put a random identifier in the database and this solve the problem. I don't know if this is a bug but this is the fix.
Thank's
Replies (4)
RE: 0.6.x to 0.7 error 404 trying to view a project - Added by Thomas Lecavelier over 16 years ago
Redmine now use fully Restful URL, and use the project identifier to describe projects in URLs. I don't remember that the identifier was not mandatory at a time: have you imported this project or altering it by hand in the database before migrating to 0.7?
RE: 0.6.x to 0.7 error 404 trying to view a project - Added by Xavier Normand over 16 years ago
no i didn't change anything in the database since i get this problem.
RE: 0.6.x to 0.7 error 404 trying to view a project - Added by Thomas Lecavelier over 16 years ago
If we meet here the same problem again, I'll suggest a patch to jplang to prevent that kind of problems.
Thank you for reporting.
RE: 0.6.x to 0.7 error 404 trying to view a project - Added by Xavier Normand over 16 years ago
Thank's for your time!