My apache2 error log is growing huge with these 2:
WordPress database error Table 'hubbledata.wp_addingblocks' doesn't exist for query SELECT * FROM wp_addingblocks WHERE enabled='1' made by require, require_once, include, get_header, locate_template, load_template, require_once, wp_head, do_action, call_user_func_array, addingblocks_css
WordPress database error Table 'hubbledata.wp_addingblocks' doesn't exist for query SELECT * FROM wp_addingblocks WHERE enabled='1' made by require, require_once, include, get_footer, locate_template, load_template, require_once, do_action, call_user_func_array, addingblocks_html
Apparently this dosen't visibly affects my site, but apache2 records this error to every ip.
What I understand from this error is that I need wp_addingblocks table.
Can you help me please?