I updated the plugin to version 3.1.6 and now I can see bar chart values when hovering the mouse pointer over them, that didn’t work previously. Thank you very much.
Regarding the error when accessing the CHARTS menu option in the Admin Panel, it’s still showing a Critical error when trying to access it. WordPress sent me a detail of the error:
′When seeking help with this issue, you may be asked for some of the following information:
WordPress version 5.7
Current theme: Tempera (version 1.7.2)
Current plugin: WP Business Intelligence (version 3.1.6)
PHP version 7.4.15
Error Details
=============
An error of type E_ERROR was caused in line 662 of the file /home2/opistobr/public_html/wp-content/plugins/wp-business-intelligence-lite/vendor/illuminate/database/Connection.php. Error message: Uncaught PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'opistobr_mUHqxI.wp_wpbi_grouped_bar_charts' doesn't exist in /home2/opistobr/public_html/wp-content/plugins/wp-business-intelligence-lite/vendor/illuminate/database/Connection.php:319
Stack trace:
#0 /home2/opistobr/public_html/wp-content/plugins/wp-business-intelligence-lite/vendor/illuminate/database/Connection.php(319): PDO->prepare('select * from ′...')
#1 /home2/opistobr/public_html/wp-content/plugins/wp-business-intelligence-lite/vendor/illuminate/database/Connection.php(655): Illuminate\Database\Connection->Illuminate\Database\{closure}(Object(Illuminate\Database\MySqlConnection), 'select * from ′...', Array)
#2 /home2/opistobr/public_html/wp-content/plugins/wp-business-intelligence-lite/vendor/illuminate/database/Connection.php(618): Illuminate\Database\Connection->runQueryCallback('select * from ′...', Array, Object(Closure))
#3 /home2/opistobr/public_html/wp-content/plugins/wp-business-intelligence-lite/vendor/illumina
This error mentions a missing table in the database:
- wp_wpbi_grouped_bar_charts
The only existing tables are these:
- wp_wpbi_bar_charts
- wp_wpbi_database_connections
- wp_wpbi_datatables
- wp_wpbi_phinx_log
- wp_wpbi_pie_charts
- wp_wpbi_queries3