I didn't have time to look at this issue the last couple of days, but back to it now. Unfortunately I haven't been able to resolve this yet.
I first tested again with Bruno's first suggestion for migxLoopCollection, but there are still no results.
When I uncomment the line from the snippet I get this:
SELECT `mxCalendarEvents`.`id`, `mxCalendarEvents`.`title`, `mxCalendarEvents`.`description`, `mxCalendarEvents`.`content`, `mxCalendarEvents`.`categoryid`, `mxCalendarEvents`.`link`, `mxCalendarEvents`.`linkrel`, `mxCalendarEvents`.`linktarget`, `mxCalendarEvents`.`location_name`, `mxCalendarEvents`.`location_address`, `mxCalendarEvents`.`map`, `mxCalendarEvents`.`allday`, `mxCalendarEvents`.`startdate`, `mxCalendarEvents`.`enddate`, `mxCalendarEvents`.`repeating`, `mxCalendarEvents`.`repeattype`, `mxCalendarEvents`.`repeaton`, `mxCalendarEvents`.`repeatfrequency`, `mxCalendarEvents`.`repeatenddate`, `mxCalendarEvents`.`repeatdates`, `mxCalendarEvents`.`source`, `mxCalendarEvents`.`feeds_id`, `mxCalendarEvents`.`feeds_uid`, `mxCalendarEvents`.`lastedit`, `mxCalendarEvents`.`context`, `mxCalendarEvents`.`calendar_id`, `mxCalendarEvents`.`form_chunk`, `mxCalendarEvents`.`createdon`, `mxCalendarEvents`.`createdby`, `mxCalendarEvents`.`editedon`, `mxCalendarEvents`.`editedby`, `mxCalendarEvents`.`active` FROM `modx_mxcalendars_events` AS `mxCalendarEvents` WHERE ( `mxCalendarEvents`.`title` LIKE '%event%' AND `mxCalendarEvents`.`startdate` >= 1392822558 ) ORDER BY startdate ASC
When I use the placeholder [[+startdate]] in the row snippet (and leave out the 'where' clause that's causing problems) it outputs things like 1390725900. Is that what you meant Bob?
I also tried to have the uncached today snippet set a placeholder and use that. This is also not working, no results.. And the sql is the same as above.
I have no idea what's wrong! I also verified that there are results in the future with the word 'event' in the title so there should be results. Hope you notice anything strange about the query!
EDIT:
Forgot to answer your last question Bruno, when I try this SQL in phpmyadmin it does return the right results!
[ed. note: michelle84 last edited this post 12 years, 7 months ago.]