When i try to create the "Subscription History" menu item I get this error: Error 1146 Table 'answerit_jmln15.turf_emerald_plans_groups' doesn't exist SQL=SELECT id AS value, name AS text FROM turf_emerald_plans_groups WHERE published = 1 ORDER BY name
And when I publish the "Restricter" plugin I get this error: 1146 - Table 'answerit_jmln15.turf_emerald_subscriptions' doesn't exist SQL=SELECT us.*,p.name as plan_name FROM turf_emerald_subscriptions AS us LEFT JOIN turf_emerald_plans AS p ON p.id = us.plan_id WHERE us.ctime < NOW() AND us.extime > NOW() AND ((us.access_limit = 0) OR (us.access_limit > 0 AND us.access_count < us.access_limit)) AND us.track_disactive = 0 AND us.activated = 1 AND us.user_id = 0
When i try to create the "Subscription History" menu item I get this error: Error 1146 Table 'answerit_jmln15.turf_emerald_plans_groups' doesn't exist SQL=SELECT id AS value, name AS text FROM turf_emerald_plans_groups WHERE published = 1 ORDER BY name
And when I publish the "Restricter" plugin I get this error: 1146 - Table 'answerit_jmln15.turf_emerald_subscriptions' doesn't exist SQL=SELECT us.*,p.name as plan_name FROM turf_emerald_subscriptions AS us LEFT JOIN turf_emerald_plans AS p ON p.id = us.plan_id WHERE us.ctime < NOW() AND us.extime > NOW() AND ((us.access_limit = 0) OR (us.access_limit > 0 AND us.access_count < us.access_limit)) AND us.track_disactive = 0 AND us.activated = 1 AND us.user_id = 0