Error wp_js_ticket_slug’ doesn’t exist with 2.6.0
-
Had been working fine. When updated to 2.6.0 on 26-Jan-22, every day since I get a large number of errors every day, all the same trying to access a table that doesn’t exist. Today I’ve already had 314 identical errors:
database error Table ‘wordpress_b.wp_js_ticket_slug’ doesn’t exist for query SELECT slug AS value FROM
wp_js_ticket_slug
made by require(‘wp-blog-header.php’), require_once(‘wp-includes/template-loader.php’), do_action(‘template_redirect’), WP_Hook->do_action, WP_Hook->apply_filters, redirect_canonical, apply_filters(‘redirect_canonical’), WP_Hook->apply_filters, jsst_redirect_canonical, JSSTslugModel->getRedirectCanonicalArray, QM_DB->queryThere is no line number or file referenced in the error. I can confirm the table wp_js_ticket_slug does not exist.
- The topic ‘Error wp_js_ticket_slug’ doesn’t exist with 2.6.0’ is closed to new replies.