Javier Pastor
Javier Pastor
Hi @tidusjar, Seems like your Foreign key in **IssueComments** table has **On delete: Restrict** option. If we define it as **cascade** the error disappears, the records are correctly deleted.
Fix: https://github.com/vsc55/redmine_issue_todo_lists/commit/c54f89d14f24bec23a56af5b4a6c19fb6f3ad465
Hi @felmab, An error occurs with your pr:: ``` # bundle exec rake db:migrate RAILS_ENV=production rake aborted! NameError: uninitialized class variable @@schemes in URI Did you mean? scheme_list /opt/redmine/redmine-5.0-stable/plugins/redmine_git_mirror/lib/redmine_git_mirror/url.rb:8:in `'...
I have created one here in case anyone is interested: https://github.com/vsc55/docker-webscrapbook
> included the change in [](https://github.com/danny0838/PyWebScrapBook/commit/19b4a8b6332563ed7bbff2a54a09ac154e9153d5) Sorry, I didn't realize. I have updated the PR.
Hi @danny0838, I have solved the syntax errors that escaped a couple of ' 🤦♂️ I have tested and the server starts correctly. What I have seen is that if...
Fix problem generate new savedreports, now the following error occurs when modifying an already created savereports. ``` Database error: Invalid SQL: UPDATE logcon_savedreports SET sourceid = Source1, customTitle = 'EventLog...
Fix Update savedreports in pull #65 https://github.com/rsyslog/loganalyzer/pull/65/commits/75776cf4950c98be42aac23abbbfe7a2e522da70
Something very strange, I was going to see what the failure was and now it works perfectly. 😲
Process: 1. Create new Field    2. Create another new field with the same "FieldID" and "Display Name" but different "Name of Searchfilter"    As seen...