The plugin is developed and tested on PHP 8, so it should be fully compatible.
Can you provide the message associated with the error that’s causing the site to crash?
@bungeshea it just says “There has been a critical error on this website. ” and everything is Grey
In console it does have an error that says failed to load resource server responded with a status of 500 ()
Apache error logs @bungeshea
[Thu Aug 04 16:53:29.771752 2022] [proxy_fcgi:error] [pid 28789:tid 140441068500736] [client 73.249.94.152:0] AH01071: Got error 'PHP message: PHP Warning: Use of undefined constant \xe2\x80\x98woocommerce_allow_marketplace_suggestions\xe2\x80\x99 -............f PHP) in /home/815231.cloudwaysapps.com/vhuhiuhuyf/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(484) : eval()'d code on line 1', referer: https://wordpress-815231-2798518.cloudwaysapps.com/wp-admin/post.php?post=49961&action=edit
Perhaps you could enable debugging to see a more useful error message?
The error message you posted definitemy came from one of your snippets. It looks like you have the string woocommerce_allow_marketplace_suggestions
in the snippet but it’s not quoted correctly – essentially, the code is malformed.