• Resolved flk73

    (@flk73)


    Hi,
    I found an error in sql request on file includes/gedshow_db_handler.php using Version 2.1.0

    Lines 174 and 176 on the request
    $Results = $wpdb->get_results($wpdb->prepare(“SELECT , COUNT() totalcount FROM $names_tbl WHERE living LIKE ‘N’ AND LEFT(surname,1)= %s GROUP BY surname ASC”, $letter));

    Need to remove ASC at the end of the request.

    Best Regards

    Franck

    • This topic was modified 1 year, 6 months ago by flk73.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Request Error’ is closed to new replies.