• So I just updated to 2.1.31; comment handling now seems to be working 🙂

    But unfortunately, there’s yet another problem: examining the commentmeta table, there are now a bunch of entries like this:

    (32845, 26816, ‘“akismet_result”’, ‘1’),

    I’m guessing that this was supposed to be something like:
    (32541, 26723, ‘akismet_result’, ‘false’),

    It is only wordbooker-imported comments that have this garbled ““akismet_result— value.

    http://wordpress.org/extend/plugins/wordbooker/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Steve

    (@steveatty)

    It looks like something has upset the character encoding in the wordbooker_comments.php file.

    If you look at line 215 you’ll see the quotes round the text are wrong – they actually show up as the wrong colour in Geany.

    Thread Starter JK

    (@justin_k)

    It actually isn’t an encoding problem – those just aren’t quotes, they’re special characters.

    “ != ”

    Plugin Author Steve

    (@steveatty)

    Well I’ve no idea how or when that happened!

    Plugin Author Steve

    (@steveatty)

    I’ll work on a bit of code to fix the existing data and I’ll push an updated release of both the Beta and 2.1.x streams once I’ve worked it out.

    Thread Starter JK

    (@justin_k)

    k

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Comment Handling & Akismet Entries’ is closed to new replies.