Another PHP error
-
Hi, another error from PHP log:
Hi, another error just popep-up:
WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near ‘}.term_id = 332
/* */
order by wp_terms.name
/* —————— /home/keen’ at line 20 for query /* —————— /home/keengamer/public_html/wp-content/plugins/404-solution/includes/sql/getPublishedCategories.sql BEGIN —– */
select wp_terms.term_id,
wp_terms.name,
wp_term_taxonomy.taxonomy,
wp_term_taxonomy.count
from vfgru_terms wp_terms
left outer join vfgru_term_taxonomy wp_term_taxonomy
on wp_terms.term_id = wp_term_taxonomy.term_id
/* the recognizedCategories variable holds user defined taxonomies */
where ( wp_term_taxonomy.taxonomy = ‘category’ or lower(wp_terms.name) in (”)
or lower(wp_term_taxonomy.taxonomy) in (”) )
and wp_term_taxonomy.count >= 1
/* only include this line if an ID has been specified. e.g.
and wp_terms.term_id = 74
*/ and {wp_terms}.term_id = 332
/* */
order by wp_terms.name
/* —————— /home/keengamer/public_html/wp-content/plugins/404-solution/includes/sql/getPublishedCategories.sql END —– */
made by require_once(‘wp-admin/admin.php’), do_action(‘settings_page_abj404_solution’), WP_Hook->do_action, WP_Hook->apply_filters, ABJ_404_Solution_View::handleMainAdminPageActionAndDisplay, ABJ_404_Solution_View->echoChosenAdminTab, ABJ_404_Solution_View->echoAdminEditRedirectPage, ABJ_404_Solution_PluginLogic->getPageTitleFromIDAndType, ABJ_404_Solution_DataAccess->getPublishedCategories
The topic ‘Another PHP error’ is closed to new replies.