Closed GoogleCodeExporter closed 9 years ago
I can confirm this with a freshly installed WP 2.8.1 and SK from SVN head as of
yesterday. Also SK is reporting all payloads as fake.
Original comment by goo...@gnifty.net
on 17 Jul 2009 at 11:55
Aaaargh, this was a pain. It's the kind of bug that's so hard to see even when
you
are staring at it. I believe this is the result of a mistake when converting to
non-version-numbered SK settings tables.
I don't have time to create a patch just now, but search the following file:
sk2/sk_util_class.php
for this line (near the top):
$this->$this_group = get_option('sk2_' . $this_group);
And just remove the number 2:
$this->$this_group = get_option('sk_' . $this_group);
Life will be better. :)
Original comment by goo...@gnifty.net
on 18 Jul 2009 at 3:07
Patch attached.
Original comment by goo...@gnifty.net
on 18 Jul 2009 at 5:15
Attachments:
Original comment by stephen....@gmail.com
on 21 Jul 2009 at 5:31
Original issue reported on code.google.com by
stephen....@gmail.com
on 14 May 2009 at 5:33