Hi,
I just tried the module today. When I activated the module it came up with this error:
DB function failed with error number 1054
Unknown column 'a.enddates' in 'field list' 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, 4No upcoming events found
There are many upcoming events and using the component , all the events are shown but not when using this module. Any help would be highly appreciated. Thanks in advance.