adrienthiery
Forum Replies Created
-
Forum: Plugins
In reply to: [Event Tickets and Registration] Webhooks not validatingConsidering there has been no follow-up on this, I had to create a normally unnecessary dummy plugin helping those not able to access wp-config.php (like anyone using wordpress.com) to implement the workaround.
Not being an expert wordpress developer, I’m not sure the way I do it is “safe”, but if it can help someone out there, here you go:
https://github.com/adrienthiery/events-tickets-stripe-secret-validation-fixer/tree/main
Forum: Plugins
In reply to: [Event Tickets and Registration] Webhooks not validatingHi there,
I’m having the same issue on a site hosted on wordpress.com, which means I cannot edit the wp-config.php file.
Any other known workaround?
I see in the JS console the following error:
On admin page load:caught SyntaxError: Unexpected token 'export' (at ky.min.js?ver=5.0.15:8:207)
tec-ky.js?ver=5.0.15:1 Uncaught SyntaxError: Cannot use import statement outside a module (at tec-ky.js?ver=5.0.15:1:1)On click of the “save” button:
caught (in promise) TypeError: Cannot read properties of undefined (reading 'post') at obj.initiateValidation (webhooks.min.js?ver=5.5.10:11:1307) at obj.onSigningFieldChange (webhooks.min.js?ver=5.5.10:11:2149) at HTMLInputElement.dispatch (jquery.min.js:2:43184) at y.handle (jquery.min.js:2:41168) o
I tried following the steps here (https://wordpress.org/support/topic/changing-signing-secret-for-stripe-fails-silently-fix/) but no luck.
Also, I’m using Divi as a theme, which is one of the most popular themes out there, so I’m out of ideas.
Small update here, it seems to really have to do with the DB more than the code itself.
By importing the “prod” DB into my local, I managed to reproduce it locally… (which was not the case before).
Any idea what in the DB could create that issue ? (I know WordPresses DB is everything and nothing at the same time but who knows…)
Also, the problem happens also on a new blank page.
https://k-ba.fr/wp-content/uploads/new-blank-page-error.jpg
- This reply was modified 5 years, 6 months ago by adrienthiery.
Hi @jeherve ,
The contact form is indeed enabled on the site, but I think one of the loaded plugins is breaking the JS and therefore never loads the code for the contact form plugin code.
I have a few other plugins :
– BNP Paribas – Mercanet for payment
– Fake pay for WooCommerce
– K ba Blocks
– WooCommerce
– WooCommerce blocks
– WooCommerce PDF Invoices & Packing slips
– WooCommerce services
– WPS Hide Login
– Yoast SEOHowever I tried to disable and re-enable all plugins and as soon as I have Jetpack and my blocks on, the image core blocks are failing and only the Jetpack’s “Opening times” block is available
See : http://k-ba.fr/wp-content/uploads/k-ba-blocks.jpg
Jetpack add block : http://k-ba.fr/wp-content/uploads/jetpack-add-block.jpg
Activated jetpack modules : http://k-ba.fr/wp-content/uploads/activated-jetpack.jpgThere you go, sir : http://k-ba.fr/wp-content/uploads/k-ba-blocks.zip
Thanks a lot for the help
Hi there,
You can find the source code Here: https://bitbucket.org/adrienthiery/k-ba-blocks
Is that enough ? Or would you like a packaged plugin?
The site is https://k-ba.fr and the plugin causing an issue is the one I created for creating custom gutenberg blocks (so, I’m the developer).