okrawi
Forum Replies Created
-
Forum: Plugins
In reply to: [Multilingual Contact Form 7 with Polylang] Plugin stopped workingThank you for your support anyways.
Forum: Plugins
In reply to: [Multilingual Contact Form 7 with Polylang] Plugin stopped workingHey, if the problem is with Polylang, why is no one else facing this issue? And why did it start now? And why does it go away when I disable this plugin?
I tried editing the wp-config.php and added
define( 'WP_DEBUG_DISPLAY', false );
But it had no effect! I had to go into the Polylang plugin and edit the code inside to fix it by adding
[\AllowDynamicProperties]
Above the class declaration of the /polylang/include/language.php file.
This is not an ideal fix as plugins are constantly updated and the code might be lost or forgotten.Do you have another suggestion please?
Forum: Plugins
In reply to: [Multilingual Contact Form 7 with Polylang] Plugin stopped workingHi @andreasmuench,
Many thanks for your support. Can you tell me how to achieve that or link me to an article that explains it?
Forum: Plugins
In reply to: [Multilingual Contact Form 7 with Polylang] Plugin stopped workingI have activated the plugin, please test it on the link I sent and let me know.
Forum: Plugins
In reply to: [Multilingual Contact Form 7 with Polylang] Plugin stopped workingHi @andreasmuench ,
Thank you for the fast reply.
We hadn’t changed anything in the site when this happened. About two weeks ago we switched our hosting to Hostinger, and it was working then. Then it stopped working sometime during last week. That’s the only recent change that we did. I had automatic updates on, so I’m not sure if something had updated. I’ve turned it off for all plugins.
The site is https://europe-seller.com/en/home/
I had to fix the issue quickly so I created one form for each language as a temporary fix. I can’t activate the plugin because it bricks the form and we need it open.Am I the only one facing this issue?
Forum: Plugins
In reply to: [Multilingual Contact Form 7 with Polylang] Plugin stopped workingI’m getting this error in the console when I submit. Like I said, the form is successfully sent, but the site is stuck at loading.
{code: ‘invalid_json’, message: ‘The response is not a valid JSON response.’}
Note: I’m using reCaptcha v3, and I tried disabling it and it didn’t resolve the problem.