• Hi,

    There is a SQL error with post tile with “‘” character,

    to fix it, in related .php, find

    $stuff = addslashes($post->post_title);

    and replace by

    $post->post_title = addslashes($post->post_title);

  • The topic ‘Bad SQL request: Bug Fix’ is closed to new replies.