MySQL ERROR:
Error Number: 1146
Description: Table 'pmh4145a.exp_contentblocks_lists' doesn't exist
Query: SELECT
a.action_id AS addACT,
e.action_id as editACT,
d.action_id as deleteACT,
s.action_id as saveACT,
u.action_id as updateACT,
max_listitems AS maxLI
FROM
exp_actions a
LEFT JOIN exp_actions e ON e.method = 'edit_listitem'
LEFT JOIN exp_actions d ON d.method = 'delete_listitem'
LEFT JOIN exp_actions s ON s.method = 'save_listitem'
LEFT JOIN exp_actions u ON u.method = 'update_order'
LEFT JOIN exp_contentblocks_lists ON list_name = 'default_list'
WHERE
a.method = 'add_listitem'
LIMIT 1