Query Time: 0.81 ms Query memory: 0.023 MB Memory before query: 1.147 MB Rows returned: 0
SELECT `data`
  FROM `jla_session`
  WHERE `session_id` = 'a239d6e94f1625053536187b7cc8eded'
| Error | 
|---|
| You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT `data`
FROM `#__session`
WHERE `session_id` = 'a239d6e94f1625053536187b7' at line 1 | 
| Status | Duration | 
|---|
| starting | 0.04 ms | 
| Executing hook on transaction  | 0.00 ms | 
| starting | 0.01 ms | 
| checking permissions | 0.00 ms | 
| Opening tables | 0.63 ms | 
| init | 0.01 ms | 
| System lock | 0.01 ms | 
| optimizing | 0.01 ms | 
| statistics | 0.03 ms | 
| executing | 0.01 ms | 
| end | 0.00 ms | 
| query end | 0.00 ms | 
| waiting for handler commit | 0.01 ms | 
| closing tables | 0.00 ms | 
| freeing items | 0.02 ms | 
| cleaning up | 0.01 ms | 
| # | Caller | File and line number | 
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1730 | 
| 15 | JDatabaseDriver->loadResult() | JROOT/libraries/joomla/session/storage/database.php:45 | 
| 14 | JSessionStorageDatabase->read() | Same as call in the line below. | 
| 13 | session_start() | JROOT/libraries/joomla/session/handler/native.php:260 | 
| 12 | JSessionHandlerNative->doSessionStart() | JROOT/libraries/joomla/session/handler/native.php:50 | 
| 11 | JSessionHandlerNative->start() | JROOT/libraries/joomla/session/handler/joomla.php:88 | 
| 10 | JSessionHandlerJoomla->start() | JROOT/libraries/src/Session/Session.php:660 | 
| 9 | Joomla\CMS\Session\Session->_start() | JROOT/libraries/src/Session/Session.php:620 | 
| 8 | Joomla\CMS\Session\Session->start() | JROOT/libraries/src/Session/Session.php:498 | 
| 7 | Joomla\CMS\Session\Session->get() | JROOT/libraries/src/Session/Session.php:455 | 
| 6 | Joomla\CMS\Session\Session->isNew() | JROOT/libraries/src/Application/CMSApplication.php:755 | 
| 5 | Joomla\CMS\Application\CMSApplication->loadSession() | JROOT/libraries/src/Application/CMSApplication.php:134 | 
| 4 | Joomla\CMS\Application\CMSApplication->__construct() | JROOT/libraries/src/Application/SiteApplication.php:66 | 
| 3 | Joomla\CMS\Application\SiteApplication->__construct() | JROOT/libraries/src/Application/CMSApplication.php:343 | 
| 2 | Joomla\CMS\Application\CMSApplication::getInstance() | JROOT/libraries/src/Factory.php:140 | 
| 1 | Joomla\CMS\Factory::getApplication() | JROOT/index.php:46 | 
Query Time: 0.16 ms After last query: 0.44 ms Query memory: 0.020 MB Memory before query: 1.163 MB Rows returned: 0
SELECT `session_id`
  FROM `jla_session`
  WHERE `session_id` = 'a239d6e94f1625053536187b7cc8eded' 
  LIMIT 1
| Error | 
|---|
| You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT `session_id`
FROM `#__session`
WHERE `session_id` = 'a239d6e94f162505353' at line 1 | 
| Status | Duration | 
|---|
| starting | 0.03 ms | 
| Executing hook on transaction  | 0.00 ms | 
| starting | 0.00 ms | 
| checking permissions | 0.01 ms | 
| Opening tables | 0.01 ms | 
| init | 0.01 ms | 
| System lock | 0.00 ms | 
| optimizing | 0.01 ms | 
| statistics | 0.03 ms | 
| executing | 0.01 ms | 
| end | 0.00 ms | 
| query end | 0.00 ms | 
| waiting for handler commit | 0.01 ms | 
| closing tables | 0.01 ms | 
| freeing items | 0.01 ms | 
| cleaning up | 0.01 ms | 
| # | Caller | File and line number | 
|---|
| 9 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1730 | 
| 8 | JDatabaseDriver->loadResult() | JROOT/libraries/src/Session/MetadataManager.php:74 | 
| 7 | Joomla\CMS\Session\MetadataManager->createRecordIfNonExisting() | JROOT/libraries/src/Application/CMSApplication.php:152 | 
| 6 | Joomla\CMS\Application\CMSApplication->checkSession() | JROOT/libraries/src/Application/CMSApplication.php:757 | 
| 5 | Joomla\CMS\Application\CMSApplication->loadSession() | JROOT/libraries/src/Application/CMSApplication.php:134 | 
| 4 | Joomla\CMS\Application\CMSApplication->__construct() | JROOT/libraries/src/Application/SiteApplication.php:66 | 
| 3 | Joomla\CMS\Application\SiteApplication->__construct() | JROOT/libraries/src/Application/CMSApplication.php:343 | 
| 2 | Joomla\CMS\Application\CMSApplication::getInstance() | JROOT/libraries/src/Factory.php:140 | 
| 1 | Joomla\CMS\Factory::getApplication() | JROOT/index.php:46 | 
Query Time: 5.60 ms After last query: 0.04 ms Query memory: 0.004 MB Memory before query: 1.168 MB
INSERT INTO `jla_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`) 
  VALUES 
('a239d6e94f1625053536187b7cc8eded', 1, '1762226568', 0, '', 0)
EXPLAIN not possible on query: INSERT INTO `jla_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`) VALUES 
('a239d6e94f1625053536187b7cc8eded', 1, '1762226568', 0, '', 0)
| Status | Duration | 
|---|
| starting | 0.03 ms | 
| Executing hook on transaction  | 0.00 ms | 
| starting | 0.00 ms | 
| checking permissions | 0.00 ms | 
| Opening tables | 0.02 ms | 
| init | 0.00 ms | 
| System lock | 0.01 ms | 
| update | 0.14 ms | 
| end | 0.01 ms | 
| query end | 0.00 ms | 
| waiting for handler commit | 5.34 ms | 
| closing tables | 0.01 ms | 
| freeing items | 0.02 ms | 
| cleaning up | 0.01 ms | 
| # | Caller | File and line number | 
|---|
| 8 | JDatabaseDriverMysqli->execute() | JROOT/libraries/src/Session/MetadataManager.php:116 | 
| 7 | Joomla\CMS\Session\MetadataManager->createRecordIfNonExisting() | JROOT/libraries/src/Application/CMSApplication.php:152 | 
| 6 | Joomla\CMS\Application\CMSApplication->checkSession() | JROOT/libraries/src/Application/CMSApplication.php:757 | 
| 5 | Joomla\CMS\Application\CMSApplication->loadSession() | JROOT/libraries/src/Application/CMSApplication.php:134 | 
| 4 | Joomla\CMS\Application\CMSApplication->__construct() | JROOT/libraries/src/Application/SiteApplication.php:66 | 
| 3 | Joomla\CMS\Application\SiteApplication->__construct() | JROOT/libraries/src/Application/CMSApplication.php:343 | 
| 2 | Joomla\CMS\Application\CMSApplication::getInstance() | JROOT/libraries/src/Factory.php:140 | 
| 1 | Joomla\CMS\Factory::getApplication() | JROOT/index.php:46 | 
Query Time: 1.00 ms After last query: 0.57 ms Query memory: 0.040 MB Memory before query: 1.266 MB Rows returned: 41
SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
  FROM `jla_extensions`
  WHERE `type` = 'component' 
  AND `state` = 0 
  AND `enabled` = 1
| Error | 
|---|
| You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `jla' at line 1 | 
| Status | Duration | 
|---|
| starting | 0.04 ms | 
| Executing hook on transaction  | 0.00 ms | 
| starting | 0.00 ms | 
| checking permissions | 0.00 ms | 
| Opening tables | 0.66 ms | 
| init | 0.01 ms | 
| System lock | 0.01 ms | 
| optimizing | 0.01 ms | 
| statistics | 0.04 ms | 
| preparing | 0.02 ms | 
| executing | 0.13 ms | 
| end | 0.00 ms | 
| query end | 0.00 ms | 
| waiting for handler commit | 0.01 ms | 
| closing tables | 0.01 ms | 
| freeing items | 0.01 ms | 
| cleaning up | 0.01 ms | 
| # | Caller | File and line number | 
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1691 | 
| 11 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Component/ComponentHelper.php:425 | 
| 10 | Joomla\CMS\Component\ComponentHelper::Joomla\CMS\Component\{closure}() | Same as call in the line below. | 
| 9 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 | 
| 8 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Component/ComponentHelper.php:433 | 
| 7 | Joomla\CMS\Component\ComponentHelper::load() | JROOT/libraries/src/Component/ComponentHelper.php:499 | 
| 6 | Joomla\CMS\Component\ComponentHelper::getComponents() | JROOT/libraries/src/Component/ComponentHelper.php:44 | 
| 5 | Joomla\CMS\Component\ComponentHelper::getComponent() | JROOT/libraries/src/Component/ComponentHelper.php:103 | 
| 4 | Joomla\CMS\Component\ComponentHelper::getParams() | JROOT/libraries/src/Application/SiteApplication.php:596 | 
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 | 
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:195 | 
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 | 
Query Time: 0.59 ms After last query: 0.59 ms Query memory: 0.021 MB Memory before query: 1.305 MB Rows returned: 5
SELECT id, rules
  FROM `jla_viewlevels`
| Error | 
|---|
| You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT id, rules
FROM `#__viewlevels`' at line 1 | 
| Status | Duration | 
|---|
| starting | 0.03 ms | 
| Executing hook on transaction  | 0.00 ms | 
| starting | 0.00 ms | 
| checking permissions | 0.00 ms | 
| Opening tables | 0.45 ms | 
| init | 0.01 ms | 
| System lock | 0.01 ms | 
| optimizing | 0.00 ms | 
| statistics | 0.01 ms | 
| preparing | 0.01 ms | 
| executing | 0.02 ms | 
| end | 0.00 ms | 
| query end | 0.00 ms | 
| waiting for handler commit | 0.01 ms | 
| closing tables | 0.00 ms | 
| freeing items | 0.01 ms | 
| cleaning up | 0.01 ms | 
| # | Caller | File and line number | 
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1496 | 
| 9 | JDatabaseDriver->loadAssocList() | JROOT/libraries/src/Access/Access.php:1063 | 
| 8 | Joomla\CMS\Access\Access::getAuthorisedViewLevels() | JROOT/libraries/src/User/User.php:458 | 
| 7 | Joomla\CMS\User\User->getAuthorisedViewLevels() | JROOT/libraries/src/Plugin/PluginHelper.php:321 | 
| 6 | Joomla\CMS\Plugin\PluginHelper::load() | JROOT/libraries/src/Plugin/PluginHelper.php:87 | 
| 5 | Joomla\CMS\Plugin\PluginHelper::getPlugin() | JROOT/libraries/src/Plugin/PluginHelper.php:129 | 
| 4 | Joomla\CMS\Plugin\PluginHelper::isEnabled() | JROOT/libraries/src/Application/SiteApplication.php:606 | 
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 | 
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:195 | 
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 | 
Query Time: 0.68 ms After last query: 0.06 ms Query memory: 0.021 MB Memory before query: 1.317 MB Rows returned: 2
SELECT b.id
  FROM jla_usergroups AS a
  LEFT JOIN jla_usergroups AS b 
  ON b.lft <= a.lft 
  AND b.rgt >= a.rgt
  WHERE a.id = 9
