Log time fails with The date of loading belongs to a closed period
Added by David McKay almost 7 years ago
When attempting to log time on any other date but the current day, I get the following error message:
"Date The date of loading belongs to a closed period".
Any ideas?
David
System:
Environment: Redmine version 3.4.3.stable Ruby version 2.3.3-p222 (2016-11-21) [x86_64-linux] Rails version 4.2.8 Environment production Database adapter Mysql2 SCM: Subversion 1.9.3 Git 2.7.4 Filesystem Redmine plugins: plus_gantt 0.0.7 progressive_projects_list 2.0.1 quick_edit 0.0.9 quick_view 0.3.0 redmine_agile 1.4.5 redmine_bootstrap_kit 0.2-devel redmine_checklists 3.1.10 redmine_ckeditor 1.1.3 redmine_custom_css 0.1.6 redmine_default_custom_query 1.3.0 redmine_dmsf 1.6.0 redmine_dropbox_attachments 2.2.1 redmine_email_fetcher 0.3.1 redmine_image_clipboard_paste 1.0.0 redmine_ldap_sync 2.1.1.devel redmine_my_page 0.1.12 redmine_slack 0.2 redmine_spent_time 3.1.2 redmine_tab 0.4.0 redmine_work_time 0.3.4 redrisk 1.0.1 sidebar_hide 0.0.8
Replies (3)
RE: Log time fails with The date of loading belongs to a closed period - Added by Mischa The Evil almost 7 years ago
As such is not part of the Redmine core, it seems caused by either one of the plugins or by some other custom modification (if applicable).
RE: Log time fails with The date of loading belongs to a closed period - Added by Grant Ferley almost 7 years ago
It's the plus_gantt plugin. I was getting it myself, and after removal of the plugin I've had no recurrence of the error. Doesn't seem to matter if the plugin is enabled for the particular project (I had it disabled for all). I believe it's due to the "Control" date defaulting to the current date which the README claims can be changed, which may be true but the plugin was never active in my projects so I just uninstalled instead.
RE: Log time fails with The date of loading belongs to a closed period - Added by David McKay almost 7 years ago
THANK YOU!!
Driving me to insanity.