Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author strictly-software

    (@strictly-software)

    Hi

    I have actually commented that out but just not had the time to re-do the plugin as I’ve had cancer and a new PC.

    The line above it should do the job anyway so that bug shouldn’t effect anything e.g the line above is

    ShowDebugAutoTag(“our new content is === ” . $newcontent);

    $sql = $wpdb->prepare(“UPDATE {$wpdb->posts} SET post_content = %s WHERE id = %d;”, $newcontent,$object->ID);

    ShowDebugAutoTag(“SQL is $sql”);

    So the other UPDATE underneath can be removed.

    Thanks

    Rob

    Thread Starter msolution

    (@msolution)

    umm,… i didn’t actually go thru the script,
    it was just conflicting with a plugin i made, …
    and throwing a fetal error on that line, so i though i’d ping u on it.

    Regards,
    M.
    PS: I hope u get ok soon, and make many more fantastic plugins. 🙂

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Strictly Auto Tags] Mysql error’ is closed to new replies.