Quantcast
Channel: Topic Tag: Database Error | WordPress.org
Viewing all articles
Browse latest Browse all 635

database error from wp_avc_page_visit_history

$
0
0

I’m getting quite a few database errors with version 4.0.0. Here are a few sample errors:

WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ” at line 1 for query SELECT COUNT(*) AS count FROM wp_avc_page_visit_history WHERE article_id= made by include(‘wp-admin/edit-form-advanced.php’), do_meta_boxes, apvc_advanced_metaboxes_callback, get_alltimes_data_ind

And

WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ” at line 1 for query SELECT COUNT(*) as count FROM wp_avc_page_visit_history WHERE date>=’2020-08-01′ AND date<=’2020-08-31′ AND article_id= made by include(‘wp-admin/edit-form-advanced.php’), do_meta_boxes, apvc_advanced_metaboxes_callback, get_monthly_data_ind

I did not see errors before installing APC. The PluginTests also find similar errors with the plugin and could be helpful: https://plugintests.com/plugins/wporg/advanced-page-visit-counter/latest

I’m using WordPress 4.9.15, and PHP 7.2.32


Viewing all articles
Browse latest Browse all 635

Trending Articles