| Error | 
|---|
| You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT b.id
FROM #__usergroups AS a
LEFT JOIN #__usergroups AS b ON b.lft <= a' at line 1 | 
| Status | Duration | 
|---|
| starting | 0.05 ms | 
| Executing hook on transaction  | 0.00 ms | 
| starting | 0.00 ms | 
| checking permissions | 0.00 ms | 
| checking permissions | 0.00 ms | 
| Opening tables | 0.46 ms | 
| init | 0.01 ms | 
| System lock | 0.01 ms | 
| optimizing | 0.01 ms | 
| statistics | 0.05 ms | 
| preparing | 0.02 ms | 
| executing | 0.02 ms | 
| end | 0.00 ms | 
| query end | 0.00 ms | 
| waiting for handler commit | 0.01 ms | 
| closing tables | 0.01 ms | 
| freeing items | 0.02 ms | 
| cleaning up | 0.01 ms | 
| # | Caller | File and line number | 
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1540 | 
| 10 | JDatabaseDriver->loadColumn() | JROOT/libraries/src/Access/Access.php:980 | 
| 9 | Joomla\CMS\Access\Access::getGroupsByUser() | JROOT/libraries/src/Access/Access.php:1095 | 
| 8 | Joomla\CMS\Access\Access::getAuthorisedViewLevels() | JROOT/libraries/src/User/User.php:458 | 
| 7 | Joomla\CMS\User\User->getAuthorisedViewLevels() | JROOT/libraries/src/Plugin/PluginHelper.php:321 | 
| 6 | Joomla\CMS\Plugin\PluginHelper::load() | JROOT/libraries/src/Plugin/PluginHelper.php:87 | 
| 5 | Joomla\CMS\Plugin\PluginHelper::getPlugin() | JROOT/libraries/src/Plugin/PluginHelper.php:129 | 
| 4 | Joomla\CMS\Plugin\PluginHelper::isEnabled() | JROOT/libraries/src/Application/SiteApplication.php:606 | 
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 | 
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:195 | 
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 | 
Query Time: 0.61 ms After last query: 0.10 ms Query memory: 0.030 MB Memory before query: 1.340 MB Rows returned: 101
SELECT `folder` AS `type`,`element` AS `name`,`params` AS `params`,`extension_id` AS `id`
  FROM jla_extensions
  WHERE enabled = 1 
  AND type = 'plugin' 
  AND state IN (0,1) 
  AND access IN (1,1,5)
  ORDER BY ordering
