Identical error. Please fix asap. Thanks!
Details below (sorry, some text is in Cyrillic):
Подробности ошибки
===================================
Ошибка с типом E_ERROR возникла на строке 85 файла …/wp-content/plugins/forminator/library/fields/captcha.php. Сообщение об ошибке: Uncaught ValueError: Unknown format specifier ” ” in …/wp-content/plugins/forminator/library/fields/captcha.php:85
Stack trace:
#0 …/wp-content/plugins/forminator/library/fields/captcha.php(85): sprintf(‘\xD0\xAD\xD1\x82\xD0\xBE\xD1\x82 \xD1\x81\xD0\xB0\xD0\xB9…’, ‘
Hi @batova,
Sorry to know that you are experiencing this issue.
However, I was unable to replicate this at my end using a test website. Can you please share an export of the form that you noticed the issue with so that we could check this at our end? Please use a service like pastebin.com or Google Drive to share the export of the file.
I hope the following documentation comes in handy: https://wpmudev.com/docs/wpmu-dev-plugins/forminator/#import-export
@pancheshnyi Wouldn’t you mind please open a separate ticket so that we could help you further?
Kind Regards,
Nebu John
Thread Starter
batova
(@batova)
Hi, Nebu John. Thank you for your reply. I couldn’t export any form because the issue that I mentioned does not relate to the form but relates to the Forminator plugin itself. I can’t even use Forminator plugin.
Best regards,
Nataly Batova
Sorry, I have no time now and had to make a quick fix in plugins/forminator/library/fields/captcha.php:85, see below in bold. It seems to fix the problem. Can it be due to Russification that seems to be the case for Nataly as well?
/**
* Field defaults
*
* @since 1.0
* @return array
*/
public function defaults() {
return array(
'captcha_provider' => 'recaptcha',
'captcha_type' => 'v2_checkbox',
'hcaptcha_type' => 'hc_checkbox',
'score_threshold' => '0.5',
'captcha_badge' => 'bottomright',
'hc_invisible_notice' => '',
'recaptcha_error_message' => esc_html__( 'reCAPTCHA verification failed. Please try again.', 'forminator' ),
'hcaptcha_error_message' => esc_html__( 'hCaptcha verification failed. Please try again.', 'forminator' ),
);
}
I have the same error on my websites, also Russian 🙁
The correction from @pancheshnyi didn’t help 🙁
Hi @batova,
I couldn’t export any form because the issue that I mentioned does not relate to the form but relates to the Forminator plugin itself.
Thank you for providing additional details. Since I wasn’t able to reproduce the issue on my end, it’s possible that there is a conflict with a plugin, theme, or server configuration that is causing the problem. Can you please perform a complete conflict test and let us know the results so that we could help you further?
I hope the following flowchart comes in handy: https://wpmudev.com/wp-content/uploads/2015/09/Support-Process-Support-Process.gif
@fidukoff It is recommended not to modify the plugin files without identifying the exact cause of the issue. Can you please open a separate ticket so that we could help you better?
Kind Regards,
Nebu John
Thread Starter
batova
(@batova)
Hi, Nebu John,
thank you for your reply. I ran the conflict test following the instructions that you provided in the flowchart. But everything remained the same. I had to go for another form builder.
Sorry, I really liked working with Forminator.
Best regards,
Nataly Batova
The problem with the plugin was solved by changing the site language to English. Formator does not work if the Russian language for the site is set.
Hi @batova
We are aware now of that bug and our developers are working on a fix which will be available in next update. We apologize for the inconvenience.
Kind Regards,
Kris
Damn! Because Russian language is switched on? Why? What about other languages?
Probably you looking for:
$ wp language core activate en_US
Hi @justsmilepeople
This has nothing to do directly with language being Russian but to the character encoding of some of Cyrillic characters – which happen to be used in Russian.
It’s character encoding related and it is a bug in the plugin already known to our developers. I don’t have ETA yet but there will be a fix included in one of future releases.
Kind regards,
Adam
Thank you for quick reply. If you will know how to fix that issue even before update, kindly let us know. that mean we can still use fulminator instead build in kadence-forms. Thank you for understanding
Hi @justsmilepeople
Unfortunately, I don’t have solution for now, I’m sincerely sorry about that.
I understand that it’s a major issue and I hope our Forminator Team will be able to sort it out soon but as of now – I’m afraid we need to wait for the fix to be included in one of upcoming releases (I don’t have an ETA yet, unfortunately).
Kind regards,
Adam