Issues Broken - Tried to install some patches but it broke my system
Added by Mike Daniels over 7 years ago
My redmine issues is broken. many other things still work but I can't get to issues and gantt and some other screens.
My redmine system is as follows
sh: 1: darcs: not found sh: 1: cvs: not found Environment: Redmine version 3.2.6.stable Ruby version 2.3.3-p222 (2016-11-21) [x86_64-linux] Rails version 4.2.7.1 Environment production Database adapter Mysql2 SCM: Subversion 1.8.10 Mercurial 3.1.2 Bazaar 2.7.0 Git 2.1.4 Filesystem Redmine plugins: redmine_wktime 2.9.1
The patches i tried to install are as follows
#20481
#26409
You can see a lot of output on these issues from my system. To help diag. Thank you so much in advance for your assistance. Just trying to get my redmine up and running again. If I can get the patches installed too that would be amazing. But in need of urgently getting redmine up and running again.
THANK YOU
Replies (3)
RE: Issues Broken - Tried to install some patches but it broke my system - Added by Go MAEDA over 7 years ago
Those patches are compatible with the lastest trunk and not compatible with 3.2-stable. Probably you broke Redmine files by applying incompatible patch.
To recover your system, overwrite broken files with files which are included in the tarball. You can obtain the tarball from here: http://www.redmine.org/releases/
RE: Issues Broken - Tried to install some patches but it broke my system - Added by Mike Daniels over 7 years ago
Which files do I not want to update? As I do not want to lose my data
RE: Issues Broken - Tried to install some patches but it broke my system - Added by Go MAEDA over 7 years ago
Mike Daniels wrote:
Which files do I not want to update? As I do not want to lose my data
You can know the name of files by seeing the patch file: https://www.redmine.org/attachments/19040/show_assignee_on_gantt.patch_v2.patch
app/models/issue_query.rb, app/views/gantts/show.html.erb and so on.
Check all patch files you have applied.