By pwouda on Friday, 18 April 2025
Replies 4
Likes 0
Views 279
Votes 0
HI there,

On two of my websites (Joomla 5.3.0 and jEVents 3.6.89) that use jEvents I get the error

Table #__jev_files_combined does not exist

when want to view the event details on my website.

The stacktrace:
() JROOT/libraries/vendor/joomla/database/src/Mysqli/MysqliStatement.php:138
2 mysqli->prepare() JROOT/libraries/vendor/joomla/database/src/Mysqli/MysqliStatement.php:138
3 Joomla\Database\Mysqli\MysqliStatement->__construct() JROOT/libraries/vendor/joomla/database/src/Mysqli/MysqliDriver.php:972
4 Joomla\Database\Mysqli\MysqliDriver->prepareStatement() JROOT/libraries/vendor/joomla/database/src/DatabaseDriver.php:1780
5 Joomla\Database\DatabaseDriver->setQuery() JROOT/administrator/components/com_tagz/helpers/tagz.php:275
6 TagzHelper::getTagInfo() JROOT/plugins/system/tagz/tagz.php:242
7 plgSystemTagz->init() JROOT/plugins/system/tagz/tagz.php:183
8 plgSystemTagz->onBeforeRender() JROOT/libraries/src/Plugin/CMSPlugin.php:311
9 Joomla\CMS\Plugin\CMSPlugin->Joomla\CMS\Plugin\{closure}() JROOT/libraries/vendor/joomla/event/src/Dispatcher.php:454
10 Joomla\Event\Dispatcher->dispatch() JROOT/libraries/vendor/joomla/application/src/AbstractApplication.php:99
11 Joomla\Application\AbstractApplication->dispatchEvent() JROOT/libraries/src/Application/CMSApplication.php:1108
12 Joomla\CMS\Application\CMSApplication->render() JROOT/libraries/src/Application/SiteApplication.php:745
13 Joomla\CMS\Application\SiteApplication->render() JROOT/libraries/src/Application/CMSApplication.php:309
14 Joomla\CMS\Application\CMSApplication->execute() JROOT/includes/app.php:58
15 require_once() JROOT/index.php:32

Regards,
Peter
It looks like there is a problem in combination with TAGZ extension. There is a finder extension that looks for the jev_files_combined table.
I will contact them .
·
Tuesday, 22 April 2025 09:11
·
0 Likes
·
0 Votes
·
0 Comments
·
This file is used by the JEvents Standard images and files plugin. If you don't use this plugin then it is not needed/used
·
Tuesday, 22 April 2025 11:00
·
0 Likes
·
0 Votes
·
0 Comments
·
TAGZ uses this plugin to find the image for social media posts, so it would be usefull for this extension that the file plugins/finder/jevents/jevents4.php works.

Where does the table __jev_files_combined come from in the code in jevents4.php? This table does not exist, so what is the us of it in the code?
·
Thursday, 24 April 2025 08:46
·
0 Likes
·
0 Votes
·
0 Comments
·
It is part of the silver member images addon (https://www.jevents.net/products-new/club-addons/bronze-addons/72-standard-images-and-files) - this is the addon which adds images to events,

The TAGZ extension appears to use its data without checking if it's installed.

You either need our images addon or change how you configure your TAGZ extension.
·
Thursday, 24 April 2025 09:36
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post