Fatal error in v5.1.0
-
Hi,
I’m reporting a reproducible fatal error in WP RSS Aggregator 5.1.0 that takes down the entire site when another active plugin loads a newer version of psr/log.
Temporary fix I applied:
I patched the PostLogger::log() signature to be compatible with psr/log 3.x:
public function log( $level, string|\Stringable $message, array $context = array() ): void
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
You must be logged in to reply to this topic.