Table \'gcmba_db.jos_events\' doesn\'t exist SQL=SELECT count(*) from jos_dtregister_group_event a INNER JOIN jos_events b ON a.eventid = b.id LEFT JOIN jos_dtregister_categories c ON a.category = c.categoryId order by c.ordering ,a.eventId , a.ordering asc , publish_up ascDB function failed with error number 1146
Table \'gcmba_db.jos_events\' doesn\'t exist SQL=SELECT a. * , b.title, b.publish_up FROM jos_dtregister_group_event a INNER JOIN jos_events b ON a.eventid = b.id LEFT JOIN jos_dtregister_categories c ON a.category = c.categoryId order by c.ordering , a.ordering asc , publish_up asc LIMIT 0, 10
Did I miss installing something for this to be created in the database? And how do I fix it?
First I installed DT Register and then JEvents - still got that error. Then I uninstalled both of them and installed JEvents first, then DT Register - still get the same error.
I checked the database and there is no jos_events table