Closed (fixed)
Project:
Protected Submissions
Version:
8.x-1.6
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Jun 2020 at 14:50 UTC
Updated:
7 Oct 2020 at 10:24 UTC
Jump to comment: Most recent
Comments
Comment #2
altagrade commentedThanks for the report!
According to https://git.drupalcode.org/project/protected_submissions/commit/cc65c20 only language-related modifications and no log-related changes were made. Could you please completely disable and uninstall the module and then install the last version to see if it will work for you?
Comment #3
robert gomez commentedOk, tried a clean re-install. Still not working.
I am not normally a git user, so excuse me if this isn't the proper way to report something like this... but if you look at this line in version 1.4:
https://git.drupalcode.org/project/protected_submissions/-/blob/8.x-1.4/...
And then compare to version 1.5 that was pushed:
https://git.drupalcode.org/project/protected_submissions/-/blob/8.x-1.5/...
The variable for the Log settings check was clearly removed from the code.
Also farther down you will also see that the check for this variable before logging was also removed:
Version 1.4, (line 510):
Version 1.5 (line 504):
I'm using version 1.5 to demonstrate when the change was made, but issue is in current version (1.6) too.
Again, I'm not much of a coder, so maybe this check was moved to another file. I don't know. All I know is that the spam is back to being added to my site logs after recently updating from version 1.4.
Comment #4
robert gomez commentedAny progress on this? I provided the info you wanted 2 months ago.
Comment #5
altagrade commentedRobert, thanks for the update and sorry it's taking so long. I am afraid our team is quite loaded with work these days. So you have to either wait for some more time (~ 1 month) or submit a patch for review.
Comment #7
altagrade commentedSorry this took so long, and please be informed the removed lines have been re-instated by the last commit: https://git.drupalcode.org/project/protected_submissions/commit/f2211bc Will release another version soon.