Awesome module, from what I’ve seen so far.
I’m just having two problems:
1. If I try to use EasyEvents_AJAX I get this error:
« MODx Parse Error »
MODx encountered the following error while attempting to parse the requested resource:
« Execution of a query to the database failed - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') AND tv.id = tvcv.tmplvarid GROUP BY tvcv.t' at line 12 »
SQL: SELECT MIN(CONCAT(SUBSTRING(tvcv.value,7,4),'-',SUBSTRING(tvcv.value,4,2),'-',SUBSTRING(tvcv.value,1,2))) AS startDate FROM `modx_ff`.`modx_site_tmplvar_contentvalues` AS tvcv, `modx_ff`.`modx_site_tmplvars` AS tv, `modx_ff`.`modx_site_content` AS sc WHERE tv.name = 'EasyEvents_Start' AND tvcv.contentid = sc.id AND sc.parent IN () AND tv.id = tvcv.tmplvarid GROUP BY tvcv.tmplvarid
I copied the file you provided and double checked the snippet multiple times.
2. When the dates are displayed it says "today". I’d like to translate it, but I don’t seem to find it in the config-file.
3. The current date doesn’t get indicated.