• Resolved andrewbembridge

    (@andrewbembridge)


    I’m trying to figure out why I’m getting this error on Site Reviews plugin WordPress:

    The form could not be submitted. Please notify the site administrator.

    Logs show:

    [2025-03-11 17:02:18] ERROR [Modules\Validator\ValidateForm:109] Validator not found [GeminiLabs\SiteReviews\Modules\Validator\FriendlycaptchaValidator]
    [2025-03-11 17:02:18] ERROR [Modules\Encryption:51] sodium_crypto_secretbox(): Argument #2 ($nonce) must be SODIUM_CRYPTO_SECRETBOX_NONCEBYTES bytes long
    [2025-03-11 17:02:18] ERROR [Modules\Encryption:21] sodium_crypto_secretbox_open(): Argument #2 ($nonce) must be SODIUM_CRYPTO_SECRETBOX_NONCEBYTES bytes long
    [2025-03-11 17:02:18] INFO [Modules\Validator\ValidatorAbstract:43] The form signature could not be verified.
    [2025-03-11 17:02:42] ERROR [Modules\Validator\ValidateForm:109] Validator not found [GeminiLabs\SiteReviews\Modules\Validator\FriendlycaptchaValidator]
    [2025-03-11 17:02:42] ERROR [Modules\Encryption:51] sodium_crypto_secretbox(): Argument #2 ($nonce) must be SODIUM_CRYPTO_SECRETBOX_NONCEBYTES bytes long
    [2025-03-11 17:02:42] ERROR [Modules\Encryption:21] sodium_crypto_secretbox_open(): Argument #2 ($nonce) must be SODIUM_CRYPTO_SECRETBOX_NONCEBYTES bytes long
    [2025-03-11 17:02:42] INFO [Modules\Validator\ValidatorAbstract:43] The form signature could not be verified.

Viewing 1 replies (of 1 total)
  • Plugin Contributor Paul

    (@pryley)

    1) Are you using the latest version of Site Reviews?

    2) Check the NONCE_KEY and NONCE_SALT values in your wp-config.php file and compare the length of these values to those generated here: https://api.ww.wp.xz.cn/secret-key/1.1/salt/

    Do they exist in your wp-config.php file? Does the length of them look correct?

    3) What version of PHP are you using?

    • This reply was modified 1 year, 2 months ago by Paul.
Viewing 1 replies (of 1 total)

The topic ‘Review Submission Error’ is closed to new replies.