ewd910
Forum Replies Created
-
Hi @serge00 ,
The filters were not an issue, the requests were correctly being marked as spam and responding with the Registration Denied status, however the registration was still going through and the users were added to the databaseYes, that was it, thanks. For anyone else with this issue, the nonce wasn’t updating after the password change, the
$_COOKIE
var has to be updated directly rather than relying on the WordPress implementation. I found this stackoverflow post useful –
https://wordpress.stackexchange.com/questions/377570/identical-wp-rest-nonce-returned-from-rest-apiI’m having the same issue, my site is flooded with spam registrations from the python-requests user agent. My cleantalk dashboard is saying registration denied, but they are still getting into the db, and a registration approval email is being sent to admins. I have a custom PHP handler for
admin_post_user_register_form
maybe that has something to do with it.Experiencing the same thing with the cover block
Forum: Plugins
In reply to: [Page Builder Gutenberg Blocks – CoBlocks] PHP errorthanks!
Forum: Plugins
In reply to: [Page Builder Gutenberg Blocks – CoBlocks] PHP errorSure,
PHP 8.0
WordPress 6.3.2
CoBlocks 3.1.4Forum: Plugins
In reply to: [New User Approve] PHP 8 Compatibiltiy?Thanks!
Forum: Plugins
In reply to: [Spectra - WordPress Gutenberg Blocks] Deprecated notice on PHP 8.1When will this be resolved? turning off wp_debug is not a solution
Forum: Plugins
In reply to: [Smart Slider 3] PHP Fatal error on pagesI will look into this, however even if this is the case it shouldn’t cause a fatal error on the page it’s on, that should be fixed
Forum: Plugins
In reply to: [Page Builder Gutenberg Blocks – CoBlocks] Fatal error on form submissionHi, thanks for the help, turns out that the from address and from name weren’t being set correctly. Works fine after that was resolved
Forum: Plugins
In reply to: [Page Builder Gutenberg Blocks – CoBlocks] Fatal error on form submissionHi again, we are already testing on 3.1.2, this resolves the fatal error but does not submit the form.
Forum: Plugins
In reply to: [Page Builder Gutenberg Blocks – CoBlocks] Fatal error on form submissionHi @paranoia1906 , there are no additional blocks in the form, It’s a pretty simple form. Now there is no fatal error but the form doesn’t submit and the email is not sent to the recipient address. Here is a screenshot of the form
https://imgur.com/QzaG1HuThat was it, thanks!
Ever since updating my website to PHP 8.1 (I had to due to my web host) Spectra has been a mess. I can’t even get into the editor on some pages with Spectra enabled, just get a blank screen and a ton of react errors in the console. I hope they sort this out soon, we use a lot of spectra blocks but we’re in the process of replacing all of them
Forum: Fixing WordPress
In reply to: PHP 8.1 wordpress core deprecationsYou’re right, it was another plugin. Thanks