Hi pierregarciabarre,
Try deactivating and activating the plugin once, and create a new table widget and check if it is solved.
Thanks
deactivating and activating the plugin, no resolved Error Message: DataTables warning: table id=DataTables_Table_0 – Invalid JSON response. For more information about this error, please see http://datatables.net/tn/1
Hi,
Please contact us via our mail admin@blocksera.com, send the details for us to access, we will fix the issue. Thanks
Hi
A plugin function causes the problem.We deactivated it and now the error does not appear.I inform you to see if you can analyze it
function restrict_access_admin_panel(){ global $current_user; get_currentuserinfo(); if ($current_user->user_level < 2) { wp_redirect( get_bloginfo(‘url’) ); exit; }}add_action(‘admin_init’, ‘restrict_access_admin_panel’, 1);
Hi,
I also have same problem:
DataTables warning: table id=DataTables_Table_0 – Invalid JSON response. For more information about this error, please see http://datatables.net/tn/1
– Appears only with type “table”. Ticker works well