Closed gituser closed 12 years ago
Can you tell me more information? Which version of the plugin? Which version of redmine? (actually, can you execute the ./script/about and tell me what the output is)? Do this:
sh -c "RAILS_ENV=production ./script/about"
About your application's environment
Ruby version 1.8.7 (x86_64-linux)
RubyGems version 1.3.7
Rack version 1.1.3
Rails version 2.3.14
Active Record version 2.3.14
Active Resource version 2.3.14
Action Mailer version 2.3.14
Active Support version 2.3.14
Application root /var/www/redmine
Environment production
Database adapter mysql
Database schema version 20120422150750
About your Redmine plugins
Redmine Git Hosting Plugin 0.4.5x
Redmine Pastebin plugin 0.0.1
It's from the latest SVN, I did update the plugin before posting here an issue.
And which version of Redmine are you using?
$ svn info
Path: .
URL: http://redmine.rubyforge.org/svn/branches/1.3-stable
Repository Root: http://redmine.rubyforge.org/svn
Repository UUID: e93f8b46-1217-0410-a6f0-8f06a7374b81
Revision: 9877
Is this the first time you have tried this combination? It should work.
Could you try installing without the Pastebin plugin?
I think I found the issue.
It breaks if there is password input filled (it's pre-filled here in Firefox), if I erase data in password field it gets updated fine.
It's a bug actually - should warn that 'repeat-password' is not filled. But from what I see from production.log it seems redmine_git_hosting plugin involved.
Hm... I see this. Will fix.
Try the latest version from head of master. It should work now (i.e. your case should generate a failed validation -- namely when you have the password filled but not the confirmation password).
I'm going to close this now.
thanks john, it works!
Great! Sorry about that...
Can you repull? I fixed a typo in another commit that I put up at the same time. This will cause a conflict, so you should:
git reset --hard HEAD~2
git pull
mm not sure what did you mean?
it worked for me even with previous release..
check another ticket about redmine 1.4 and a new bug I've found..
anyway i've reverted to HEAD~2 and updated, thanks for this..
Not a bug you would notice. Just that it was a typo and i changed my history (normally a bad thing to do).
I saw your other comment. Still cleaning up bugs in 1.3. Will get to 1.4 soon.
i get this in production.log when I try to update user within Administration area (i.e. change user name or anything):