PHP Version : 5.3.27
MySQL Version : 5.1.73-cll
Joomla : 3.3.6
component_com_jevents : 3.1.42
component_com_jce : 2.4.6
module_mod_jevents_cal : 3.1.42
module_mod_jevents_custom : 3.1.42
module_mod_jevents_filter : 3.1.42
module_mod_jevents_latest : 3.1.42
module_mod_jevents_legend : 3.1.42
module_mod_jevents_switchview : 3.1.42
plugin_content_jevents : 3.2.0
plugin_finder_jevents : 3.1.42
plugin_search_eventsearch : 3.1.42
After I finished adding about 80 events to the calendar by entering them in the back end one at a time, the Latest Events module lists all these events as today's events even though they are not; and the Front End component (month view) shows all these events in today's cell.
However, when I edit an event (either in the admin or in the front end, doesn't matter which) the data seems correct. These are all annually repeating events; they are all All Day events; For example: one is dated 09/02/2000 and repeats annually for 100 times. (The start and finish dates are both 09/02/2000; and it is set to be an all day event.)
It seems that the created date (or modified date; I can't tell which) is being used to position the event instead of the event's date.
Yet the event list in the back end has the right timesheet info. But the timesheet info isn't controlling the output of the module or component.
Furthermore, the {eventDate} tag in the module output injects the created date, not the start date, into the output. .
How can this happen?
--- J.