Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • OK, I think I’ve found a fix:
    1/ open ‘postie-functions.php’ in /wp-content/plugins/postie
    2/ edit the following on line 56:
    CHANGE
    'post_title' => $subject,
    TO
    'post_title' => preg_replace("/'/","\'",$subject),

    It works for me! 🙂

    -John

    Hi,
    I’ve just experienced this too and quickly realised that it’s due to the presence of an apostrophe in the title, which messes with the database INSERT statement somewhere in core, I suspect. There probably is a wrapper function that should be used that isn’t in this plug-in?

    Anyway, this is my hunch and hope this leads to someone more knowledgeable of the plug-in / core code to resolve the problem?

    -John

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