- First commit to issue fork.
-
artem_sylchuk β
committed f738a230 on 3.0.x authored by
Ressinel β
Issue #3265901 by artem_sylchuk: Database update error regarding already...
-
artem_sylchuk β
committed f738a230 on 3.0.x authored by
Ressinel β
- Status changed to Fixed
almost 2 years ago 12:08pm 28 January 2023 Automatically closed - issue fixed for 2 weeks with no activity.
- π¦π·Argentina DIOH
Hello,
I got the same error and tried to apply the patch but the error persisted checking the patch I noticed that the error happens because the try section (https://git.drupalcode.org/issue/private_message-3265901/-/blob/fc720ca1...) uses a $configs var but it's undefined if you don't have the notify module (https://git.drupalcode.org/issue/private_message-3265901/-/blob/fc720ca1...)
To solve that problem I moved that $configs var before the first if and it worked.