I, [2017-03-19T19:46:23.258443 #12441] INFO -- : Completed 500 Internal Server Error in 29ms (ActiveRecord: 3.5ms) F, [2017-03-19T19:46:23.260961 #12441] FATAL -- : ActionView::Template::Error (invalid byte sequence in UTF-8): 1: <% if @notes %> 2: <fieldset class="preview"><legend><%= l(:field_notes) %></legend> 3: <%= textilizable @notes, :attachments => @attachments, :object => @issue %> 4: </fieldset> 5: <% end %> 6: lib/redmine/wiki_formatting/markdown/formatter.rb:62:in `gsub!' lib/redmine/wiki_formatting/markdown/formatter.rb:62:in `to_html'
"last_journal_id"=>"4983" mysql> update journals set notes="" where id=4983;
ActionView::Template::Error (undefined method `close_duplicate_issues'
it looks like config/settings.yml is from the old version, did you follow http://www.redmine.org/projects/redmine/wiki/RedmineUpgrade ?
App 7044 output: Error: The application encountered the following error: superclass mismatch for class StringIO (TypeError)
$ gem uninstall stringio Gem stringio-0.1.0 cannot be uninstalled because it is a default gem Successfully uninstalled stringio-3.0.1
Missing `secret_token` and `secret_key_base` for 'development' environment, set these values in `config/secrets.yml`
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'identified by 'password'' at line 1
mysql> create user 'user'@'localhost' identified by 'password'; mysql> grant all privileges on db.* to 'user'@'localhost';
The application encountered the following error: You have already activated strscan 1.0.3, but your Gemfile requires strscan 3.0.4. Since strscan is a default gem, you can either remove your dependency on it or try updating to a newer version of bundler that supports strscan as a default gem. (Gem::LoadError)
$ gem install strscan -v "3.0.4"
Reason: tried: '/opt/homebrew/opt/mysql/lib/libmysqlclient.22.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/opt/homebrew/opt/mysql/lib/libmysqlclient.22.dylib' (no such file), '/opt/homebrew/opt/mysql/lib/libmysqlclient.22.dylib' (no such file), '/opt/homebrew/Cellar/mysql/8.3.0/lib/libmysqlclient.22.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/opt/homebrew/Cellar/mysql/8.3.0/lib/libmysqlclient.22.dylib' (no such file), '/opt/homebrew/Cellar/mysql/8.3.0/lib/libmysqlclient.22.dylib' (no such file) - /Library/WebServer/share/redmine-5.1.1/vendor/bundle/ruby/3.1.0/gems/mysql2-0.5.5/lib/mysql2/mysql2.bundle (LoadError)
Successfully installed mysql2-0.5.6
[ E 2024-06-27 09:20:43.4719 84845/Ts age/Cor/App/Implementation.cpp:221 ]: Could not spawn process for application /Library/WebServer/share/redmine-5.1.3: The application encountered the following error: You have already activated strscan 3.0.6, but your Gemfile requires strscan 3.1.0. Prepending `bundle exec` to your command may solve this. (Gem::LoadError)
$ gem install strscan -v "3.1.0"
mysqldump: Error: 'Access denied; you need (at least one of) the PROCESS privilege(s) for this operation' when trying to dump tablespaces
GRANT PROCESS ON *.* TO "backup-user"@localhost;
This is the last Bitnami Redmine installer for Windows we published https://downloads.bitnami.com/files/stacks/redmine/5.0.3-0/bitnami-redmine-5.0.3-0-windows-x64-installer.exe
After this release, Ruby 2.6 reaches EOL.
/usr/local/mysql-connector-c++-8.0.30-win32 に展開しておき、これを --with-mysql-dir= で指定して、Ruby をインストールしたディレクトリに移動し、mysql2 をインストールする。 gem install mysql2 -- --with-mysql-dir="/usr/local/mysql-connector-c++-8.0.30-win32"
mklink /d lib64 lib
bundle config build.mysql2 --with-mysql-dir="/usr/local/mysql-connector-c++-8.0.30-win32"
bundlerを使う時は以下のように行う bundle config build.charlock_holmes --with-icu-dir=/path/to/installed/icu4c