-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't convert nil into string : init.rb row 24 Redmine 2.3.1 #27
Comments
I'm getting this issue as well. The former path is for Rails 3, while the latter is for Rails > 2 I believe. |
Fix works also in redmine 2.4.2. |
I can confirm this bug and the fix. |
Fix works in redmine 2.5.1. Thanks ! |
kjokjo
pushed a commit
to kjokjo/redmine_stealth
that referenced
this issue
Jul 28, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
I used this plugin on a redmine v2.3.0 and after a light upgrade in v2.3.1, this issue appears.
Can(t convert nil into string on init.rb(24)
I have just changed the code to this to get it to work !
And everything is ok now !
The text was updated successfully, but these errors were encountered: