• Resolved francoc30

    (@francoc30)


    Hi,
    Yesterday, I discovered a new php fatal error message in my server log. This is the first time I saw this, and do not know what it means and its significance.
    <<
    PHP Fatal error: Uncaught Error: Class ‘ParagonIE_Sodium_Core32_Curve25519’ not found in /server_path/public_html/test/wp-includes/sodium_compat/src/Core32/Ed25519.php:10
    Stack trace:
    #0 {main}
    thrown in /server_path/public_html/test/wp-includes/sodium_compat/src/Core32/Ed25519.php on line 10
    >>

    I checked the Ed25519.php file and in line 10:
    abstract class ParagonIE_Sodium_Core32_Ed25519 extends ParagonIE_Sodium_Core32_Curve25519

    To me the said class is defined.

    Can someone helps please.

Viewing 8 replies - 1 through 8 (of 8 total)
  • Moderator t-p

    (@t-p)

    What lead to this error? Update WP/theme/plugin/ etc.?

    Thread Starter francoc30

    (@francoc30)

    The last time I update two plugins was 2022-03-24 (NextGen Gallery and Astra Widget). But the error message was logged in at 20220328T021355. There are actually two instances of the same message. I am still on WP 5.8.4 though.

    Moderator t-p

    (@t-p)

    Try manually resetting your plugins (no Dashboard access required). If that resolves the issue, reactivate each one individually until you find the cause.

    If that does not resolve the issue, access your server via SFTP or FTP, or a file manager in your hosting account’s control panel, navigate to /wp-content/themes/ and rename the directory of your currently active theme. This will force the default theme to activate and hopefully rule-out a theme-specific issue (theme functions can interfere like plugins).

    Thread Starter francoc30

    (@francoc30)

    Thanks T-P. Even though the error message appeared in the error log. I have not seen any adverse effects in the front end and back end, as far as I can tell. The website is still functioning as before. At this time no more such message appears in the error log.

    Moderator t-p

    (@t-p)

    At this time no more such message appears in the error log.

    Glad to know ??

    Thread Starter francoc30

    (@francoc30)

    What other stuff I have to look at for the cause, other than theme/plugins conflict?

    What PHP version are you using?

    Thread Starter francoc30

    (@francoc30)

    7.4.10

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘ParagonIE_Sodium_Core32_Curve25519 not found’ is closed to new replies.