Any ideas how to rectify this? I'm reluctant to rename the database to add the prefix jos as somewhere was suggested.
Thanks
Elke
DB function failed with error number 1146
Table 'ior49618_jo151.jos_eventlist_dates' doesn't exist SQL=SELECT a.id AS eventid, a.dates, a.times, a.enddates, a.endtimes, a.locid AS locationid, a.titel AS event, a.datdescription AS eventdescription, c.catname, c.catdescription, b.club AS location, b.city, b.plz, b.street, b.country, b.url, b.locimage, b.locdescription FROM jos_eventlist_dates AS a LEFT JOIN jos_eventlist_locate AS b ON b.id = a.locid LEFT JOIN jos_eventlist_categories AS c ON c.id = a.catsid WHERE a.published = 1 AND c.access <= 0 AND ((a.dates >= now() AND a.enddates = '0000-00-00'

OR (a.enddates > '0000-00-00' AND a.enddates >= now())) ORDER BY a.dates, a.times LIMIT 0, 5No upcoming events found