PHP notice for unserialize() in singlestore.php
-
Version 1.6.1 on trunk is giving a PHP error notice:
Notice: unserialize(): Error at offset 0 of 95 bytes in /Users/kwight/Sites/trunk/src/wp-content/plugins/keyring/includes/stores/singlestore.php on line 170
It looks like
get_token()
insinglestore.php
is sometimes getting passedid
as an array rather than an integer, but I couldn’t figure out where it was coming from.array(2) { ["type"]=> string(6) "access" ["id"]=> array(1) { [0]=> int(2998) } }
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘PHP notice for unserialize() in singlestore.php’ is closed to new replies.