PHP Notice: unserialize(): Error at offset
-
I’m getting a lot of these PHP notices (WP_DEBUG=true), when renaming and re-titling at once a bunch of images:
PHP Notice: unserialize(): Error at offset 13010 of 13032 bytes in D:\domains\wp.mydomain.com\wp-content\plugins\phoenix-media-rename\class-media-rename.php on line 255
The incumbent line:
static function unserialize_deep($var) { while ( is_serialized($var) ) { 255: $var = unserialize($var); } return $var; }
Related Discussion of a possible fix.
Thanks.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘PHP Notice: unserialize(): Error at offset’ is closed to new replies.