me = :topic') ->andWhere('logs.context LIKE :context') ->orderBy('logs.createdAt') ->setParameter('context', json_encode(['newsletter_id' => $newsletter->getId()])) ->setParameter('topic', $topic) ->getQuery() ->getSingleColumnResult(); } public function persist($entity): void { throw new InvalidStateException('Use saveLog() instead to avoid unintended side effects'); } public function flush(): void { throw new InvalidStateException('Use saveLog() instead to avoid unintended side effects'); } protected function getEntityClassName() { return LogEntity::class; } }
Fatal error: Uncaught Error: Class "MailPoet\Logging\LogRepository" not found in /htdocs/wp-content/plugins/mailpoet/generated/FreeCachedContainer.php:3701 Stack trace: #0 /htdocs/wp-content/plugins/mailpoet/generated/FreeCachedContainer.php(3711): MailPoetGenerated\FreeCachedContainer->getLogRepositoryService() #1 /htdocs/wp-content/plugins/mailpoet/generated/FreeCachedContainer.php(4778): MailPoetGenerated\FreeCachedContainer->getLoggerFactoryService() #2 /htdocs/wp-content/plugins/mailpoet/generated/FreeCachedContainer.php(5298): MailPoetGenerated\FreeCachedContainer->getSegmentsRepositoryService() #3 /htdocs/wp-content/plugins/mailpoet/generated/FreeCachedContainer.php(2636): MailPoetGenerated\FreeCachedContainer->getSubscribersRepositoryService() #4 /htdocs/wp-content/plugins/mailpoet/vendor-prefixed/symfony/dependency-injection/Container.php(122): MailPoetGenerated\FreeCachedContainer->getInitializerService() #5 /htdocs/wp-content/plugins/mailpoet/vendor-prefixed/symfony/dependency-injection/Container.php(110): MailPoetVendor\Symfony\Component\DependencyInjection\Container->make('MailPoet\\Config...', 1) #6 /htdocs/wp-content/plugins/mailpoet/lib/DI/ContainerWrapper.php(39): MailPoetVendor\Symfony\Component\DependencyInjection\Container->get('MailPoet\\Config...') #7 /htdocs/wp-content/plugins/mailpoet/mailpoet_initializer.php(89): MailPoet\DI\ContainerWrapper->get('MailPoet\\Config...') #8 /htdocs/wp-content/plugins/mailpoet/mailpoet.php(194): require_once('/htdocs/wp-cont...') #9 /htdocs/wp-settings.php(526): include_once('/htdocs/wp-cont...') #10 /htdocs/wp-config.php(85): require_once('/htdocs/wp-sett...') #11 /htdocs/wp-load.php(50): require_once('/htdocs/wp-conf...') #12 /htdocs/wp-blog-header.php(13): require_once('/htdocs/wp-load...') #13 /htdocs/index.php(17): require('/htdocs/wp-blog...') #14 {main} thrown in /htdocs/wp-content/plugins/mailpoet/generated/FreeCachedContainer.php on line 3701