• Hi,

    I’m receiving the following error in cron:

    UnsubscribeTokens: A new entity was found through the relationship 'MailPoet\Entities\NewsletterLinkEntity#queue' that was not configured to cascade persist operations for entity: MailPoet\Entities\SendingQueueEntity@17801. To solve this issue: Either explicitly call EntityManager#persist() on this unknown entity or configure cascade persist this association in the mapping for example @ManyToOne(..,cascade={"persist"}). If you cannot find out which entity causes the problem implement 'MailPoet\Entities\SendingQueueEntity#__toString()' to get a clue.
    SubscribersEngagementScore: A new entity was found through the relationship 'MailPoet\Entities\NewsletterLinkEntity#queue' that was not configured to cascade persist operations for entity: MailPoet\Entities\SendingQueueEntity@17801. To solve this issue: Either explicitly call EntityManager#persist() on this unknown entity or configure cascade persist this association in the mapping for example @ManyToOne(..,cascade={"persist"}). If you cannot find out which entity causes the problem implement 'MailPoet\Entities\SendingQueueEntity#__toString()' to get a clue.
    SubscribersCountCacheRecalculation: A new entity was found through the relationship 'MailPoet\Entities\NewsletterLinkEntity#queue' that was not configured to cascade persist operations for entity: MailPoet\Entities\SendingQueueEntity@17801. To solve this issue: Either explicitly call EntityManager#persist() on this unknown entity or configure cascade persist this association in the mapping for example @ManyToOne(..,cascade={"persist"}). If you cannot find out which entity causes the problem implement 'MailPoet\Entities\SendingQueueEntity#__toString()' to get a clue.

    This has been happening since upgrading the plugin to the version before the current one and persists on the current version also.

    Current setup:

    PHP version: 8.1.27
    MailPoet Free version: 4.41.3
    MailPoet Premium version: N/A
    MailPoet Premium/MSS key: 
    WordPress version: 6.4.2
    Database version: 8.0.35-cll-lve
    Total number of subscribers: 118

    I have no Newsletters configured, the plugin is only used to notify of new posts, but this no longer works. Could you provide a little more information on how I might follow this advice?

    If you cannot find out which entity causes the problem implement 'MailPoet\Entities\SendingQueueEntity#__toString()' to get a clue.

    Many thanks. Gavin.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Cron Error’ is closed to new replies.