• Resolved Dan Atrill

    (@djadan)


    Hi,

    I tried to change PHP version to 8.2 (from 7.40 and got a fatal error:

    When seeking help with this issue, you may be asked for some of the following information:
    WordPress version 6.7.1
    Active theme: Qua (version 1.0.0)
    Current plugin: All in One SEO (version 4.7.7.2)
    PHP version 7.4.33

    Error Details
    =============
    An error of type E_ERROR was caused in line 1031 of the file /home/sarahannant/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Traits/Options.php. Error message: Uncaught Error: Call to undefined function AIOSEO\Plugin\Common\Traits\json_decode() in /home/website/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Traits/Options.php:1031

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author arnaudbroes

    (@arnaudbroes)

    Hey @djadan,

    That’s a bizarre error because json_decode is a built-in PHP function so it should always be registered (see https://www.php.net/manual/en/json.installation.php).

    As of PHP 8.0.0, the JSON extension is a core PHP extension, so it is always enabled.

    Was this a one-time error or did it persist across consecutive page loads? If it was a one-time thing, you should be able to ignore it.

    Plugin Support Shivam Tyagi

    (@shivamtyagi)

    Hi @djadan ,

    We haven’t heard back from you in a couple of days. I’m going to go ahead and close this thread for now. But if you’d like us to assist, please feel welcome to continue the conversation.

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.