Javier Pastor

Results 31 comments of 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 ![image](https://user-images.githubusercontent.com/13438676/81309805-a0bbd000-9083-11ea-9076-9bfe93ea47f2.png) ![image](https://user-images.githubusercontent.com/13438676/81309835-a87b7480-9083-11ea-86a7-71c31102edac.png) ![image](https://user-images.githubusercontent.com/13438676/81310564-8afada80-9084-11ea-9462-f29c82cb3032.png) 2. Create another new field with the same "FieldID" and "Display Name" but different "Name of Searchfilter" ![image](https://user-images.githubusercontent.com/13438676/81310071-f1cbc400-9083-11ea-98dc-12c9e9d915ac.png) ![image](https://user-images.githubusercontent.com/13438676/81310096-f6907800-9083-11ea-8b56-661fc4108c7a.png) ![image](https://user-images.githubusercontent.com/13438676/81310575-8e8e6180-9084-11ea-8a64-63b6da8b5cbd.png) As seen...