-
Notifications
You must be signed in to change notification settings - Fork 22
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
A TypeError occurred in account#login: #60
Comments
Can you try with this change: |
@FireMartZ , Thanks. I will test ASAP. |
@FireMartZ , I checked the newest master branch, and found there's still have some issue when I try to login. I used admin to login . and occur 500 error, the log is as follows
|
Thanks for taking time to test it as I can't reproduce anything close to this problem. I will do as other suggested and remove those two lines. The effect is only that the "Poor Man's Cron" will run each login instead of each day. What may be the real problem is that if you can't access Setting.plugin_contracts there (which is a little bit misused to implement the Poor Man's Cron, you will probably have problems changing the real settings on the plugin. |
@FireMartZ , you're welcome. I tried to check whether I have found the correct way to explain the issue in stackflow. please check it. Thanks. related pages: by the way ,I can not check issue#58 on the redmine website for this issue. |
The error you have is because Setting.plugin_contracts is a string instead of being a hash. We have to figure why. I may have an idea and will update the code again later today so you can test it please. |
@FireMartZ , |
@archonwang |
@FireMartZ , unfortunately, the workaround still not worked well.
|
@archonwang My bad, it should work now. Please try it again when you get the chance. Thanks! |
@FireMartZ , Thanks so much!! |
Please keep these issues open until they are merged. I'll try to get @wesoccer2003 back online soon. |
@FireMartsZ, Please check it . when I have installed the plugin and found I can not login.
Thanks.
in the branch https://github.com/FireMartZ/redmine-contracts-with-time-tracking-plugin
branch: master
The text was updated successfully, but these errors were encountered: