[ad_1]
Hi @jonoman1,
WPCode has a built-in error-protection system that disables snippets that throw a fatal error.
From what you are describing I would look at the list of snippets and inspect the snippet right above the 2 snippets that remain active, that is likely the one causing the error.
If you can’t spot the issue directly I would try to look at the server PHP error logs.
Usually, this behaviour happens when your snippet doesn’t have an obvious error (like a syntax error) but throws an error later, like when a hook is called.
We are going to improve the error logging in the future to make it easier to spot these errors.
