Hello
i have the same Problem, im updating the jommla to 3.4.2 after the jevents dosent run:
PHP Version : 5.3.28
MySQL Version : 5.5.40
Joomla : 3.4.2
component_com_jevents : 3.1.45
module_mod_jevents_cal : 3.1.45
module_mod_jevents_custom : 3.1.45
module_mod_jevents_filter : 3.1.45
module_mod_jevents_latest : 3.1.45
module_mod_jevents_legend : 3.1.45
module_mod_jevents_switchview : 3.1.45
plugin_content_jevents : 3.2.0
plugin_finder_jevents : 3.1.45 (not enabled)
plugin_search_eventsearch : 3.1.45
The errorCode is like this:
1054 - Unknown column 'i.id' in 'field list' SQL=SELECT c.id, c.asset_id, c.access, c.alias, c.checked_out, c.checked_out_time, c.created_time, c.created_user_id, c.description, c.extension, c.hits, c.language, c.level, c.lft, c.metadata, c.metadesc, c.metakey, c.modified_time, c.note, c.params, c.parent_id, c.path, c.published, c.rgt, c.title, c.modified_user_id, c.version, CASE WHEN CHAR_LENGTH(c.alias) != 0 THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as slug,COUNT(i.`id`) AS numitems FROM joo32_categories as c LEFT JOIN (SELECT cat.id as id FROM joo32_categories AS cat JOIN joo32_categories AS parent ON cat.lft BETWEEN parent.lft AND parent.rgt WHERE parent.extension = 'com_jevents' AND parent.published != 1 GROUP BY cat.id) AS badcats ON badcats.id = c.id LEFT JOIN `joo32_jevents_vevent` AS i ON i.`catid` = c.id AND i.state = 1 AND (i.language = '*' OR i.language = 'de-DE') WHERE (c.extension='com_jevents' OR c.extension='system') AND c.access IN (1,1) AND c.published = 1 AND badcats.id is null GROUP BY c.id, c.asset_id, c.access, c.alias, c.checked_out, c.checked_out_time, c.created_time, c.created_user_id, c.description, c.extension, c.hits, c.language, c.level, c.lft, c.metadata, c.metadesc, c.metakey, c.modified_time, c.note, c.params, c.parent_id, c.path, c.published, c.rgt, c.title, c.modified_user_id, c.version ORDER BY c.lft
Thanks for help
Oli