PHP Fatal error: Uncaught TypeError: unserialize()
-
Hi, This came up today:
[17-Aug-2023 10:59:06 UTC] PHP Fatal error: Uncaught TypeError: unserialize(): Argument #1 ($data) must be of type string, array given in /home/wp-content/plugins/basepress/includes/class-basepress-utils.php:1125
It only occurs if I use a persistent object cache (or more specifically, I am using Docket Cache. Apparently, the values of the options as stored in the cache get unserialized while still being linked/referenced to the cache or are stored before being serialized or something.
Thanks
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘PHP Fatal error: Uncaught TypeError: unserialize()’ is closed to new replies.