Hello,
I recently installed your extension jevents32_3.2.15 on my website
(napoliunderground.org), which I run with Joomla. Everything went fine until yesterday when I upgraded to the new Joomla version 3.4.2, at which point my site stopped working and I got the following error message
1146 Table 'napoliunderground.frjeb_jevents' doesn't exist 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 frjeb_categories as c LEFT JOIN (SELECT cat.id as id FROM frjeb_categories AS cat JOIN frjeb_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 `frjeb_jevents` AS i ON i.`catid` = c.id AND i.state = 1 AND (i.language = '*' OR i.language = 'it-IT') WHERE (c.extension='com_jevents' OR c.extension='system') AND c.access IN (1,1,5) 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
I then reloaded the earlier version, 3.4.1 and everything returned to normal.
I posed the problem to the Joomla forum, and the only reply I received suggested there was a conflict with your application. That forum (in Italian).
Can you kindly tell me if you are aware of others who have had similar problems and if you have a solution or are working on one?
Thank you very much,
Fulvio Salvi