• Resolved croc920

    (@croc920)


    WordPress 6.3, PHP 8.1.22

    [09-Aug-2023 15:33:02 UTC] PHP Fatal error:  Uncaught TypeError: Unsupported operand types: string * int in /wp-includes/functions.php:76
    Stack trace:
    #0 /wp-content/plugins/connections/includes/settings/class.options.php(110): current_time('timestamp')
    #1 /wp-content/plugins/connections/includes/class.connections-directory.php(238): cnOptions->__construct()
    #2 /wp-content/plugins/connections/connections.php(68): Connections_Directory::instance('...')
Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Steven

    (@shazahm1hotmailcom)

    The error seems to be originating from WordPress … Connections is simply calling a core WordPress function [current_time()] with a supported parameter type [timestamp].

    it seems this has been reported at least once on the WordPress issue tracker:

    The reporting user was able to resolve the issue by changing their timezone setting and changing it back. I suggest giving that a try.

    I hope this helps; please let me know.

    Thread Starter croc920

    (@croc920)

    Thank you for the quick reply. I’ll try that and report back.

    Thread Starter croc920

    (@croc920)

    Thanks again for pointing me to the right direction. That did the trick.

    Plugin Author Steven

    (@shazahm1hotmailcom)

    Great to hear that resolved the issue and you are back up and running.

    Have a great day!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Upgrade to WordPress 6.3 throws fatal PHP error’ is closed to new replies.