Code Monkey home page Code Monkey logo

redmine_reminder's Introduction

Redmine Reminder plugin for Redmine

Plugin for Redmine project that sends notification to assignee if due date is coming.

Users can choose on which days before due date they want to be notified. Also users can create issues category and choose on which days before due date of issues in this category they want to be notified.

User setting is located at the user account page. User settings

Moreover, administrator can set default notification settings for new users. Default settings

Category settings is located at the category properties page ![Category Settings] (https://raw.github.com/Enkil/Redmine_Reminer/master/doc/category_settings.jpg)

Plugin also sends info about issues behind a schedule. Users cannot change this behavior.

Compatibility

  • redmine-2.x for Redmine 2.0 and higher

Installation

cd /home/user/path_to_you_app/
git clone git://github.com/Enkil/Redmine_Reminer.git plugins/redmine_reminder

For Redmine 2.x and higher

bundle exec rake redmine:plugins:migrate RAILS_ENV=production

Also you can read instructions on http://www.redmine.org/projects/redmine/wiki/Plugins

Sending notifications

You can send notifications manually:

cd /home/user/path_to_you_app
bundle exec rake redmine:reminder_plugin:send_notifications RAILS_ENV=production

It is good idea to add the task to cron:

crontab -e
0 5 * * * cd /home/user/path_to_you_app && bundle exec rake redmine:reminder_plugin:send_notifications RAILS_ENV=production &> /tmp/redmine_redmine_reminder.log

Learn more about cron at http://en.wikipedia.org/wiki/Cron

You should run this task only once a day.

License

This plugin is licensed under the GPLv2 license.

redmine_reminder's People

Contributors

enkil avatar jostbaron avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

redmine_reminder's Issues

Can't install plugin on redmine 2.3

root@intredmine:/usr/share/redmine# cat /etc/issue
Debian GNU/Linux jessie/sid
root@intredmine:/usr/share/redmine# apt-cache policy redmine
redmine:
Installed: 2.3.1-1

When I try to install plugin after successful 'git clone' operation I receive following messages:

root@intredmine:/usr/share/redmine#rake redmine:plugins:migrate RAILS_ENV=production
rake aborted!
undefined method asset_path' for #<Rails::Application::Configuration:0x96c8dfc> /var/lib/gems/1.9.1/gems/railties-4.0.0/lib/rails/railtie/configuration.rb:95:inmethod_missing'
/var/lib/gems/1.9.1/gems/railties-4.0.0/lib/rails/initializable.rb:30:in instance_exec' /var/lib/gems/1.9.1/gems/railties-4.0.0/lib/rails/initializable.rb:30:inrun'
/var/lib/gems/1.9.1/gems/railties-4.0.0/lib/rails/initializable.rb:55:in block in run_initializers' /var/lib/gems/1.9.1/gems/railties-4.0.0/lib/rails/initializable.rb:54:inrun_initializers'
/var/lib/gems/1.9.1/gems/railties-4.0.0/lib/rails/application.rb:215:in initialize!' /var/lib/gems/1.9.1/gems/railties-4.0.0/lib/rails/railtie/configurable.rb:30:inmethod_missing'
/var/lib/gems/1.9.1/gems/railties-4.0.0/lib/rails/application.rb:189:in require' /var/lib/gems/1.9.1/gems/railties-4.0.0/lib/rails/application.rb:189:inrequire_environment!'
/var/lib/gems/1.9.1/gems/railties-4.0.0/lib/rails/application.rb:249:in `block in run_tasks_blocks'
Tasks: TOP => redmine:plugins:migrate => environment
(See full trace by running task with --trace)

All needing gems are installed: shoulda-matchers (2.3.0) and factory_girl_rails (4.2.1)

config page missing 404

Plugin installed.

when you click "configure" on Admin-Plugin page you end up with 404 error

it is looking for /plugin/due_date_reminder folder which does not exist as installation go to /plugins/redmine_reminder

how to fix?

thanks

Erros when installing Plugin

I am running Bitnami Redmine 2.1.4. When installing the plugin, I run rake redmine:plugins:migrate RAILS_ENV=production and get the following error:
Could not find gem 'shoulda-matchers <>= 0) x86-mingw32' in the gems available on this machine. Run bundle install to install missing gems.
When I try to run the 'bundle install', I get errors trying to reach a site on the internet. I am running this app on a standalone system with no access to the internet.

error when trying to send notifications

Hello,
I installed your plugin and came across few problems

  1. is the same as reported about save of my account settings
  2. is when I tried to initiate the send notification command in shell, this is the error I received
    bundle exec rake redmine:reminder_plugin:send_notifications RAILS_ENV=production --trace
    ** Invoke redmine:reminder_plugin:send_notifications (first_time)
    ** Invoke environment (first_time)
    ** Execute environment
    ** Execute redmine:reminder_plugin:send_notifications
    rake aborted!
    uninitialized constant ReminderMailer
    {redmine}/plugins/redmine_reminder/lib/tasks/reminder.rake:5
    {redmine}/app/models/mailer.rb:377:in with_synched_deliveries' {redmine}/plugins/redmine_reminder/lib/tasks/reminder.rake:4 /usr/local/lib/ruby/gems/1.8/gems/rake-10.0.4/lib/rake/task.rb:246:incall'
    /usr/local/lib/ruby/gems/1.8/gems/rake-10.0.4/lib/rake/task.rb:246:in execute' /usr/local/lib/ruby/gems/1.8/gems/rake-10.0.4/lib/rake/task.rb:241:ineach'
    /usr/local/lib/ruby/gems/1.8/gems/rake-10.0.4/lib/rake/task.rb:241:in execute' /usr/local/lib/ruby/gems/1.8/gems/rake-10.0.4/lib/rake/task.rb:184:ininvoke_with_call_chain'
    /usr/local/lib/ruby/1.8/monitor.rb:242:in synchronize' /usr/local/lib/ruby/gems/1.8/gems/rake-10.0.4/lib/rake/task.rb:177:ininvoke_with_call_chain'
    /usr/local/lib/ruby/gems/1.8/gems/rake-10.0.4/lib/rake/task.rb:170:in invoke' /usr/local/lib/ruby/gems/1.8/gems/rake-10.0.4/lib/rake/application.rb:143:ininvoke_task'
    /usr/local/lib/ruby/gems/1.8/gems/rake-10.0.4/lib/rake/application.rb:101:in top_level' /usr/local/lib/ruby/gems/1.8/gems/rake-10.0.4/lib/rake/application.rb:101:ineach'
    /usr/local/lib/ruby/gems/1.8/gems/rake-10.0.4/lib/rake/application.rb:101:in top_level' /usr/local/lib/ruby/gems/1.8/gems/rake-10.0.4/lib/rake/application.rb:110:inrun_with_threads'
    /usr/local/lib/ruby/gems/1.8/gems/rake-10.0.4/lib/rake/application.rb:95:in top_level' /usr/local/lib/ruby/gems/1.8/gems/rake-10.0.4/lib/rake/application.rb:73:inrun'
    /usr/local/lib/ruby/gems/1.8/gems/rake-10.0.4/lib/rake/application.rb:160:in standard_exception_handling' /usr/local/lib/ruby/gems/1.8/gems/rake-10.0.4/lib/rake/application.rb:70:inrun'
    /usr/local/lib/ruby/gems/1.8/gems/rake-10.0.4/bin/rake:33
    /usr/local/bin/rake:19:in `load'
    /usr/local/bin/rake:19
    Tasks: TOP => redmine:reminder_plugin:send_notifications

Redmine 2.6.1 - shoulda-matchers conflict

Hi,

I've installed the pluging with the latest Redmine version 2.6.1.
When I invoke the bundle install I get the shoulda-matchers dependency conflict.
I've commented out the dependency from the plugin Gemfile and everything seemed to work fine.

Kind regards,
Tomasz Krzysztof

11:50:55 bundle install --without development test --local --verbose
You cannot specify the same gem twice with different version requirements.
You specified: shoulda-matchers (= 1.4.1) and shoulda-matchers (>= 0)

Enhancement to remove overdue from e-mail message

It would be nice if there is a setting to disable the overdue information in the e-mails, because this adds too much information in the e-mail while I want to focus on the tasks to be finished only today e.g.

send_notification aborted (different error)

I can configure and save plugin settings, but when I run

bundle exec rake redmine:reminder_plugin:send_notifications RAILS_ENV=production --trace

I end up with:

'''** Invoke redmine:reminder_plugin:send_notifications (first_time)
** Invoke environment (first_time)
** Execute environment
** Execute redmine:reminder_plugin:send_notifications
rake aborted!
undefined method reminder_notification_array' for #<Group:0x3189108> C:/BitNami/redmine/ruby/lib/ruby/gems/1.9.1/gems/activemodel-3.2.9/lib/active_model/attribute_methods.rb:407:inmethod_missing'
C:/BitNami/redmine/ruby/lib/ruby/gems/1.9.1/gems/activerecord-3.2.9/lib/active_record/attribute_methods.rb:149:in method_missing' C:/BitNami/redmine/apps/redmine/htdocs/plugins/due_date_reminder/lib/reminder/issue_patch.rb:18:inremind?'
C:/BitNami/redmine/apps/redmine/htdocs/plugins/due_date_reminder/app/models/reminder_mailer.rb:42:in block in find_issues' C:/BitNami/redmine/apps/redmine/htdocs/plugins/due_date_reminder/app/models/reminder_mailer.rb:42:inreject!'
C:/BitNami/redmine/apps/redmine/htdocs/plugins/due_date_reminder/app/models/reminder_mailer.rb:42:in find_issues' C:/BitNami/redmine/apps/redmine/htdocs/plugins/due_date_reminder/app/models/reminder_mailer.rb:15:indue_date_notifications'
C:/BitNami/redmine/apps/redmine/htdocs/plugins/due_date_reminder/lib/tasks/reminder.rake:5:in block (4 levels) in <top (required)>' C:/BitNami/redmine/apps/redmine/htdocs/app/models/mailer.rb:377:inwith_synched_deliveries'
C:/BitNami/redmine/apps/redmine/htdocs/plugins/due_date_reminder/lib/tasks/reminder.rake:4:in block (3 levels) in <top (required)>' C:/BitNami/redmine/ruby/lib/ruby/gems/1.9.1/gems/rake-0.9.2.2/lib/rake/task.rb:205:incall'
C:/BitNami/redmine/ruby/lib/ruby/gems/1.9.1/gems/rake-0.9.2.2/lib/rake/task.rb:205:in block in execute' C:/BitNami/redmine/ruby/lib/ruby/gems/1.9.1/gems/rake-0.9.2.2/lib/rake/task.rb:200:ineach'
C:/BitNami/redmine/ruby/lib/ruby/gems/1.9.1/gems/rake-0.9.2.2/lib/rake/task.rb:200:in execute' C:/BitNami/redmine/ruby/lib/ruby/gems/1.9.1/gems/rake-0.9.2.2/lib/rake/task.rb:158:inblock in invoke_with_call_chain'
C:/BitNami/redmine/ruby/lib/ruby/1.9.1/monitor.rb:211:in mon_synchronize'C:/BitNami/redmine/ruby/lib/ruby/gems/1.9.1/gems/rake-0.9.2.2/lib/rake/task.rb:151:ininvoke_with_call_chain'
C:/BitNami/redmine/ruby/lib/ruby/gems/1.9.1/gems/rake-0.9.2.2/lib/rake/task.rb:144:in invoke' C:/BitNami/redmine/ruby/lib/ruby/gems/1.9.1/gems/rake-0.9.2.2/lib/rake/application.rb:116:ininvoke_task'
C:/BitNami/redmine/ruby/lib/ruby/gems/1.9.1/gems/rake-0.9.2.2/lib/rake/application.rb:94:in block (2 levels) in top_level' C:/BitNami/redmine/ruby/lib/ruby/gems/1.9.1/gems/rake-0.9.2.2/lib/rake/application.rb:94:ineach'
C:/BitNami/redmine/ruby/lib/ruby/gems/1.9.1/gems/rake-0.9.2.2/lib/rake/application.rb:94:in block in top_level' C:/BitNami/redmine/ruby/lib/ruby/gems/1.9.1/gems/rake-0.9.2.2/lib/rake/application.rb:133:instandard_exception_handling'
C:/BitNami/redmine/ruby/lib/ruby/gems/1.9.1/gems/rake-0.9.2.2/lib/rake/application.rb:88:in top_level' C:/BitNami/redmine/ruby/lib/ruby/gems/1.9.1/gems/rake-0.9.2.2/lib/rake/application.rb:66:inblock in run'
C:/BitNami/redmine/ruby/lib/ruby/gems/1.9.1/gems/rake-0.9.2.2/lib/rake/application.rb:133:in standard_exception_handling' C:/BitNami/redmine/ruby/lib/ruby/gems/1.9.1/gems/rake-0.9.2.2/lib/rake/application.rb:63:inrun'
C:/BitNami/redmine/ruby/lib/ruby/gems/1.9.1/gems/rake-0.9.2.2/bin/rake:33:in <top (required)>' C:/BitNami/redmine/ruby/bin/rake:23:inload'
C:/BitNami/redmine/ruby/bin/rake:23:in `

'
Tasks: TOP => redmine:reminder_plugin:send_notifications'''

What do i miss?

install on redmine 5.1.1

i have this info:

Environment:
  Redmine version                5.1.1.stable
  Ruby version                   2.7.4-p191 (2021-07-07) [x86_64-linux-gnu]
  Rails version                  6.1.7.6
  Environment                    production
  Database adapter               Mysql2
  Mailer queue                   ActiveJob::QueueAdapters::AsyncAdapter
  Mailer delivery                smtp
Redmine settings:
  Redmine theme                  Default
SCM:
  Subversion                     1.14.1
  Git                            2.30.2
  Filesystem                     
Redmine plugins:
  redmine_contacts               4.3.8

my install script:

cd /usr/share/redmine-5.1.1/plugins
git clone https://github.com/Enkil/redmine_reminder.git
cd /usr/share/redmine-5.1.1/plugins/redmine_reminder
gem install factory_girl_rails
gem install shoulda-matchers
sudo apt install libyaml-dev
gem install yaml
bundle install
bundle exec rake redmine:plugins:migrate RAILS_ENV=production
rake aborted!
LoadError: cannot load such file -- lib/tasks/reminder
/usr/share/redmine-5.1.1/plugins/redmine_reminder/Rakefile:3:in `require'
/usr/share/redmine-5.1.1/plugins/redmine_reminder/Rakefile:3:in `<top (required)>'
/var/lib/gems/2.7.0/gems/rake-13.1.0/exe/rake:27:in `<top (required)>'
(See full trace by running task with --trace)

BUG - Plugin throws error on redmine 2.5.2

Started GET "/my/account" for 127.0.0.1 at 2014-08-21 09:52:09 +0200
Processing by MyController#account as HTML
  Current user: [email protected] (id=5)
  Rendered my/account.html.erb within layouts/base (13.3ms)
Completed 500 Internal Server Error in 22.4ms

ActionView::Template::Error (undefined method `plugin_redmine_reminder' for #<Class:0x007fcdbedf74e0>):
    26:   <% @user.custom_field_values.select(&:editable?).each do |value| %>
    27:     <p><%= custom_field_tag_with_label :user, value %></p>
    28:   <% end %>
    29:   <%= call_hook(:view_my_account, :user => @user, :form => f) %>
    30: </fieldset>
    31:
    32: <%= submit_tag l(:button_save) %>
  lib/redmine/hook.rb:61:in `block (2 levels) in call_hook'
  lib/redmine/hook.rb:61:in `each'
  lib/redmine/hook.rb:61:in `block in call_hook'
  lib/redmine/hook.rb:58:in `tap'
  lib/redmine/hook.rb:58:in `call_hook'
  lib/redmine/hook.rb:158:in `call_hook'
  app/views/my/account.html.erb:29:in `block in _app_views_my_account_html_erb___1115250790936681840_70260847919040'
  app/helpers/application_helper.rb:1043:in `labelled_form_for'
  app/views/my/account.html.erb:9:in `_app_views_my_account_html_erb___1115250790936681840_70260847919040'

Support for redmine 3.x?

Hi,
i was wondering if you are planning to release a version for redmine v3.x?
Thank you very much!

rake task fails "NoMethodError: undefined method `scoped'"

System

Description: Ubuntu 15.04
Release: 15.04
Codename: vivid

ruby 2.1.2p95 (2014-05-08) [x86_64-linux-gnu]

bundle install ran and installs no new or updated gems

Symptom

Executing bundle exec rake redmine:reminder_plugin:send_notifications RAILS_ENV=production --trace in /usr/share/redmine leads to:

** Invoke redmine:reminder_plugin:send_notifications (first_time)
** Invoke environment (first_time)
** Execute environment
** Execute redmine:reminder_plugin:send_notifications
rake aborted!
NoMethodError: undefined method `scoped' for #<Issue::ActiveRecord_Relation:0x00000006f31cd0>
/var/lib/gems/2.1.0/gems/activerecord-4.1.13/lib/active_record/relation/delegation.rb:136:in `method_missing'
/var/lib/gems/2.1.0/gems/activerecord-4.1.13/lib/active_record/relation/delegation.rb:99:in `method_missing'
/usr/share/redmine/plugins/redmine_reminder/app/models/reminder_mailer.rb:43:in `find_issues'
/usr/share/redmine/plugins/redmine_reminder/app/models/reminder_mailer.rb:15:in `reminder_notifications'
/usr/share/redmine/plugins/redmine_reminder/lib/tasks/reminder.rake:5:in `block (4 levels) in <top (required)>'
/usr/share/redmine/app/models/mailer.rb:367:in `with_synched_deliveries'
/usr/share/redmine/plugins/redmine_reminder/lib/tasks/reminder.rake:4:in `block (3 levels) in <top (required)>'
/var/lib/gems/2.1.0/gems/rake-10.4.2/lib/rake/task.rb:240:in `call'
/var/lib/gems/2.1.0/gems/rake-10.4.2/lib/rake/task.rb:240:in `block in execute'
/var/lib/gems/2.1.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `each'
/var/lib/gems/2.1.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `execute'
/var/lib/gems/2.1.0/gems/rake-10.4.2/lib/rake/task.rb:179:in `block in invoke_with_call_chain'
/usr/lib/ruby/2.1.0/monitor.rb:211:in `mon_synchronize'
/var/lib/gems/2.1.0/gems/rake-10.4.2/lib/rake/task.rb:172:in `invoke_with_call_chain'
/var/lib/gems/2.1.0/gems/rake-10.4.2/lib/rake/task.rb:165:in `invoke'
/var/lib/gems/2.1.0/gems/rake-10.4.2/lib/rake/application.rb:150:in `invoke_task'
/var/lib/gems/2.1.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block (2 levels) in top_level'
/var/lib/gems/2.1.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `each'
/var/lib/gems/2.1.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block in top_level'
/var/lib/gems/2.1.0/gems/rake-10.4.2/lib/rake/application.rb:115:in `run_with_threads'
/var/lib/gems/2.1.0/gems/rake-10.4.2/lib/rake/application.rb:100:in `top_level'
/var/lib/gems/2.1.0/gems/rake-10.4.2/lib/rake/application.rb:78:in `block in run'
/var/lib/gems/2.1.0/gems/rake-10.4.2/lib/rake/application.rb:176:in `standard_exception_handling'
/var/lib/gems/2.1.0/gems/rake-10.4.2/lib/rake/application.rb:75:in `run'
/var/lib/gems/2.1.0/gems/rake-10.4.2/bin/rake:33:in `<top (required)>'
/usr/local/bin/rake:23:in `load'
/usr/local/bin/rake:23:in `<main>'
Tasks: TOP => redmine:reminder_plugin:send_notifications

Any hints for fixing this?

Regards and thanks in advance
viegelinsch

Reminder Failure with Group Assignments

We have several groups that will be assigned to issues with due dates assigned to them. When the rake runs we get the following error:

rake aborted!
undefined method `reminder_notification_array' for #Group:0x7369230

Is there a work around or a patch for this?

Thanks

  settings 404

fix installation note to

cd /home/user/path_to_you_app/
git clone git://github.com/Enkil/Redmine_Reminer.git plugins/due_date_reminder

Plugin error on Redmine 2.4.1

Using :

  • ruby 1.8.7 (2011-06-30 patchlevel 352) [x86_64-linux]
  • Rails 3.2.15
  • Ubuntu 12.04

Plugin installed but set internal error in settings panel.

The log file is :
...
15 Started GET "/redmine/projects/some-project/settings" for 192.168.1.13 at Wed Nov 27 14:01:12 +0100 2013
16 Processing by ProjectsController#settings as HTML
17 Parameters: {"id"=>"some-project"}
18 Current user: j-flamant (id=4)
19 Rendered projects/_form.html.erb (119.8ms)
20 Rendered projects/_edit.html.erb (124.0ms)
21 Rendered projects/settings/_modules.html.erb (73.1ms)
22 Rendered projects/settings/_members.html.erb (109.8ms)
23 Rendered projects/settings/_versions.html.erb (83.6ms)
24 Rendered plugins/redmine_reminder/app/views/projects/settings/_issue_categories.html.erb (0.7ms)
25 Rendered common/_tabs.html.erb (405.7ms)
26 Rendered projects/settings.html.erb within layouts/base (411.0ms)
27 Completed 500 Internal Server Error in 934.4ms
28
29 ActionView::Template::Error (compile error
30 /usr/local/share/redmine-2.4.1/plugins/redmine_reminder/app/views/projects/settings/_issue_categories.html.erb:15: odd number list for Hash
31 ...fication.to_s : '-'), { style: "text-align: center; display:...
32 ^
33 /usr/local/share/redmine-2.4.1/plugins/redmine_reminder/app/views/projects/settings/_issue_categories.html.erb:15: syntax error, unexpected ':', expecting '}'
34 ...fication.to_s : '-'), { style: "text-align: center; display:...
35 ^
36 /usr/local/share/redmine-2.4.1/plugins/redmine_reminder/app/views/projects/settings/_issue_categories.html.erb:15: syntax error, unexpected '}', expecting ')'
37 ...ign: center; display:block;" }) );@output_buffer.safe_concat...
38 ^
39 /usr/local/share/redmine-2.4.1/plugins/redmine_reminder/app/views/projects/settings/_issue_categories.html.erb:23: syntax error, unexpected kEND, expecting ')'
40 '); end
41 ^
42 /usr/local/share/redmine-2.4.1/plugins/redmine_reminder/app/views/projects/settings/_issue_categories.html.erb:27: syntax error, unexpected kELSE, expecting ')'
43 '); else
44 ^
45 /usr/local/share/redmine-2.4.1/plugins/redmine_reminder/app/views/projects/settings/_issue_categories.html.erb:29: syntax error, unexpected kEND, expecting ')'
46 '); end
47 ^
48 /usr/local/share/redmine-2.4.1/plugins/redmine_reminder/app/views/projects/settings/_issue_categories.html.erb:33: syntax error, unexpected kENSURE, expecting ')'
49 /usr/local/share/redmine-2.4.1/plugins/redmine_reminder/app/views/projects/settings/_issue_categories.html.erb:35: syntax error, unexpected kEND, expecting ')'):
50 12:
51 13: <%= h(category.name) %>
52 14: <%= h(category.assigned_to.name) if category.assigned_to %>
53 15: <%= content_tag(:span, h(category.reminder_notification.present? ? category.reminder_notification.to_s : '-'), { style: "text-align: center; display:block;" }) %>
54 16:
55 17: <% if User.current.allowed_to?(:manage_categories, @project) %>
56 18: <%= link_to l(:button_edit), edit_issue_category_path(category), :class => 'icon icon-edit' %>
57 app/views/common/_tabs.html.erb:24:in _app_views_common__tabs_html_erb__1137571765_70207709466980' 58 app/views/common/_tabs.html.erb:23:ineach'
59 app/views/common/_tabs.html.erb:23:in _app_views_common__tabs_html_erb__1137571765_70207709466980' 60 app/helpers/application_helper.rb:271:inrender_tabs'
61 app/views/projects/settings.html.erb:3:in `_app_views_projects_settings_html_erb___2134637836_70207709725280'
...

Branch redmine2.x not exists

Hi,

In the installation notes, there's a mention to a "redmine2.x" checkout for redmine 2.x and higher compatibility.

But I can't see it on git... ?

Léo.

Internal error when saving settings

Hi,

I've just installed the plugin as described in the manual.
I choose my day (I only put "1" in the field), and when I click "Save", there's an "Internal error" showing up...

Dunno why...

Léo.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.