| Error | 
|---|
| You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT `folder` AS `type`,`element` AS `name`,`params` AS `params`,`extension_id' at line 1 | 
| Status | Duration | 
|---|
| starting | 0.05 ms | 
| Executing hook on transaction  | 0.00 ms | 
| starting | 0.00 ms | 
| checking permissions | 0.00 ms | 
| Opening tables | 0.02 ms | 
| init | 0.00 ms | 
| System lock | 0.00 ms | 
| optimizing | 0.01 ms | 
| statistics | 0.03 ms | 
| preparing | 0.02 ms | 
| executing | 0.38 ms | 
| end | 0.00 ms | 
| query end | 0.00 ms | 
| waiting for handler commit | 0.01 ms | 
| closing tables | 0.01 ms | 
| freeing items | 0.02 ms | 
| cleaning up | 0.01 ms | 
| # | Caller | File and line number | 
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1691 | 
| 10 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Plugin/PluginHelper.php:354 | 
| 9 | Joomla\CMS\Plugin\PluginHelper::Joomla\CMS\Plugin\{closure}() | Same as call in the line below. | 
| 8 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 | 
| 7 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Plugin/PluginHelper.php:359 | 
| 6 | Joomla\CMS\Plugin\PluginHelper::load() | JROOT/libraries/src/Plugin/PluginHelper.php:87 | 
| 5 | Joomla\CMS\Plugin\PluginHelper::getPlugin() | JROOT/libraries/src/Plugin/PluginHelper.php:129 | 
| 4 | Joomla\CMS\Plugin\PluginHelper::isEnabled() | JROOT/libraries/src/Application/SiteApplication.php:606 | 
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 | 
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:195 | 
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 | 
Query Time: 0.50 ms After last query: 5.15 ms Query memory: 0.021 MB Memory before query: 1.687 MB Rows returned: 0
SELECT `path`
  FROM jla_rsfirewall_ignored
  WHERE `type`='ignore_folder' OR `type`='ignore_file'
| Error | 
|---|
| You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT `path`
FROM #__rsfirewall_ignored
WHERE `type`='ignore_folder' OR `type`' at line 1 | 
| Status | Duration | 
|---|
| starting | 0.03 ms | 
| Executing hook on transaction  | 0.00 ms | 
| starting | 0.00 ms | 
| checking permissions | 0.00 ms | 
| Opening tables | 0.35 ms | 
| init | 0.01 ms | 
| System lock | 0.01 ms | 
| optimizing | 0.01 ms | 
| statistics | 0.01 ms | 
| preparing | 0.01 ms | 
| executing | 0.01 ms | 
| end | 0.00 ms | 
| query end | 0.00 ms | 
| waiting for handler commit | 0.01 ms | 
| closing tables | 0.00 ms | 
| freeing items | 0.02 ms | 
| cleaning up | 0.01 ms | 
| # | Caller | File and line number | 
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1540 | 
| 11 | JDatabaseDriver->loadColumn() | JROOT/administrator/components/com_rsfirewall/helpers/config.php:53 | 
| 10 | RSFirewallConfig->load() | JROOT/administrator/components/com_rsfirewall/helpers/config.php:19 | 
| 9 | RSFirewallConfig->__construct() | JROOT/administrator/components/com_rsfirewall/helpers/config.php:161 | 
| 8 | RSFirewallConfig::getInstance() | JROOT/plugins/system/rsfirewall/rsfirewall.php:28 | 
| 7 | plgSystemRSFirewall->__construct() | JROOT/libraries/src/Plugin/PluginHelper.php:283 | 
| 6 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT/libraries/src/Plugin/PluginHelper.php:182 | 
| 5 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT/libraries/src/Application/CMSApplication.php:622 | 
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:688 | 
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 | 
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:195 | 
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 | 
Query Time: 0.50 ms After last query: 0.03 ms Query memory: 0.021 MB Memory before query: 1.694 MB Rows returned: 0
SELECT `file`
  FROM jla_rsfirewall_hashes
  WHERE `type`='protect'
| Error | 
|---|
| You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT `file`
FROM #__rsfirewall_hashes
WHERE `type`='protect'' at line 1 | 
| Status | Duration | 
|---|
| starting | 0.03 ms | 
| Executing hook on transaction  | 0.00 ms | 
| starting | 0.00 ms | 
| checking permissions | 0.00 ms | 
| Opening tables | 0.35 ms | 
| init | 0.01 ms | 
| System lock | 0.01 ms | 
| optimizing | 0.01 ms | 
| statistics | 0.01 ms | 
| preparing | 0.01 ms | 
| executing | 0.02 ms | 
| end | 0.00 ms | 
| query end | 0.00 ms | 
| waiting for handler commit | 0.01 ms | 
| closing tables | 0.01 ms | 
| freeing items | 0.02 ms | 
| cleaning up | 0.01 ms | 
| # | Caller | File and line number | 
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1540 | 
| 11 | JDatabaseDriver->loadColumn() | JROOT/administrator/components/com_rsfirewall/helpers/config.php:60 | 
| 10 | RSFirewallConfig->load() | JROOT/administrator/components/com_rsfirewall/helpers/config.php:19 | 
| 9 | RSFirewallConfig->__construct() | JROOT/administrator/components/com_rsfirewall/helpers/config.php:161 | 
| 8 | RSFirewallConfig::getInstance() | JROOT/plugins/system/rsfirewall/rsfirewall.php:28 | 
| 7 | plgSystemRSFirewall->__construct() | JROOT/libraries/src/Plugin/PluginHelper.php:283 | 
| 6 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT/libraries/src/Plugin/PluginHelper.php:182 | 
| 5 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT/libraries/src/Application/CMSApplication.php:622 | 
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:688 | 
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 | 
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:195 | 
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 | 
Query Time: 0.53 ms After last query: 0.02 ms Query memory: 0.024 MB Memory before query: 1.699 MB Rows returned: 52
SELECT *
  FROM jla_rsfirewall_configuration
| Error | 
|---|
| You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT *
FROM #__rsfirewall_configuration' at line 1 | 
| Status | Duration | 
|---|
| starting | 0.02 ms | 
| Executing hook on transaction  | 0.00 ms | 
| starting | 0.00 ms | 
| checking permissions | 0.00 ms | 
| Opening tables | 0.35 ms | 
| init | 0.01 ms | 
| System lock | 0.01 ms | 
| optimizing | 0.00 ms | 
| statistics | 0.01 ms | 
| preparing | 0.01 ms | 
| executing | 0.06 ms | 
| end | 0.00 ms | 
| query end | 0.00 ms | 
| waiting for handler commit | 0.01 ms | 
| closing tables | 0.01 ms | 
| freeing items | 0.02 ms | 
| cleaning up | 0.01 ms | 
| # | Caller | File and line number | 
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1691 | 
| 11 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_rsfirewall/helpers/config.php:68 | 
| 10 | RSFirewallConfig->load() | JROOT/administrator/components/com_rsfirewall/helpers/config.php:19 | 
| 9 | RSFirewallConfig->__construct() | JROOT/administrator/components/com_rsfirewall/helpers/config.php:161 | 
| 8 | RSFirewallConfig::getInstance() | JROOT/plugins/system/rsfirewall/rsfirewall.php:28 | 
| 7 | plgSystemRSFirewall->__construct() | JROOT/libraries/src/Plugin/PluginHelper.php:283 | 
| 6 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT/libraries/src/Plugin/PluginHelper.php:182 | 
| 5 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT/libraries/src/Application/CMSApplication.php:622 | 
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:688 | 
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 | 
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:195 | 
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 | 
Query Time: 1.36 ms After last query: 2.94 ms Query memory: 0.024 MB Memory before query: 1.854 MB Rows returned: 10
SHOW FULL COLUMNS 
  FROM `jla_rsfirewall_logs`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `jla_rsfirewall_logs`
| Status | Duration | 
|---|
| starting | 0.04 ms | 
| Executing hook on transaction  | 0.00 ms | 
| starting | 0.36 ms | 
| checking permissions | 0.01 ms | 
| checking permissions | 0.00 ms | 
| Opening tables | 0.43 ms | 
| init | 0.01 ms | 
| System lock | 0.01 ms | 
| optimizing | 0.02 ms | 
| statistics | 0.07 ms | 
| preparing | 0.02 ms | 
| Creating tmp table | 0.04 ms | 
| executing | 0.05 ms | 
| checking permissions | 0.05 ms | 
| checking permissions | 0.02 ms | 
| checking permissions | 0.02 ms | 
| checking permissions | 0.02 ms | 
| checking permissions | 0.01 ms | 
| checking permissions | 0.01 ms | 
| checking permissions | 0.01 ms | 
| checking permissions | 0.01 ms | 
| checking permissions | 0.01 ms | 
| checking permissions | 0.01 ms | 
| checking permissions | 0.01 ms | 
| checking permissions | 0.03 ms | 
| end | 0.00 ms | 
| query end | 0.00 ms | 
| waiting for handler commit | 0.01 ms | 
| closing tables | 0.02 ms | 
| freeing items | 0.04 ms | 
| cleaning up | 0.03 ms | 
| # | Caller | File and line number | 
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1691 | 
| 15 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:441 | 
| 14 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/src/Table/Table.php:245 | 
| 13 | Joomla\CMS\Table\Table->getFields() | JROOT/libraries/src/Table/Table.php:164 | 
| 12 | Joomla\CMS\Table\Table->__construct() | JROOT/administrator/components/com_rsfirewall/tables/logs.php:36 | 
| 11 | RsfirewallTableLogs->__construct() | JROOT/libraries/src/Table/Table.php:312 | 
| 10 | Joomla\CMS\Table\Table::getInstance() | JROOT/administrator/components/com_rsfirewall/helpers/log.php:23 | 
| 9 | RSFirewallLogger->__construct() | JROOT/administrator/components/com_rsfirewall/helpers/log.php:57 | 
| 8 | RSFirewallLogger::getInstance() | JROOT/plugins/system/rsfirewall/rsfirewall.php:50 | 
| 7 | plgSystemRSFirewall->__construct() | JROOT/libraries/src/Plugin/PluginHelper.php:283 | 
| 6 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT/libraries/src/Plugin/PluginHelper.php:182 | 
| 5 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT/libraries/src/Application/CMSApplication.php:622 | 
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:688 | 
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 | 
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:195 | 
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 | 
Query Time: 0.28 ms After last query: 13.30 ms Query memory: 0.022 MB Memory before query: 2.473 MB Rows returned: 1
SELECT manifest_cache 
  FROM jla_extensions 
  WHERE element = 'com_logman'
| Error | 
|---|
| You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT manifest_cache FROM #__extensions WHERE element = 'com_logman'' at line 1 | 
| Status | Duration | 
|---|
| starting | 0.04 ms | 
| Executing hook on transaction  | 0.00 ms | 
| starting | 0.01 ms | 
| checking permissions | 0.01 ms | 
| Opening tables | 0.02 ms | 
| init | 0.01 ms | 
| System lock | 0.01 ms | 
| optimizing | 0.01 ms | 
| statistics | 0.06 ms | 
| preparing | 0.01 ms | 
| executing | 0.02 ms | 
| end | 0.00 ms | 
| query end | 0.00 ms | 
| waiting for handler commit | 0.01 ms | 
| closing tables | 0.01 ms | 
| freeing items | 0.02 ms | 
| cleaning up | 0.02 ms | 
| # | Caller | File and line number | 
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1730 | 
| 13 | JDatabaseDriver->loadResult() | JROOT/plugins/koowa/logman/logman.php:93 | 
| 12 | PlgKoowaLogman->_getLogmanVersion() | JROOT/plugins/koowa/logman/logman.php:21 | 
| 11 | PlgKoowaLogman->__construct() | JROOT/libraries/src/Plugin/PluginHelper.php:283 | 
| 10 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT/libraries/src/Plugin/PluginHelper.php:182 | 
| 9 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT/plugins/system/joomlatools/joomlatools.php:195 | 
| 8 | PlgSystemJoomlatools->bootstrap() | JROOT/plugins/system/joomlatools/joomlatools.php:49 | 
| 7 | PlgSystemJoomlatools->__construct() | JROOT/libraries/src/Plugin/PluginHelper.php:283 | 
| 6 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT/libraries/src/Plugin/PluginHelper.php:182 | 
| 5 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT/libraries/src/Application/CMSApplication.php:622 | 
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:688 | 
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 | 
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:195 | 
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 | 
Query Time: 1.76 ms After last query: 28.22 ms Query memory: 0.131 MB Memory before query: 3.158 MB Rows returned: 90
SELECT m.id, m.menutype, m.title, m.alias, m.note, m.path AS route, m.link, m.type, m.level, m.language,`m`.`browserNav`, m.access, m.params, m.home, m.img, m.template_style_id, m.component_id, m.parent_id,e.element as component
  FROM jla_menu AS m
  LEFT JOIN jla_extensions AS e 
  ON m.component_id = e.extension_id
  WHERE m.published = 1 
  AND m.parent_id > 0 
  AND m.client_id = 0
  ORDER BY m.lft
| Error | 
|---|
| You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT m.id, m.menutype, m.title, m.alias, m.note, m.path AS route, m.link, m.ty' at line 1 | 
| Status | Duration | 
|---|
| starting | 0.11 ms | 
| Executing hook on transaction  | 0.00 ms | 
| starting | 0.01 ms | 
| checking permissions | 0.00 ms | 
| checking permissions | 0.00 ms | 
| Opening tables | 0.83 ms | 
| init | 0.01 ms | 
| System lock | 0.01 ms | 
| optimizing | 0.01 ms | 
| statistics | 0.05 ms | 
| preparing | 0.03 ms | 
| executing | 0.61 ms | 
| end | 0.01 ms | 
| query end | 0.00 ms | 
| waiting for handler commit | 0.01 ms | 
| closing tables | 0.01 ms | 
| freeing items | 0.02 ms | 
| cleaning up | 0.03 ms | 
| # | Caller | File and line number | 
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1691 | 
| 18 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Menu/SiteMenu.php:93 | 
| 17 | Joomla\CMS\Menu\SiteMenu->Joomla\CMS\Menu\{closure}() | Same as call in the line below. | 
| 16 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 | 
| 15 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Menu/SiteMenu.php:101 | 
| 14 | Joomla\CMS\Menu\SiteMenu->load() | JROOT/libraries/src/Menu/AbstractMenu.php:76 | 
| 13 | Joomla\CMS\Menu\AbstractMenu->__construct() | JROOT/libraries/src/Menu/SiteMenu.php:62 | 
| 12 | Joomla\CMS\Menu\SiteMenu->__construct() | JROOT/libraries/src/Menu/AbstractMenu.php:131 | 
| 11 | Joomla\CMS\Menu\AbstractMenu::getInstance() | JROOT/libraries/src/Application/CMSApplication.php:374 | 
| 10 | Joomla\CMS\Application\CMSApplication->getMenu() | JROOT/libraries/src/Application/SiteApplication.php:275 | 
| 9 | Joomla\CMS\Application\SiteApplication->getMenu() | JROOT/libraries/src/Router/SiteRouter.php:64 | 
| 8 | Joomla\CMS\Router\SiteRouter->__construct() | JROOT/libraries/src/Router/Router.php:189 | 
| 7 | Joomla\CMS\Router\Router::getInstance() | JROOT/libraries/src/Application/CMSApplication.php:488 | 
| 6 | Joomla\CMS\Application\CMSApplication::getRouter() | JROOT/libraries/src/Application/SiteApplication.php:405 | 
| 5 | Joomla\CMS\Application\SiteApplication::getRouter() | JROOT/libraries/src/Application/CMSApplication.php:1070 | 
| 4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:798 | 
| 3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 | 
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:195 | 
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 | 
Query Time: 1.21 ms After last query: 3.50 ms Query memory: 0.022 MB Memory before query: 3.668 MB Rows returned: 0
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
  FROM `jla_categories` AS `s`
  INNER JOIN `jla_categories` AS `c` 
  ON (s.lft <= c.lft 
  AND c.lft < s.rgt) OR (c.lft < s.lft 
  AND s.rgt < c.rgt)
  WHERE (c.extension='com_content' OR c.extension='system') 
  AND c.access IN (1,1,5) 
  AND c.published = 1 
  AND s.id = 264
  ORDER BY c.lft
| Error | 
|---|
| You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT c.id, c.asset_id, c.access, c.alias, c.checked_out, c.checked_out_time,
	' at line 1 | 
| Status | Duration | 
|---|
| starting | 0.13 ms | 
| Executing hook on transaction  | 0.00 ms | 
| starting | 0.01 ms | 
| checking permissions | 0.01 ms | 
| checking permissions | 0.00 ms | 
| Opening tables | 0.88 ms | 
| init | 0.01 ms | 
| System lock | 0.01 ms | 
| optimizing | 0.02 ms | 
| statistics | 0.04 ms | 
| executing | 0.02 ms | 
| end | 0.00 ms | 
| query end | 0.00 ms | 
| waiting for handler commit | 0.01 ms | 
| closing tables | 0.01 ms | 
| freeing items | 0.02 ms | 
| cleaning up | 0.04 ms | 
| # | Caller | File and line number | 
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1691 | 
| 13 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Categories/Categories.php:312 | 
| 12 | Joomla\CMS\Categories\Categories->_load() | JROOT/libraries/src/Categories/Categories.php:184 | 
| 11 | Joomla\CMS\Categories\Categories->get() | JROOT/components/com_content/helpers/legacyrouter.php:350 | 
| 10 | ContentRouterRulesLegacy->parse() | JROOT/libraries/src/Component/Router/RouterView.php:266 | 
| 9 | Joomla\CMS\Component\Router\RouterView->parse() | JROOT/libraries/src/Router/SiteRouter.php:437 | 
| 8 | Joomla\CMS\Router\SiteRouter->parseSefRoute() | JROOT/libraries/src/Router/Router.php:482 | 
| 7 | Joomla\CMS\Router\Router->_parseSefRoute() | JROOT/libraries/src/Router/Router.php:227 | 
| 6 | Joomla\CMS\Router\Router->parse() | JROOT/libraries/src/Router/SiteRouter.php:138 | 
| 5 | Joomla\CMS\Router\SiteRouter->parse() | JROOT/libraries/src/Application/CMSApplication.php:1071 | 
| 4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:798 | 
| 3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 | 
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:195 | 
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 | 
Query Time: 0.84 ms After last query: 0.04 ms Query memory: 0.021 MB Memory before query: 3.673 MB Rows returned: 1
SELECT `alias`,`catid`
  FROM `jla_content`
  WHERE `id` = 264
| Error | 
|---|
| You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT `alias`,`catid`
FROM `#__content`
WHERE `id` = 264' at line 1 | 
| Status | Duration | 
|---|
| starting | 0.03 ms | 
| Executing hook on transaction  | 0.00 ms | 
| starting | 0.00 ms | 
| checking permissions | 0.00 ms | 
| Opening tables | 0.68 ms | 
| init | 0.01 ms | 
| System lock | 0.01 ms | 
| optimizing | 0.01 ms | 
| statistics | 0.03 ms | 
| preparing | 0.01 ms | 
| executing | 0.01 ms | 
| end | 0.00 ms | 
| query end | 0.00 ms | 
| waiting for handler commit | 0.01 ms | 
| closing tables | 0.01 ms | 
| freeing items | 0.02 ms | 
| cleaning up | 0.01 ms | 
| # | Caller | File and line number | 
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1652 | 
| 11 | JDatabaseDriver->loadObject() | JROOT/components/com_content/helpers/legacyrouter.php:366 | 
| 10 | ContentRouterRulesLegacy->parse() | JROOT/libraries/src/Component/Router/RouterView.php:266 | 
| 9 | Joomla\CMS\Component\Router\RouterView->parse() | JROOT/libraries/src/Router/SiteRouter.php:437 | 
| 8 | Joomla\CMS\Router\SiteRouter->parseSefRoute() | JROOT/libraries/src/Router/Router.php:482 | 
| 7 | Joomla\CMS\Router\Router->_parseSefRoute() | JROOT/libraries/src/Router/Router.php:227 | 
| 6 | Joomla\CMS\Router\Router->parse() | JROOT/libraries/src/Router/SiteRouter.php:138 | 
| 5 | Joomla\CMS\Router\SiteRouter->parse() | JROOT/libraries/src/Application/CMSApplication.php:1071 | 
| 4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:798 | 
| 3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 | 
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:195 | 
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 | 
Query Time: 0.19 ms After last query: 0.07 ms Query memory: 0.020 MB Memory before query: 3.678 MB Rows returned: 0
SELECT *
  FROM jla_rsfirewall_hashes
  WHERE (`type`='3.8.13' OR `type`='protect') 
  AND `flag`!='C'
