Viewing 1 replies (of 1 total)
  • Thread Starter Aeroclub de Creil

    (@aeroclub-de-creil)

    It seems to work better with this modification :

    • class/members.php
    • line 236
    • function where()
    //list
      if(!empty($this->list)) {
        //$this->q .= " and d.meta_key='_tern_wp_member_list' and d.meta_value='$this->list' ";
        $this->q .= " and d.meta_key='_tern_wp_member_list' and d.meta_value = '" . addslashes( $this->list ) . "' ";
      }
Viewing 1 replies (of 1 total)
  • The topic ‘WP database SQL syntax error: Apostrophe in list name’ is closed to new replies.