Title: Database Error
Last modified: May 20, 2018

---

# Database Error

 *  [Matteo Legittimo](https://wordpress.org/support/users/mattleg/)
 * (@mattleg)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/database-error-265/)
 * Hello,
    i get this error message
 * WordPress database error: [Table ‘faculty.wp_postmeta’ doesn’t exist]
 * This is my custom query, for a live search that i developed:
 *     ```
       $args = array(
               'post_type' => "faculty",
               'posts_per_page' => -1,
               'orderby' => 'title',
               'order' => 'ASC',
               'tax_query' => array(
                   array(
                       'taxonomy' => 'faculty_list',
                       'field' => 'term_id',
                       'terms' => $term_id,
                   )
               ),
               's' => $search
           );
       ```
   
 * Thanks

The topic ‘Database Error’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/acf-search_f2a756.svg)
 * [ACF: Search](https://wordpress.org/plugins/acf-search/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/acf-search/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/acf-search/)
 * [Active Topics](https://wordpress.org/support/plugin/acf-search/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/acf-search/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/acf-search/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [Matteo Legittimo](https://wordpress.org/support/users/mattleg/)
 * Last activity: [7 years, 11 months ago](https://wordpress.org/support/topic/database-error-265/)
 * Status: not resolved