• Whenever someone creates a new post on my site BadgeOS goes crazy. When badgeos_new_post triggers BadgeOS creates a new post on the site for some reason. This then triggers badgeos_new_post again. This then cycles through, over and over, until there are 1000s of pages and 1000s of Buddypress Notifications. The only way to stop it is restarted the apache2 process on the server. How can this be fixed?

    I could prevent this by disabling BadgeOS’s page/post triggers, but that removes an important piece of BadgeOS.

Viewing 1 replies (of 1 total)
  • jomo

    (@jonathanmoorebcsorg)

    I’ve seen this type of thing with Postman SMTP with a different plugin: if something in your save_post chain is actually saving a post and therefore triggering another save_post, any components which are not written carefully may trigger a recursive loop.
    (in the case of Postman, the act of saving an email as a post triggers this, it sounds like your BuddyPress notifications may be a similar issue).

Viewing 1 replies (of 1 total)
  • The topic ‘Serious Site Crashing Issue’ is closed to new replies.