| Error | 
|---|
| You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT *
FROM #__rsfirewall_hashes
WHERE (`type`='3.8.13' OR `type`='protect') ' at line 1 | 
| Status | Duration | 
|---|
| starting | 0.03 ms | 
| Executing hook on transaction  | 0.00 ms | 
| starting | 0.00 ms | 
| checking permissions | 0.00 ms | 
| Opening tables | 0.03 ms | 
| init | 0.00 ms | 
| System lock | 0.01 ms | 
| optimizing | 0.01 ms | 
| statistics | 0.01 ms | 
| preparing | 0.01 ms | 
| executing | 0.02 ms | 
| end | 0.00 ms | 
| query end | 0.00 ms | 
| waiting for handler commit | 0.01 ms | 
| closing tables | 0.01 ms | 
| freeing items | 0.01 ms | 
| cleaning up | 0.01 ms | 
| # | Caller | File and line number | 
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1691 | 
| 9 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/rsfirewall/rsfirewall.php:1026 | 
| 8 | plgSystemRSFirewall->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 | 
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 | 
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 | 
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1080 | 
| 4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:798 | 
| 3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 | 
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:195 | 
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 | 
Query Time: 0.50 ms After last query: 0.09 ms Query memory: 0.021 MB Memory before query: 3.687 MB Rows returned: 0
SELECT *
  FROM jla_rsfirewall_snapshots
  WHERE `type`='protect'
| Error | 
|---|
| You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT *
FROM #__rsfirewall_snapshots
WHERE `type`='protect'' at line 1 | 
| Status | Duration | 
|---|
| starting | 0.02 ms | 
| Executing hook on transaction  | 0.00 ms | 
| starting | 0.00 ms | 
| checking permissions | 0.00 ms | 
| Opening tables | 0.37 ms | 
| init | 0.01 ms | 
| System lock | 0.01 ms | 
| optimizing | 0.01 ms | 
| statistics | 0.01 ms | 
| preparing | 0.01 ms | 
| executing | 0.01 ms | 
| end | 0.00 ms | 
| query end | 0.00 ms | 
| waiting for handler commit | 0.01 ms | 
| closing tables | 0.01 ms | 
| freeing items | 0.02 ms | 
| cleaning up | 0.01 ms | 
| # | Caller | File and line number | 
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1691 | 
| 10 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_rsfirewall/helpers/snapshot.php:47 | 
| 9 | RSFirewallSnapshot::get() | JROOT/plugins/system/rsfirewall/rsfirewall.php:1049 | 
| 8 | plgSystemRSFirewall->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 | 
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 | 
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 | 
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1080 | 
| 4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:798 | 
| 3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 | 
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:195 | 
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 | 
Query Time: 0.58 ms After last query: 0.03 ms Query memory: 0.021 MB Memory before query: 3.694 MB Rows returned: 0
SELECT `ip`,`reason`
  FROM jla_rsfirewall_lists
  WHERE (`ip`='216.73.216.62' OR `ip` LIKE '%*%' OR `ip` LIKE '%/%' OR `ip` LIKE '%-%') 
  AND `type`='1' 
  AND `published`='1'
