Hi @stimulant we where reading you before updating the plugin on our website and now we shall wait untill developers check your feedback, untill then, we can recommend you wordpress plugin: WP Rollback, so you can move back to previuos version, it works like charm.
Hopefully they check this for all of us and let us know if we can update of in they need to fix something on plugin before updating.
Cheers!
Hello, I am a paid pro user. I got in touch with them yesterday but still not a peep yet. Will let you know and thanks for the plugin recommendation!
This is just an update to say that no developer ever got in touch to help resolve this.
Hey @stimulant, are you able to provide a screenshot of those errors you mentioned? I’d love to track down what’s causing this bug.
Hi @stimulant, just wanting to follow up on this? did you have any updates for us?
Hi @stimulant, we’ve introduced a potential fix for this in version 3.4.1. If you’re able to give it a try and let us know whether it fixes things for you, that’d be fantastic.
403 when saving snippet is still happening:
“Could not update snippet. Request failed with status code 403”
Sample snippet that results in 403 when trying to saving new snippet (snippet not activated):
function custom_redirect($url) {
ob_start();
?>
<script type="text/javascript">
window.location.href = "<?php echo ($url); ?>";
</script>
<noscript>
<meta http-equiv="refresh" content="0;url=<?php echo ($url); ?>" />
</noscript>
<?php
ob_end_flush();
}
It seems to be the echo statement causing the problem. Existing snippets with echo statements still work, but altering/saving existing code that has echo, or creating a new snippet that tries to utilize echo, always results in 403 after attempting to save snippet.
I have the paid pro version and have contacted support, but they don’t seem to understand the issue yet. Perhaps the above example will help them devise a fix.
@iamkevinjohnson
Please start your own topic ( https://wordpress.org/support/plugin/code-snippets/?view=all#new-topic-0 ) instead of asking in someone else’s thread. That way we can keep things in a bit better order. So this thread is for helping the user who posted this topic almost three months ago.
I’ll leave your comment here, in case you need to refer to it.