• Resolved alphagood

    (@alphagood)


    Hi! i see mistake on ,y website, what i need do?

    Warning: sprintf(): Too few arguments in /home/host1842174/alpha-good.com/htdocs/www/wp-content/plugins/forminator/library/fields/captcha.php on line 85

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Support Nithin – WPMU DEV Support

    (@wpmudevsupport11)

    Hi @alphagood,

    The log that you have pointed out is more of a warning, it shouldn’t be affecting the workflow of the website or the plugin.

    If the warning messages are showing up when you load the website then it would appear that you have debug log enabled.

    Please note that debug mode is meant to be enabled during website development. To prevent the warning logs showing up in the frontend then you can disable the debug log by changing the line inside the wp-config.php file, ie from:

    define( 'WP_DEBUG', true );
    

    To:

    define( 'WP_DEBUG', false );
    

    I tested in my system but I’m not able to exactly replicate such a log. I’ll make sure to bring the logs to our developer’s attention to check and confirm if there are any improvements needed on the plugin side to remove such warnings.

    Best Regards,

    Nithin

    Plugin Support Nithin – WPMU DEV Support

    (@wpmudevsupport11)

    Hi @alphagood,

    Our developers tried to replicate the logs but it worked fine, neither we do see any issues specifically in the plugin file which would generate such a log.

    Possible to also share the form export so that we could have a better idea on whether the logs could be replicated or not?

    Please check the following doc on how to export a form:
    https://wpmudev.com/docs/wpmu-dev-plugins/forminator/#import-export

    If you are concerned about any sensitive information in the form, then you can duplicate your form, remove any sensitive information, and then export it.

    You can share the export file via Google Drive, Dropbox or any cloud services in the next reply.

    Looking forward to your response.

    Kind Regards,
    Nithin

    Hello guys, I have the same problem. Today my site was 6 hours down… and after I’ve turn errorLog on Hostinger, it does work and showed me that.

    Warning: sprintf(): Too few arguments in /home/u406992337/domains/tourkey.live/public_html/wp-content/plugins/forminator/library/fields/captcha.php on line 85

    google drive to my exported 4 forms

    https://drive.google.com/drive/folders/11V880KvcqOzWkGFDdWjf7h5gYJRRX3lk?usp=sharing

    Thread Starter alphagood

    (@alphagood)

    Plugin Support Saurabh – WPMU DEV Support

    (@wpmudev-support7)

    Hi @alphagood , @karlinzz77

    I imported the forms but was not able to reproduce the error in my lab sites. Could you please help with some additional details about your sites configurations? We need to know the language used in the backend of the site, recently it has been reported some languages files may affect how forms are handled in the backend. This information will be very valuable.

    @karlinzz77

    Could you help us create a separate ticket so we can handle both cases with more specific steps? You can create your ticket in this link:

    https://wordpress.org/support/plugin/forminator/#new-topic-0

    Kind regards

    Luis

    Thread Starter alphagood

    (@alphagood)

    HI, thank you, you are right. I had russian language. I change on english and mistake is gone. Thank you

    Plugin Support Saurabh – WPMU DEV Support

    (@wpmudev-support7)

    Hi @alphagood

    Thanks for confirming that changing the language helped. The team is already working on a fix for this issue and it will be implemented in upcoming updates.

    Your patience and understanding on this matter is very appreciated.

    Kind regards

    Luis

    Same issue – same solution.

    My wordpress also was on russian , changing language solved this error.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Mistake Warning: sprintf(): Too few arguments’ is closed to new replies.