| Error | 
|---|
| You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT `ip`,`reason`
FROM #__rsfirewall_lists
WHERE (`ip`='216.73.216.62' OR `i' at line 1 | 
| Status | Duration | 
|---|
| starting | 0.04 ms | 
| Executing hook on transaction  | 0.00 ms | 
| starting | 0.00 ms | 
| checking permissions | 0.00 ms | 
| Opening tables | 0.37 ms | 
| init | 0.01 ms | 
| System lock | 0.01 ms | 
| optimizing | 0.01 ms | 
| statistics | 0.04 ms | 
| preparing | 0.01 ms | 
| executing | 0.02 ms | 
| end | 0.00 ms | 
| query end | 0.00 ms | 
| waiting for handler commit | 0.01 ms | 
| closing tables | 0.01 ms | 
| freeing items | 0.02 ms | 
| cleaning up | 0.01 ms | 
| # | Caller | File and line number | 
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1691 | 
| 11 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/rsfirewall/rsfirewall.php:169 | 
| 10 | plgSystemRSFirewall->isListed() | JROOT/plugins/system/rsfirewall/rsfirewall.php:148 | 
| 9 | plgSystemRSFirewall->isWhitelisted() | JROOT/plugins/system/rsfirewall/rsfirewall.php:1085 | 
| 8 | plgSystemRSFirewall->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 | 
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 | 
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 | 
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1080 | 
| 4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:798 | 
| 3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 | 
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:195 | 
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 | 
Query Time: 3.21 ms After last query: 0.03 ms Query memory: 0.021 MB Memory before query: 3.699 MB Rows returned: 0
SELECT `ip`,`reason`
  FROM jla_rsfirewall_lists
  WHERE (`ip`='216.73.216.62' OR `ip` LIKE '%*%' OR `ip` LIKE '%/%' OR `ip` LIKE '%-%') 
  AND `type`='0' 
  AND `published`='1'
| Error | 
|---|
| You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT `ip`,`reason`
FROM #__rsfirewall_lists
WHERE (`ip`='216.73.216.62' OR `i' at line 1 | 
| Status | Duration | 
|---|
| starting | 0.03 ms | 
| Executing hook on transaction  | 0.00 ms | 
| starting | 0.00 ms | 
| checking permissions | 0.00 ms | 
| Opening tables | 0.02 ms | 
| init | 0.00 ms | 
| System lock | 0.00 ms | 
| optimizing | 0.01 ms | 
| statistics | 3.04 ms | 
| preparing | 0.02 ms | 
| executing | 0.01 ms | 
| end | 0.00 ms | 
| query end | 0.00 ms | 
| waiting for handler commit | 0.01 ms | 
| closing tables | 0.01 ms | 
| freeing items | 0.02 ms | 
| cleaning up | 0.01 ms | 
| # | Caller | File and line number | 
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1691 | 
| 11 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/rsfirewall/rsfirewall.php:169 | 
| 10 | plgSystemRSFirewall->isListed() | JROOT/plugins/system/rsfirewall/rsfirewall.php:138 | 
| 9 | plgSystemRSFirewall->isBlacklisted() | JROOT/plugins/system/rsfirewall/rsfirewall.php:1089 | 
| 8 | plgSystemRSFirewall->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 | 
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 | 
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 | 
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1080 | 
| 4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:798 | 
| 3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 | 
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:195 | 
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 | 
Query Time: 0.58 ms After last query: 0.33 ms Query memory: 0.021 MB Memory before query: 3.706 MB Rows returned: 0
SELECT *
  FROM jla_rsfirewall_exceptions
  WHERE `published`='1'
| Error | 
|---|
| You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT *
FROM #__rsfirewall_exceptions
WHERE `published`='1'' at line 1 | 
| Status | Duration | 
|---|
| starting | 0.02 ms | 
| Executing hook on transaction  | 0.00 ms | 
| starting | 0.00 ms | 
| checking permissions | 0.00 ms | 
| Opening tables | 0.43 ms | 
| init | 0.01 ms | 
| System lock | 0.01 ms | 
| optimizing | 0.01 ms | 
| statistics | 0.01 ms | 
| preparing | 0.01 ms | 
| executing | 0.02 ms | 
| end | 0.00 ms | 
| query end | 0.00 ms | 
| waiting for handler commit | 0.01 ms | 
| closing tables | 0.01 ms | 
| freeing items | 0.02 ms | 
| cleaning up | 0.01 ms | 
| # | Caller | File and line number | 
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1691 | 
| 10 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/rsfirewall/rsfirewall.php:682 | 
| 9 | plgSystemRSFirewall->isException() | JROOT/plugins/system/rsfirewall/rsfirewall.php:1142 | 
| 8 | plgSystemRSFirewall->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 | 
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 | 
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 | 
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1080 | 
| 4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:798 | 
| 3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 | 
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:195 | 
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 | 
Query Time: 0.16 ms After last query: 0.21 ms Query memory: 0.023 MB Memory before query: 3.711 MB Rows returned: 1
SELECT `alias`,`catid`
  FROM `jla_content`
  WHERE `id` = 264
| Error | 
|---|
| You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT `alias`,`catid`
FROM `#__content`
WHERE `id` = 264' at line 1 | 
| Status | Duration | 
|---|
| starting | 0.03 ms | 
| Executing hook on transaction  | 0.00 ms | 
| starting | 0.00 ms | 
| checking permissions | 0.00 ms | 
| Opening tables | 0.01 ms | 
| init | 0.00 ms | 
| System lock | 0.00 ms | 
| optimizing | 0.01 ms | 
| statistics | 0.03 ms | 
| preparing | 0.01 ms | 
| executing | 0.01 ms | 
| end | 0.00 ms | 
| query end | 0.00 ms | 
| waiting for handler commit | 0.01 ms | 
| closing tables | 0.00 ms | 
| freeing items | 0.01 ms | 
| cleaning up | 0.01 ms | 
| # | Caller | File and line number | 
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1652 | 
| 15 | JDatabaseDriver->loadObject() | JROOT/components/com_content/helpers/legacyrouter.php:366 | 
| 14 | ContentRouterRulesLegacy->parse() | JROOT/libraries/src/Component/Router/RouterView.php:266 | 
| 13 | Joomla\CMS\Component\Router\RouterView->parse() | JROOT/libraries/src/Router/SiteRouter.php:437 | 
| 12 | Joomla\CMS\Router\SiteRouter->parseSefRoute() | JROOT/libraries/src/Router/Router.php:482 | 
| 11 | Joomla\CMS\Router\Router->_parseSefRoute() | JROOT/libraries/src/Router/Router.php:227 | 
| 10 | Joomla\CMS\Router\Router->parse() | JROOT/libraries/src/Router/SiteRouter.php:138 | 
| 9 | Joomla\CMS\Router\SiteRouter->parse() | JROOT/plugins/system/joomlatools/joomlatools.php:275 | 
| 8 | PlgSystemJoomlatools->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 | 
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 | 
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 | 
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1080 | 
| 4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:798 | 
| 3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 | 
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:195 | 
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 | 
Query Time: 0.20 ms After last query: 0.24 ms Query memory: 0.022 MB Memory before query: 3.735 MB Rows returned: 1
SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
  FROM `jla_extensions`
  WHERE `type` = 'library' 
  AND `element` = 'joomla'
| Error | 
|---|
| You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `jla' at line 1 | 
| Status | Duration | 
|---|
| starting | 0.03 ms | 
| Executing hook on transaction  | 0.00 ms | 
| starting | 0.00 ms | 
| checking permissions | 0.00 ms | 
| Opening tables | 0.02 ms | 
| init | 0.00 ms | 
| System lock | 0.00 ms | 
| optimizing | 0.01 ms | 
| statistics | 0.05 ms | 
| preparing | 0.01 ms | 
| executing | 0.02 ms | 
| end | 0.00 ms | 
| query end | 0.00 ms | 
| waiting for handler commit | 0.01 ms | 
| closing tables | 0.01 ms | 
| freeing items | 0.01 ms | 
| cleaning up | 0.01 ms | 
| # | Caller | File and line number | 
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1652 | 
| 14 | JDatabaseDriver->loadObject() | JROOT/libraries/src/Helper/LibraryHelper.php:167 | 
| 13 | Joomla\CMS\Helper\LibraryHelper::Joomla\CMS\Helper\{closure}() | Same as call in the line below. | 
| 12 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 | 
| 11 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Helper/LibraryHelper.php:175 | 
| 10 | Joomla\CMS\Helper\LibraryHelper::loadLibrary() | JROOT/libraries/src/Helper/LibraryHelper.php:43 | 
| 9 | Joomla\CMS\Helper\LibraryHelper::getLibrary() | JROOT/libraries/src/Helper/LibraryHelper.php:90 | 
| 8 | Joomla\CMS\Helper\LibraryHelper::getParams() | JROOT/libraries/src/Version.php:321 | 
| 7 | Joomla\CMS\Version->getMediaVersion() | JROOT/libraries/src/Factory.php:778 | 
| 6 | Joomla\CMS\Factory::createDocument() | JROOT/libraries/src/Factory.php:234 | 
| 5 | Joomla\CMS\Factory::getDocument() | JROOT/libraries/src/Application/WebApplication.php:1113 | 
| 4 | Joomla\CMS\Application\WebApplication->loadDocument() | JROOT/libraries/src/Application/SiteApplication.php:133 | 
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 | 
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:195 | 
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 | 
Query Time: 6.42 ms After last query: 0.08 ms Query memory: 0.005 MB Memory before query: 3.726 MB
UPDATE `jla_extensions`
  SET `params` = '{\"mediaversion\":\"2636c05b87f76bd36adddb4ae1d1e872\"}'
  WHERE `type` = 'library' 
  AND `element` = 'joomla'
| Error | 
|---|
| You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'UPDATE `#__extensions`
SET `params` = '{\"mediaversion\":\"2636c05b87f76bd36add' at line 1 | 
| Status | Duration | 
|---|
| starting | 0.03 ms | 
| Executing hook on transaction  | 0.00 ms | 
| starting | 0.00 ms | 
| checking permissions | 0.00 ms | 
| Opening tables | 0.02 ms | 
| init | 0.00 ms | 
| System lock | 0.04 ms | 
| updating | 0.10 ms | 
| end | 0.00 ms | 
| query end | 0.00 ms | 
| waiting for handler commit | 6.14 ms | 
| closing tables | 0.02 ms | 
| freeing items | 0.02 ms | 
| cleaning up | 0.01 ms | 
| # | Caller | File and line number | 
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/src/Helper/LibraryHelper.php:117 | 
| 9 | Joomla\CMS\Helper\LibraryHelper::saveParams() | JROOT/libraries/src/Version.php:372 | 
| 8 | Joomla\CMS\Version->setMediaVersion() | JROOT/libraries/src/Version.php:331 | 
| 7 | Joomla\CMS\Version->getMediaVersion() | JROOT/libraries/src/Factory.php:778 | 
| 6 | Joomla\CMS\Factory::createDocument() | JROOT/libraries/src/Factory.php:234 | 
| 5 | Joomla\CMS\Factory::getDocument() | JROOT/libraries/src/Application/WebApplication.php:1113 | 
| 4 | Joomla\CMS\Application\WebApplication->loadDocument() | JROOT/libraries/src/Application/SiteApplication.php:133 | 
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 | 
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:195 | 
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 | 
Query Time: 0.68 ms After last query: 0.53 ms Query memory: 0.019 MB Memory before query: 3.758 MB Rows returned: 1
SELECT *
  FROM jla_languages
  WHERE published=1
  ORDER BY ordering ASC
| Error | 
|---|
| You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT *
FROM #__languages
WHERE published=1
ORDER BY ordering ASC' at line 1 | 
| Status | Duration | 
|---|
| starting | 0.03 ms | 
| Executing hook on transaction  | 0.00 ms | 
| starting | 0.00 ms | 
| checking permissions | 0.00 ms | 
| Opening tables | 0.48 ms | 
| init | 0.01 ms | 
| System lock | 0.01 ms | 
| optimizing | 0.01 ms | 
| statistics | 0.01 ms | 
| preparing | 0.02 ms | 
| executing | 0.04 ms | 
| end | 0.00 ms | 
| query end | 0.00 ms | 
| waiting for handler commit | 0.01 ms | 
| closing tables | 0.01 ms | 
| freeing items | 0.02 ms | 
| cleaning up | 0.01 ms | 
| # | Caller | File and line number | 
|---|
| 7 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1691 | 
| 6 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Language/LanguageHelper.php:150 | 
| 5 | Joomla\CMS\Language\LanguageHelper::getLanguages() | JROOT/libraries/src/Application/SiteApplication.php:330 | 
| 4 | Joomla\CMS\Application\SiteApplication->getParams() | JROOT/libraries/src/Application/SiteApplication.php:138 | 
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 | 
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:195 | 
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 | 
Query Time: 0.74 ms After last query: 0.20 ms Query memory: 0.019 MB Memory before query: 3.776 MB Rows returned: 5
SELECT id, home, template, s.params
  FROM jla_template_styles as s
  LEFT JOIN jla_extensions as e 
  ON e.element=s.template 
  AND e.type='template' 
  AND e.client_id=s.client_id
  WHERE s.client_id = 0 
  AND e.enabled = 1
| Error | 
|---|
| You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT id, home, template, s.params
FROM #__template_styles as s
LEFT JOIN #__' at line 1 | 
| Status | Duration | 
|---|
| starting | 0.05 ms | 
| Executing hook on transaction  | 0.00 ms | 
| starting | 0.00 ms | 
| checking permissions | 0.00 ms | 
| checking permissions | 0.00 ms | 
| Opening tables | 0.46 ms | 
| init | 0.01 ms | 
| System lock | 0.01 ms | 
| optimizing | 0.01 ms | 
| statistics | 0.04 ms | 
| preparing | 0.02 ms | 
| executing | 0.06 ms | 
| end | 0.00 ms | 
| query end | 0.00 ms | 
| waiting for handler commit | 0.01 ms | 
| closing tables | 0.01 ms | 
| freeing items | 0.02 ms | 
| cleaning up | 0.03 ms | 
| # | Caller | File and line number | 
|---|
| 6 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1691 | 
| 5 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Application/SiteApplication.php:488 | 
| 4 | Joomla\CMS\Application\SiteApplication->getTemplate() | JROOT/libraries/src/Application/SiteApplication.php:168 | 
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 | 
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:195 | 
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 | 
Query Time: 1.01 ms After last query: 1.91 ms Query memory: 0.028 MB Memory before query: 3.832 MB Rows returned: 41
SELECT `id`,`name`,`rules`,`parent_id`
  FROM `jla_assets`
  WHERE `name` IN ('root.1','com_admin','com_ajax','com_associations','com_banners','com_cache','com_categories','com_checkin','com_communicationassistance','com_config','com_contact','com_content','com_contenthistory','com_cpanel','com_docman','com_dpfields','com_fields','com_finder','com_installer','com_jce','com_joomlaupdate','com_languages','com_login','com_logman','com_mailto','com_media','com_menus','com_messages','com_modules','com_newsfeeds','com_osmap','com_plugins','com_postinstall','com_redirect','com_rsfirewall','com_rsform','com_search','com_services','com_tags','com_templates','com_users','com_wrapper')
| Error | 
|---|
| You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT `id`,`name`,`rules`,`parent_id`
FROM `#__assets`
WHERE `name` IN ('root.' at line 1 | 
| Status | Duration | 
|---|
| starting | 0.05 ms | 
| Executing hook on transaction  | 0.00 ms | 
| starting | 0.00 ms | 
| checking permissions | 0.00 ms | 
| Opening tables | 0.47 ms | 
| init | 0.01 ms | 
| System lock | 0.00 ms | 
| optimizing | 0.01 ms | 
| statistics | 0.09 ms | 
| preparing | 0.01 ms | 
| executing | 0.28 ms | 
| end | 0.01 ms | 
| query end | 0.00 ms | 
| waiting for handler commit | 0.01 ms | 
| closing tables | 0.01 ms | 
| freeing items | 0.02 ms | 
| cleaning up | 0.02 ms | 
| # | Caller | File and line number | 
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1691 | 
| 17 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Access/Access.php:429 | 
| 16 | Joomla\CMS\Access\Access::preloadComponents() | JROOT/libraries/src/Access/Access.php:213 | 
| 15 | Joomla\CMS\Access\Access::preload() | JROOT/libraries/src/Access/Access.php:531 | 
| 14 | Joomla\CMS\Access\Access::getAssetRules() | JROOT/libraries/src/Access/Access.php:183 | 
| 13 | Joomla\CMS\Access\Access::check() | JROOT/libraries/src/User/User.php:398 | 
| 12 | Joomla\CMS\User\User->authorise() | JROOT/components/com_content/models/article.php:55 | 
| 11 | ContentModelArticle->populateState() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:435 | 
| 10 | Joomla\CMS\MVC\Model\BaseDatabaseModel->getState() | JROOT/components/com_content/models/article.php:248 | 
| 9 | ContentModelArticle->hit() | JROOT/components/com_content/controller.php:109 | 
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 | 
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 | 
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:382 | 
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:357 | 
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 | 
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 | 
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:195 | 
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 | 
Query Time: 1.27 ms After last query: 0.51 ms Query memory: 0.031 MB Memory before query: 3.894 MB Rows returned: 30
SHOW FULL COLUMNS 
  FROM `jla_content`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `jla_content`
| Status | Duration | 
|---|
| starting | 0.04 ms | 
| Executing hook on transaction  | 0.00 ms | 
| starting | 0.03 ms | 
| checking permissions | 0.00 ms | 
| checking permissions | 0.00 ms | 
| Opening tables | 0.39 ms | 
| init | 0.01 ms | 
| System lock | 0.01 ms | 
| optimizing | 0.02 ms | 
| statistics | 0.07 ms | 
| preparing | 0.02 ms | 
| Creating tmp table | 0.04 ms | 
| executing | 0.05 ms | 
| checking permissions | 0.05 ms | 
| checking permissions | 0.02 ms | 
| checking permissions | 0.01 ms | 
| checking permissions | 0.02 ms | 
| checking permissions | 0.01 ms | 
| checking permissions | 0.01 ms | 
| checking permissions | 0.01 ms | 
| checking permissions | 0.01 ms | 
| checking permissions | 0.02 ms | 
| checking permissions | 0.02 ms | 
| checking permissions | 0.01 ms | 
| checking permissions | 0.02 ms | 
| checking permissions | 0.02 ms | 
| checking permissions | 0.01 ms | 
| checking permissions | 0.01 ms | 
| checking permissions | 0.02 ms | 
| checking permissions | 0.01 ms | 
| checking permissions | 0.01 ms | 
| checking permissions | 0.01 ms | 
| checking permissions | 0.01 ms | 
| checking permissions | 0.01 ms | 
| checking permissions | 0.01 ms | 
| checking permissions | 0.01 ms | 
| checking permissions | 0.01 ms | 
| checking permissions | 0.01 ms | 
| checking permissions | 0.02 ms | 
| checking permissions | 0.01 ms | 
| checking permissions | 0.01 ms | 
| checking permissions | 0.01 ms | 
| checking permissions | 0.01 ms | 
| checking permissions | 0.01 ms | 
| checking permissions | 0.04 ms | 
| end | 0.00 ms | 
| query end | 0.00 ms | 
| waiting for handler commit | 0.02 ms | 
| closing tables | 0.02 ms | 
| freeing items | 0.04 ms | 
| cleaning up | 0.03 ms | 
| # | Caller | File and line number | 
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1691 | 
| 15 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:441 | 
| 14 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/src/Table/Table.php:245 | 
| 13 | Joomla\CMS\Table\Table->getFields() | JROOT/libraries/src/Table/Table.php:164 | 
| 12 | Joomla\CMS\Table\Table->__construct() | JROOT/libraries/src/Table/Content.php:39 | 
| 11 | Joomla\CMS\Table\Content->__construct() | JROOT/libraries/src/Table/Table.php:312 | 
| 10 | Joomla\CMS\Table\Table::getInstance() | JROOT/components/com_content/models/article.php:250 | 
| 9 | ContentModelArticle->hit() | JROOT/components/com_content/controller.php:109 | 
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 | 
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 | 
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:382 | 
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:357 | 
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 | 
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 | 
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:195 | 
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 | 
Query Time: 0.22 ms After last query: 0.93 ms Query memory: 0.022 MB Memory before query: 4.005 MB Rows returned: 1
SELECT *
  FROM jla_content
  WHERE `id` = '264'
| Error | 
|---|
| You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT *
FROM #__content
WHERE `id` = '264'' at line 1 | 
| Status | Duration | 
|---|
| starting | 0.03 ms | 
| Executing hook on transaction  | 0.00 ms | 
| starting | 0.00 ms | 
| checking permissions | 0.00 ms | 
| Opening tables | 0.03 ms | 
| init | 0.00 ms | 
| System lock | 0.01 ms | 
| optimizing | 0.01 ms | 
| statistics | 0.04 ms | 
| preparing | 0.01 ms | 
| executing | 0.02 ms | 
| end | 0.00 ms | 
| query end | 0.00 ms | 
| waiting for handler commit | 0.01 ms | 
| closing tables | 0.01 ms | 
| freeing items | 0.02 ms | 
| cleaning up | 0.01 ms | 
| # | Caller | File and line number | 
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1455 | 
| 11 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/Table.php:731 | 
| 10 | Joomla\CMS\Table\Table->load() | JROOT/components/com_content/models/article.php:251 | 
| 9 | ContentModelArticle->hit() | JROOT/components/com_content/controller.php:109 | 
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 | 
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 | 
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:382 | 
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:357 | 
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 | 
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 | 
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:195 | 
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 | 
Query Time: 5.74 ms After last query: 0.06 ms Query memory: 0.005 MB Memory before query: 4.013 MB
UPDATE jla_content
  SET `hits` = (`hits` + 1)
  WHERE `id` = '264'
| Error | 
|---|
| You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'UPDATE #__content
SET `hits` = (`hits` + 1)
WHERE `id` = '264'' at line 1 | 
| Status | Duration | 
|---|
| starting | 0.03 ms | 
| Executing hook on transaction  | 0.00 ms | 
| starting | 0.00 ms | 
| checking permissions | 0.00 ms | 
| Opening tables | 0.02 ms | 
| init | 0.00 ms | 
| System lock | 0.03 ms | 
| updating | 0.11 ms | 
| end | 0.00 ms | 
| query end | 0.00 ms | 
| waiting for handler commit | 5.48 ms | 
| closing tables | 0.02 ms | 
| freeing items | 0.01 ms | 
| cleaning up | 0.01 ms | 
| # | Caller | File and line number | 
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/src/Table/Table.php:1242 | 
| 10 | Joomla\CMS\Table\Table->hit() | JROOT/components/com_content/models/article.php:252 | 
| 9 | ContentModelArticle->hit() | JROOT/components/com_content/controller.php:109 | 
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 | 
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 | 
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:382 | 
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:357 | 
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 | 
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 | 
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:195 | 
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 | 
Query Time: 1.27 ms After last query: 0.50 ms Query memory: 0.023 MB Memory before query: 4.044 MB Rows returned: 1
SELECT a.id, a.asset_id, a.title, a.alias, a.introtext, a.fulltext, a.state, a.catid, a.created, a.created_by, a.created_by_alias, 
  CASE WHEN a.modified = '0000-00-00 00:00:00' THEN a.created ELSE a.modified END as modified, a.modified_by, a.checked_out, a.checked_out_time, a.publish_up, a.publish_down, a.images, a.urls, a.attribs, a.version, a.ordering, a.metakey, a.metadesc, a.access, a.hits, a.metadata, a.featured, a.language, a.xreference,c.title AS category_title, c.alias AS category_alias, c.access AS category_access,u.name AS author,parent.title as parent_title, parent.id as parent_id, parent.path as parent_route, parent.alias as parent_alias,ROUND(v.rating_sum / v.rating_count, 0) AS rating, v.rating_count as rating_count
  FROM jla_content AS a
  INNER JOIN jla_categories AS c 
  on c.id = a.catid
  LEFT JOIN jla_users AS u 
  on u.id = a.created_by
  LEFT JOIN jla_categories as parent 
  ON parent.id = c.parent_id
  LEFT JOIN jla_content_rating AS v 
  ON a.id = v.content_id
  WHERE a.id = 264 
  AND c.published > 0 
  AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2025-11-04 03:22:48') 
  AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2025-11-04 03:22:48') 
  AND (a.state = 1 OR a.state =2)
| Error | 
|---|
| You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT a.id, a.asset_id, a.title, a.alias, a.introtext, a.fulltext, a.state, a.c' at line 1 | 
| Status | Duration | 
|---|
| starting | 0.11 ms | 
| Executing hook on transaction  | 0.00 ms | 
| starting | 0.00 ms | 
| checking permissions | 0.00 ms | 
| checking permissions | 0.00 ms | 
| checking permissions | 0.00 ms | 
| checking permissions | 0.00 ms | 
| checking permissions | 0.00 ms | 
| Opening tables | 0.86 ms | 
| init | 0.01 ms | 
| System lock | 0.01 ms | 
| optimizing | 0.02 ms | 
| statistics | 0.10 ms | 
| preparing | 0.01 ms | 
| executing | 0.02 ms | 
| end | 0.00 ms | 
| query end | 0.00 ms | 
| waiting for handler commit | 0.01 ms | 
| closing tables | 0.02 ms | 
| freeing items | 0.02 ms | 
| cleaning up | 0.02 ms | 
| # | Caller | File and line number | 
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1652 | 
| 13 | JDatabaseDriver->loadObject() | JROOT/components/com_content/models/article.php:148 | 
| 12 | ContentModelArticle->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:423 | 
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_content/views/article/view.html.php:42 | 
| 10 | ContentViewArticle->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 | 
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:113 | 
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 | 
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 | 
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:382 | 
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:357 | 
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 | 
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 | 
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:195 | 
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 | 
Query Time: 0.44 ms After last query: 0.77 ms Query memory: 0.027 MB Memory before query: 4.080 MB Rows returned: 2
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
  FROM `jla_categories` AS `s`
  INNER JOIN `jla_categories` AS `c` 
  ON (s.lft <= c.lft 
  AND c.lft < s.rgt) OR (c.lft < s.lft 
  AND s.rgt < c.rgt)
  WHERE (c.extension='com_content' OR c.extension='system') 
  AND c.access IN (1,1,5) 
  AND c.published = 1 
  AND s.id = 92
  ORDER BY c.lft
| Error | 
|---|
| You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT c.id, c.asset_id, c.access, c.alias, c.checked_out, c.checked_out_time,
	' at line 1 | 
| Status | Duration | 
|---|
| starting | 0.09 ms | 
| Executing hook on transaction  | 0.00 ms | 
| starting | 0.00 ms | 
| checking permissions | 0.00 ms | 
| checking permissions | 0.00 ms | 
| Opening tables | 0.05 ms | 
| init | 0.00 ms | 
| System lock | 0.01 ms | 
| optimizing | 0.02 ms | 
| statistics | 0.09 ms | 
| preparing | 0.02 ms | 
| executing | 0.08 ms | 
| end | 0.00 ms | 
| query end | 0.00 ms | 
| waiting for handler commit | 0.01 ms | 
| closing tables | 0.01 ms | 
| freeing items | 0.02 ms | 
| cleaning up | 0.02 ms | 
| # | Caller | File and line number | 
|---|
| 23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1691 | 
| 22 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Categories/Categories.php:312 | 
| 21 | Joomla\CMS\Categories\Categories->_load() | JROOT/libraries/src/Categories/Categories.php:184 | 
| 20 | Joomla\CMS\Categories\Categories->get() | JROOT/components/com_content/router.php:72 | 
| 19 | ContentRouter->getCategorySegment() | Same as call in the line below. | 
| 18 | call_user_func_array() | JROOT/libraries/src/Component/Router/RouterView.php:120 | 
| 17 | Joomla\CMS\Component\Router\RouterView->getPath() | JROOT/libraries/src/Component/Router/Rules/MenuRules.php:111 | 
| 16 | Joomla\CMS\Component\Router\Rules\MenuRules->preprocess() | JROOT/libraries/src/Component/Router/RouterView.php:222 | 
| 15 | Joomla\CMS\Component\Router\RouterView->preprocess() | JROOT/libraries/src/Router/SiteRouter.php:672 | 
| 14 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:266 | 
| 13 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:154 | 
| 12 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:66 | 
| 11 | Joomla\CMS\Router\Route::_() | JROOT/components/com_content/views/article/view.html.php:71 | 
| 10 | ContentViewArticle->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 | 
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:113 | 
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 | 
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 | 
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:382 | 
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:357 | 
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 | 
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 | 
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:195 | 
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 | 
Query Time: 1.35 ms After last query: 0.33 ms Query memory: 0.022 MB Memory before query: 4.104 MB Rows returned: 0
SELECT `m`.`tag_id`,`t`.*
  FROM `jla_contentitem_tag_map` AS m 
  INNER JOIN `jla_tags` AS t  
  ON `m`.`tag_id` = `t`.`id`
  WHERE `m`.`type_alias` = 'com_content.article' 
  AND `m`.`content_item_id` = 264 
  AND `t`.`published` = 1 
  AND t.access IN (1,1,5)
| Error | 
|---|
| You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT `m`.`tag_id`,`t`.*
FROM `#__contentitem_tag_map` AS m 
INNER JOIN `#__t' at line 1 | 
| Status | Duration | 
|---|
| starting | 0.04 ms | 
| Executing hook on transaction  | 0.00 ms | 
| starting | 0.00 ms | 
| checking permissions | 0.00 ms | 
| checking permissions | 0.00 ms | 
| Opening tables | 1.12 ms | 
| init | 0.01 ms | 
| System lock | 0.01 ms | 
| optimizing | 0.01 ms | 
| statistics | 0.05 ms | 
| preparing | 0.02 ms | 
| executing | 0.02 ms | 
| end | 0.00 ms | 
| query end | 0.00 ms | 
| waiting for handler commit | 0.01 ms | 
| closing tables | 0.01 ms | 
| freeing items | 0.02 ms | 
| cleaning up | 0.02 ms | 
| # | Caller | File and line number | 
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1691 | 
| 12 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Helper/TagsHelper.php:454 | 
| 11 | Joomla\CMS\Helper\TagsHelper->getItemTags() | JROOT/components/com_content/views/article/view.html.php:184 | 
| 10 | ContentViewArticle->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 | 
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:113 | 
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 | 
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 | 
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:382 | 
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:357 | 
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 | 
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 | 
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:195 | 
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 | 
Query Time: 1.99 ms After last query: 2.84 ms Query memory: 0.026 MB Memory before query: 4.229 MB Rows returned: 0
SELECT a.id, a.title, a.name, a.checked_out, a.checked_out_time, a.note, a.state, a.access, a.created_time, a.created_user_id, a.ordering, a.language, a.fieldparams, a.params, a.type, a.default_value, a.context, a.group_id, a.label, a.description, a.required,l.title AS language_title, l.image AS language_image,uc.name AS editor,ag.title AS access_level,ua.name AS author_name,g.title AS group_title, g.access as group_access, g.state AS group_state, g.note as group_note
  FROM jla_fields AS a
  LEFT JOIN `jla_languages` AS l 
  ON l.lang_code = a.language
  LEFT JOIN jla_users AS uc 
  ON uc.id=a.checked_out
  LEFT JOIN jla_viewlevels AS ag 
  ON ag.id = a.access
  LEFT JOIN jla_users AS ua 
  ON ua.id = a.created_user_id
  LEFT JOIN jla_fields_groups AS g 
  ON g.id = a.group_id
  LEFT JOIN `jla_fields_categories` AS fc 
  ON fc.field_id = a.id
  WHERE a.context = 'com_content.article' 
  AND (fc.category_id IS NULL OR fc.category_id IN (92,0)) 
  AND a.access IN (1,1,5) 
  AND (a.group_id = 0 OR g.access IN (1,1,5)) 
  AND a.state = 1 
  AND (a.group_id = 0 OR g.state = 1)
  ORDER BY a.ordering ASC
| Error | 
|---|
| You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT a.id, a.title, a.name, a.checked_out, a.checked_out_time, a.note, a.state' at line 1 | 
| Status | Duration | 
|---|
| starting | 0.09 ms | 
| Executing hook on transaction  | 0.00 ms | 
| starting | 0.00 ms | 
| checking permissions | 0.00 ms | 
| checking permissions | 0.00 ms | 
| checking permissions | 0.00 ms | 
| checking permissions | 0.00 ms | 
| checking permissions | 0.00 ms | 
| checking permissions | 0.00 ms | 
| checking permissions | 0.00 ms | 
| Opening tables | 1.60 ms | 
| init | 0.01 ms | 
| System lock | 0.01 ms | 
| optimizing | 0.02 ms | 
| statistics | 0.08 ms | 
| preparing | 0.03 ms | 
| executing | 0.03 ms | 
| end | 0.00 ms | 
| query end | 0.00 ms | 
| waiting for handler commit | 0.01 ms | 
| closing tables | 0.02 ms | 
| freeing items | 0.02 ms | 
| cleaning up | 0.02 ms | 
| # | Caller | File and line number | 
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1691 | 
| 18 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:308 | 
| 17 | Joomla\CMS\MVC\Model\BaseDatabaseModel->_getList() | JROOT/administrator/components/com_fields/models/fields.php:327 | 
| 16 | FieldsModelFields->_getList() | JROOT/libraries/src/MVC/Model/ListModel.php:187 | 
| 15 | Joomla\CMS\MVC\Model\ListModel->getItems() | JROOT/administrator/components/com_fields/helpers/fields.php:136 | 
| 14 | FieldsHelper::getFields() | JROOT/plugins/system/fields/fields.php:479 | 
| 13 | PlgSystemFields->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 | 
| 12 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 | 
| 11 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:193 | 
| 10 | ContentViewArticle->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 | 
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:113 | 
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 | 
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 | 
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:382 | 
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:357 | 
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 | 
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 | 
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:195 | 
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 | 
Query Time: 2.29 ms After last query: 7.37 ms Query memory: 0.025 MB Memory before query: 4.431 MB Rows returned: 14
SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
  FROM jla_modules AS m
  LEFT JOIN jla_modules_menu AS mm 
  ON mm.moduleid = m.id
  LEFT JOIN jla_extensions AS e 
  ON e.element = m.module 
  AND e.client_id = m.client_id
  WHERE m.published = 1 
  AND e.enabled = 1 
  AND (m.publish_up = '0000-00-00 00:00:00' OR m.publish_up <= '2025-11-04 03:22:48') 
  AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2025-11-04 03:22:48') 
  AND m.access IN (1,1,5) 
  AND m.client_id = 0 
  AND (mm.menuid = 382 OR mm.menuid <= 0)
  ORDER BY m.position, m.ordering
| Error | 
|---|
| You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm' at line 1 | 
| Status | Duration | 
|---|
| starting | 0.07 ms | 
| Executing hook on transaction  | 0.00 ms | 
| starting | 0.00 ms | 
| checking permissions | 0.00 ms | 
| checking permissions | 0.00 ms | 
| checking permissions | 0.00 ms | 
| Opening tables | 0.90 ms | 
| init | 0.01 ms | 
| System lock | 0.01 ms | 
| optimizing | 0.02 ms | 
| statistics | 0.06 ms | 
| preparing | 0.68 ms | 
| executing | 0.44 ms | 
| end | 0.01 ms | 
| query end | 0.00 ms | 
| waiting for handler commit | 0.01 ms | 
| closing tables | 0.02 ms | 
| freeing items | 0.02 ms | 
| cleaning up | 0.02 ms | 
| # | Caller | File and line number | 
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1691 | 
| 14 | JDatabaseDriver->loadObjectList() | Same as call in the line below. | 
| 13 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 | 
| 12 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Helper/ModuleHelper.php:433 | 
| 11 | Joomla\CMS\Helper\ModuleHelper::getModuleList() | JROOT/libraries/src/Helper/ModuleHelper.php:363 | 
| 10 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:87 | 
| 9 | Joomla\CMS\Helper\ModuleHelper::getModules() | JROOT/libraries/src/Document/HtmlDocument.php:581 | 
| 8 | Joomla\CMS\Document\HtmlDocument->countModules() | JROOT/templates/ccda/index.php:46 | 
| 7 | require JROOT/templates/ccda/index.php | JROOT/libraries/src/Document/HtmlDocument.php:658 | 
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:720 | 
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:535 | 
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1027 | 
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:780 | 
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:201 | 
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 | 
Query Time: 0.30 ms After last query: 12.81 ms Query memory: 0.022 MB Memory before query: 4.962 MB Rows returned: 2
SELECT `name`,`element`
  FROM `jla_extensions`
  WHERE `type` = 'plugin' 
  AND `folder` = 'finder' 
  AND `enabled` = 1
| Error | 
|---|
| You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT `name`,`element`
FROM `#__extensions`
WHERE `type` = 'plugin' AND `folde' at line 1 | 
| Status | Duration | 
|---|
| starting | 0.04 ms | 
| Executing hook on transaction  | 0.00 ms | 
| starting | 0.01 ms | 
| checking permissions | 0.01 ms | 
| Opening tables | 0.02 ms | 
| init | 0.00 ms | 
| System lock | 0.01 ms | 
| optimizing | 0.01 ms | 
| statistics | 0.04 ms | 
| preparing | 0.01 ms | 
| executing | 0.07 ms | 
| end | 0.00 ms | 
| query end | 0.00 ms | 
| waiting for handler commit | 0.01 ms | 
| closing tables | 0.01 ms | 
| freeing items | 0.02 ms | 
| cleaning up | 0.02 ms | 
| # | Caller | File and line number | 
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1691 | 
| 12 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_finder/helpers/language.php:126 | 
| 11 | FinderHelperLanguage::loadPluginLanguage() | JROOT/modules/mod_finder/mod_finder.php:51 | 
| 10 | include JROOT/modules/mod_finder/mod_finder.php | JROOT/libraries/src/Helper/ModuleHelper.php:201 | 
| 9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 | 
| 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 | 
| 7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:491 | 
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 | 
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 | 
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1041 | 
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:780 | 
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:201 | 
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 | 
Query Time: 0.84 ms After last query: 1.80 ms Query memory: 0.023 MB Memory before query: 4.981 MB Rows returned: 4
SELECT `title`
  FROM `jla_finder_taxonomy`
  WHERE `parent_id` = 1 
  AND `state` = 1 
  AND `access` IN (1,1,5)
| Error | 
|---|
| You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT `title`
FROM `#__finder_taxonomy`
WHERE `parent_id` = 1 AND `state` = 1 ' at line 1 | 
| Status | Duration | 
|---|
| starting | 0.04 ms | 
| Executing hook on transaction  | 0.00 ms | 
| starting | 0.00 ms | 
| checking permissions | 0.00 ms | 
| Opening tables | 0.60 ms | 
| init | 0.01 ms | 
| System lock | 0.01 ms | 
| optimizing | 0.01 ms | 
| statistics | 0.05 ms | 
| preparing | 0.01 ms | 
| executing | 0.02 ms | 
| end | 0.00 ms | 
| query end | 0.00 ms | 
| waiting for handler commit | 0.01 ms | 
| closing tables | 0.01 ms | 
| freeing items | 0.02 ms | 
| cleaning up | 0.01 ms | 
| # | Caller | File and line number | 
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1540 | 
| 15 | JDatabaseDriver->loadColumn() | JROOT/administrator/components/com_finder/helpers/indexer/taxonomy.php:258 | 
| 14 | FinderIndexerTaxonomy::getBranchTitles() | JROOT/administrator/components/com_finder/helpers/indexer/query.php:750 | 
| 13 | FinderIndexerQuery->processString() | JROOT/administrator/components/com_finder/helpers/indexer/query.php:236 | 
| 12 | FinderIndexerQuery->__construct() | JROOT/modules/mod_finder/helper.php:84 | 
| 11 | ModFinderHelper::getQuery() | JROOT/modules/mod_finder/mod_finder.php:54 | 
| 10 | include JROOT/modules/mod_finder/mod_finder.php | JROOT/libraries/src/Helper/ModuleHelper.php:201 | 
| 9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 | 
| 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 | 
| 7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:491 | 
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 | 
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 | 
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1041 | 
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:780 | 
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:201 | 
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 | 
Query Time: 0.60 ms After last query: 3.13 ms Query memory: 0.021 MB Memory before query: 5.000 MB Rows returned: 1
SELECT sleep_until < '2025-11-04 03:22:48' 
  FROM jla_scheduler_metadata 
  WHERE type = 'metadata' 
  LIMIT 1
| Error | 
|---|
| You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT sleep_until < '2025-11-04 03:22:48' FROM #__scheduler_metadata WHERE typ' at line 1 | 
| Status | Duration | 
|---|
| starting | 0.03 ms | 
| Executing hook on transaction  | 0.00 ms | 
| starting | 0.00 ms | 
| checking permissions | 0.00 ms | 
| Opening tables | 0.44 ms | 
| init | 0.01 ms | 
| System lock | 0.01 ms | 
| optimizing | 0.01 ms | 
| statistics | 0.02 ms | 
| preparing | 0.01 ms | 
| executing | 0.01 ms | 
| end | 0.00 ms | 
| query end | 0.00 ms | 
| waiting for handler commit | 0.01 ms | 
| closing tables | 0.01 ms | 
| freeing items | 0.02 ms | 
| cleaning up | 0.01 ms | 
| # | Caller | File and line number | 
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1730 | 
| 9 | JDatabaseDriver->loadResult() | JROOT/plugins/system/joomlatoolsscheduler/joomlatoolsscheduler.php:128 | 
| 8 | PlgSystemjoomlatoolsscheduler->onAfterRender() | JROOT/libraries/joomla/event/event.php:70 | 
| 7 | JEvent->update() | JROOT/plugins/system/joomlatoolsscheduler/joomlatoolsscheduler.php:167 | 
| 6 | PlgSystemjoomlatoolsscheduler->update() | JROOT/libraries/joomla/event/dispatcher.php:160 | 
| 5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 | 
| 4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1047 | 
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:780 | 
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:201 | 
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 | 
2 × SELECT `ip`,`reason` 
  FROM jla_rsfirewall_lists
2 × SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled` 
  FROM `jla_extensions`
2 × 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 
  FROM `jla_categories` AS `s` 
  INNER JOIN `jla_categories` AS `c` 
  ON (s.lft <= c.lft 
  AND c.lft < s.rgt) OR (c.lft < s.lft 
  AND s.rgt < c.rgt)
2 × SELECT `alias`,`catid` 
  FROM `jla_content`
1 × SELECT `data` 
  FROM `jla_session`
1 × SELECT `title` 
  FROM `jla_finder_taxonomy`
1 × SELECT `name`,`element` 
  FROM `jla_extensions`
1 × SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid 
  FROM jla_modules AS m 
  LEFT JOIN jla_modules_menu AS mm 
  ON mm.moduleid = m.id 
  LEFT JOIN jla_extensions AS e 
  ON e.element = m.module 
  AND e.client_id = m.client_id
1 × SELECT a.id, a.title, a.name, a.checked_out, a.checked_out_time, a.note, a.state, a.access, a.created_time, a.created_user_id, a.ordering, a.language, a.fieldparams, a.params, a.type, a.default_value, a.context, a.group_id, a.label, a.description, a.required,l.title AS language_title, l.image AS language_image,uc.name AS editor,ag.title AS access_level,ua.name AS author_name,g.title AS group_title, g.access as group_access, g.state AS group_state, g.note as group_note 
  FROM jla_fields AS a 
  LEFT JOIN `jla_languages` AS l 
  ON l.lang_code = a.language 
  LEFT JOIN jla_users AS uc 
  ON uc.id=a.checked_out 
  LEFT JOIN jla_viewlevels AS ag 
  ON ag.id = a.access 
  LEFT JOIN jla_users AS ua 
  ON ua.id = a.created_user_id 
  LEFT JOIN jla_fields_groups AS g 
  ON g.id = a.group_id 
  LEFT JOIN `jla_fields_categories` AS fc 
  ON fc.field_id = a.id
1 × SELECT `m`.`tag_id`,`t`.* 
  FROM `jla_contentitem_tag_map` AS m  
  INNER JOIN `jla_tags` AS t  
  ON `m`.`tag_id` = `t`.`id`
1 × SELECT a.id, a.asset_id, a.title, a.alias, a.introtext, a.fulltext, a.state, a.catid, a.created, a.created_by, a.created_by_alias, 
  CASE WHEN a.modified = '0000-00-00 00:00:00' THEN a.created ELSE a.modified END as modified, a.modified_by, a.checked_out, a.checked_out_time, a.publish_up, a.publish_down, a.images, a.urls, a.attribs, a.version, a.ordering, a.metakey, a.metadesc, a.access, a.hits, a.metadata, a.featured, a.language, a.xreference,c.title AS category_title, c.alias AS category_alias, c.access AS category_access,u.name AS author,parent.title as parent_title, parent.id as parent_id, parent.path as parent_route, parent.alias as parent_alias,ROUND(v.rating_sum / v.rating_count, 0) AS rating, v.rating_count as rating_count 
  FROM jla_content AS a 
  INNER JOIN jla_categories AS c 
  on c.id = a.catid 
  LEFT JOIN jla_users AS u 
  on u.id = a.created_by 
  LEFT JOIN jla_categories as parent 
  ON parent.id = c.parent_id 
  LEFT JOIN jla_content_rating AS v 
  ON a.id = v.content_id
1 × SELECT * 
  FROM jla_content
1 × SELECT `id`,`name`,`rules`,`parent_id` 
  FROM `jla_assets`
1 × SELECT id, home, template, s.params 
  FROM jla_template_styles as s 
  LEFT JOIN jla_extensions as e 
  ON e.element=s.template 
  AND e.type='template' 
  AND e.client_id=s.client_id
1 × SELECT * 
  FROM jla_languages
1 × SELECT * 
  FROM jla_rsfirewall_snapshots
1 × SELECT * 
  FROM jla_rsfirewall_exceptions
1 × SELECT `session_id` 
  FROM `jla_session`
1 × SELECT * 
  FROM jla_rsfirewall_hashes
1 × SELECT m.id, m.menutype, m.title, m.alias, m.note, m.path AS route, m.link, m.type, m.level, m.language,`m`.`browserNav`, m.access, m.params, m.home, m.img, m.template_style_id, m.component_id, m.parent_id,e.element as component 
  FROM jla_menu AS m 
  LEFT JOIN jla_extensions AS e 
  ON m.component_id = e.extension_id
1 × SELECT manifest_cache 
  FROM jla_extensions
1 × SELECT * 
  FROM jla_rsfirewall_configuratio
1 × SELECT `file` 
  FROM jla_rsfirewall_hashes
1 × SELECT `path` 
  FROM jla_rsfirewall_ignored
1 × SELECT `folder` AS `type`,`element` AS `name`,`params` AS `params`,`extension_id` AS `id` 
  FROM jla_extensions
1 × SELECT b.id 
  FROM jla_usergroups AS a 
  LEFT JOIN jla_usergroups AS b 
  ON b.lft <= a.lft 
  AND b.rgt >= a.rgt
1 × SELECT id, rules 
  FROM `jla_viewlevels
1 × SELECT sleep_until < '2025-11-04 03:22:48' 
  FROM jla_scheduler_metadata