@neeravbm Nope, it coming from dblog module only if you observe this line `$o...

Contribution Date
Technology
Contribution Project
Contribution Details

@neeravbm Nope, it coming from dblog module only if you observe this line `$output = t($event->message, unserialize($event->variables))` you can easily understand that the second argument was not passed as an array here. I replaced the line with `t($event->message, [unserialize($event->variables)]);` which worked fine.

Issue Status
Active
Contribution Author
Files count
0
Patches count
0