- **Query Time: 0.68 ms** **Query memory: 0.023 MB Memory before query: 2.549 MB** **Rows returned: 0** - SELECT `data`
 FROM `hemdn_session`
 WHERE `session_id` = 'e013d3d7b96fc0a0dd67da98a78e9bc8'
 | 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` = 'e013d3d7b96fc0a0dd67da9' at line 1 |  
 
| Status | Duration | 
|---|
 | starting | 0.10 ms |  | Executing hook on transaction | 0.01 ms |  | starting | 0.01 ms |  | checking permissions | 0.01 ms |  | Opening tables | 0.13 ms |  | init | 0.02 ms |  | System lock | 0.02 ms |  | optimizing | 0.03 ms |  | statistics | 0.17 ms |  | executing | 0.02 ms |  | end | 0.03 ms |  | query end | 0.01 ms |  | waiting for handler commit | 0.02 ms |  | closing tables | 0.03 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:1720 |  | 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:82 |  | 10 | JSessionHandlerJoomla->start() | JROOT/libraries/joomla/session/session.php:648 |  | 9 | JSession->_start() | JROOT/libraries/joomla/session/session.php:608 |  | 8 | JSession->start() | JROOT/libraries/joomla/session/session.php:486 |  | 7 | JSession->get() | JROOT/libraries/joomla/session/session.php:443 |  | 6 | JSession->isNew() | JROOT/libraries/cms/application/cms.php:829 |  | 5 | JApplicationCms->loadSession() | JROOT/libraries/cms/application/cms.php:131 |  | 4 | JApplicationCms->__construct() | JROOT/libraries/cms/application/site.php:63 |  | 3 | JApplicationSite->__construct() | JROOT/libraries/cms/application/cms.php:413 |  | 2 | JApplicationCms::getInstance() | JROOT/libraries/joomla/factory.php:125 |  | 1 | JFactory::getApplication() | JROOT/index.php:46 |  
 
 
- **Query Time: 0.26 ms** **After last query: 0.83 ms** **Query memory: 0.019 MB Memory before query: 2.632 MB** **Rows returned: 0** - SELECT `session_id`
 FROM `hemdn_session`
 WHERE `session_id` = 'e013d3d7b96fc0a0dd67da98a78e9bc8'
 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` = 'e013d3d7b96fc0a0d' at line 1 |  
 
| Status | Duration | 
|---|
 | starting | 0.05 ms |  | Executing hook on transaction | 0.01 ms |  | starting | 0.01 ms |  | checking permissions | 0.00 ms |  | Opening tables | 0.02 ms |  | init | 0.01 ms |  | System lock | 0.01 ms |  | optimizing | 0.01 ms |  | statistics | 0.04 ms |  | executing | 0.02 ms |  | end | 0.01 ms |  | query end | 0.01 ms |  | waiting for handler commit | 0.01 ms |  | closing tables | 0.01 ms |  | freeing items | 0.01 ms |  | cleaning up | 0.00 ms |  
 
| # | **Caller** | **File and line number** | 
|---|
 | 8 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1720 |  | 7 | JDatabaseDriver->loadResult() | JROOT/libraries/cms/application/cms.php:176 |  | 6 | JApplicationCms->checkSession() | JROOT/libraries/cms/application/cms.php:831 |  | 5 | JApplicationCms->loadSession() | JROOT/libraries/cms/application/cms.php:131 |  | 4 | JApplicationCms->__construct() | JROOT/libraries/cms/application/site.php:63 |  | 3 | JApplicationSite->__construct() | JROOT/libraries/cms/application/cms.php:413 |  | 2 | JApplicationCms::getInstance() | JROOT/libraries/joomla/factory.php:125 |  | 1 | JFactory::getApplication() | JROOT/index.php:46 |  
 
 
- **Query Time: 6.87 ms** **After last query: 0.08 ms** **Query memory: 0.003 MB Memory before query: 2.636 MB** - INSERT INTO `hemdn_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`) 
 VALUES 
('e013d3d7b96fc0a0dd67da98a78e9bc8', 1, '1761884968', 0, '', 0)
 - **EXPLAIN not possible on query: INSERT INTO `hemdn_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`) VALUES 
('e013d3d7b96fc0a0dd67da98a78e9bc8', 1, '1761884968', 0, '', 0)** 
| Status | Duration | 
|---|
 | starting | 0.06 ms |  | Executing hook on transaction | 0.01 ms |  | starting | 0.01 ms |  | checking permissions | 0.00 ms |  | Opening tables | 0.03 ms |  | init | 0.01 ms |  | System lock | 0.01 ms |  | update | 1.06 ms |  | end | 0.01 ms |  | query end | 0.01 ms |  | waiting for handler commit | 5.43 ms |  | closing tables | 0.09 ms |  | freeing items | 0.04 ms |  | cleaning up | 0.02 ms |  
 
| # | **Caller** | **File and line number** | 
|---|
 | 7 | JDatabaseDriverMysqli->execute() | JROOT/libraries/cms/application/cms.php:216 |  | 6 | JApplicationCms->checkSession() | JROOT/libraries/cms/application/cms.php:831 |  | 5 | JApplicationCms->loadSession() | JROOT/libraries/cms/application/cms.php:131 |  | 4 | JApplicationCms->__construct() | JROOT/libraries/cms/application/site.php:63 |  | 3 | JApplicationSite->__construct() | JROOT/libraries/cms/application/cms.php:413 |  | 2 | JApplicationCms::getInstance() | JROOT/libraries/joomla/factory.php:125 |  | 1 | JFactory::getApplication() | JROOT/index.php:46 |  
 
 
- **Query Time: 0.74 ms** **After last query: 5.60 ms** **Query memory: 0.023 MB Memory before query: 2.808 MB** **Rows returned: 33** - SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
 FROM `hemdn_extensions`
 WHERE `type` = 'component'
 | 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 `hem' at line 1 |  
 
| Status | Duration | 
|---|
 | starting | 0.04 ms |  | Executing hook on transaction | 0.01 ms |  | starting | 0.01 ms |  | checking permissions | 0.01 ms |  | Opening tables | 0.09 ms |  | init | 0.01 ms |  | System lock | 0.01 ms |  | optimizing | 0.01 ms |  | statistics | 0.15 ms |  | preparing | 0.02 ms |  | executing | 0.26 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.00 ms |  
 
| # | **Caller** | **File and line number** | 
|---|
 | 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |  | 9 | JDatabaseDriver->loadObjectList() | JROOT/libraries/cms/component/helper.php:447 |  | 8 | JComponentHelper::{closure}() | JROOT/libraries/joomla/cache/controller/callback.php:169 |  | 7 | JCacheControllerCallback->get() | JROOT/libraries/cms/component/helper.php:455 |  | 6 | JComponentHelper::load() | JROOT/libraries/cms/component/helper.php:43 |  | 5 | JComponentHelper::getComponent() | JROOT/libraries/cms/component/helper.php:111 |  | 4 | JComponentHelper::getParams() | JROOT/libraries/cms/application/site.php:593 |  | 3 | JApplicationSite->initialiseApp() | JROOT/libraries/cms/application/site.php:209 |  | 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |  | 1 | JApplicationCms->execute() | JROOT/index.php:49 |  
 
 
- **Query Time: 0.37 ms** **After last query: 2.16 ms** **Query memory: 0.021 MB Memory before query: 2.988 MB** **Rows returned: 3** - SELECT id, rules
 FROM `hemdn_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.01 ms |  | starting | 0.01 ms |  | checking permissions | 0.01 ms |  | Opening tables | 0.07 ms |  | init | 0.02 ms |  | System lock | 0.01 ms |  | optimizing | 0.01 ms |  | statistics | 0.02 ms |  | preparing | 0.01 ms |  | executing | 0.09 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.00 ms |  
 
| # | **Caller** | **File and line number** | 
|---|
 | 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1486 |  | 9 | JDatabaseDriver->loadAssocList() | JROOT/libraries/joomla/access/access.php:1061 |  | 8 | JAccess::getAuthorisedViewLevels() | JROOT/libraries/joomla/user/user.php:453 |  | 7 | JUser->getAuthorisedViewLevels() | JROOT/libraries/cms/plugin/helper.php:309 |  | 6 | JPluginHelper::load() | JROOT/libraries/cms/plugin/helper.php:86 |  | 5 | JPluginHelper::getPlugin() | JROOT/libraries/cms/plugin/helper.php:128 |  | 4 | JPluginHelper::isEnabled() | JROOT/libraries/cms/application/site.php:603 |  | 3 | JApplicationSite->initialiseApp() | JROOT/libraries/cms/application/site.php:209 |  | 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |  | 1 | JApplicationCms->execute() | JROOT/index.php:49 |  
 
 
- **Query Time: 0.54 ms** **After last query: 0.09 ms** **Query memory: 0.021 MB Memory before query: 2.999 MB** **Rows returned: 1** - SELECT b.id
 FROM hemdn_usergroups AS a
 LEFT JOIN hemdn_usergroups AS b
 ON b.lft <= a.lft
 AND b.rgt >= a.rgt
 WHERE a.id = 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 b.id
FROM #__usergroups AS a
LEFT JOIN #__usergroups AS b ON b.lft ' at line 1 |  
 
| Status | Duration | 
|---|
 | starting | 0.06 ms |  | Executing hook on transaction | 0.01 ms |  | starting | 0.01 ms |  | checking permissions | 0.01 ms |  | checking permissions | 0.00 ms |  | Opening tables | 0.08 ms |  | init | 0.01 ms |  | System lock | 0.02 ms |  | optimizing | 0.02 ms |  | statistics | 0.12 ms |  | preparing | 0.03 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.00 ms |  
 
| # | **Caller** | **File and line number** | 
|---|
 | 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1530 |  | 10 | JDatabaseDriver->loadColumn() | JROOT/libraries/joomla/access/access.php:978 |  | 9 | JAccess::getGroupsByUser() | JROOT/libraries/joomla/access/access.php:1093 |  | 8 | JAccess::getAuthorisedViewLevels() | JROOT/libraries/joomla/user/user.php:453 |  | 7 | JUser->getAuthorisedViewLevels() | JROOT/libraries/cms/plugin/helper.php:309 |  | 6 | JPluginHelper::load() | JROOT/libraries/cms/plugin/helper.php:86 |  | 5 | JPluginHelper::getPlugin() | JROOT/libraries/cms/plugin/helper.php:128 |  | 4 | JPluginHelper::isEnabled() | JROOT/libraries/cms/application/site.php:603 |  | 3 | JApplicationSite->initialiseApp() | JROOT/libraries/cms/application/site.php:209 |  | 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |  | 1 | JApplicationCms->execute() | JROOT/index.php:49 |  
 
 
- **Query Time: 0.80 ms** **After last query: 0.59 ms** **Query memory: 0.026 MB Memory before query: 3.061 MB** **Rows returned: 77** - SELECT `folder` AS `type`,`element` AS `name`,`params`
 FROM hemdn_extensions
 WHERE enabled = 1
 AND type = 'plugin'
 AND state IN (0,1)
 AND access IN (1,1)
 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`
FROM #__extensions
WHE' at line 1 |  
 
| Status | Duration | 
|---|
 | starting | 0.06 ms |  | Executing hook on transaction | 0.02 ms |  | starting | 0.01 ms |  | checking permissions | 0.01 ms |  | Opening tables | 0.05 ms |  | init | 0.01 ms |  | System lock | 0.01 ms |  | optimizing | 0.02 ms |  | statistics | 0.04 ms |  | preparing | 0.05 ms |  | executing | 0.43 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.00 ms |  
 
| # | **Caller** | **File and line number** | 
|---|
 | 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |  | 9 | JDatabaseDriver->loadObjectList() | JROOT/libraries/cms/plugin/helper.php:327 |  | 8 | JPluginHelper::{closure}() | JROOT/libraries/joomla/cache/controller/callback.php:169 |  | 7 | JCacheControllerCallback->get() | JROOT/libraries/cms/plugin/helper.php:332 |  | 6 | JPluginHelper::load() | JROOT/libraries/cms/plugin/helper.php:86 |  | 5 | JPluginHelper::getPlugin() | JROOT/libraries/cms/plugin/helper.php:128 |  | 4 | JPluginHelper::isEnabled() | JROOT/libraries/cms/application/site.php:603 |  | 3 | JApplicationSite->initialiseApp() | JROOT/libraries/cms/application/site.php:209 |  | 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |  | 1 | JApplicationCms->execute() | JROOT/index.php:49 |  
 
 
- **Query Time: 1.35 ms** **After last query: 15.65 ms** **Query memory: 0.056 MB Memory before query: 4.696 MB** **Rows returned: 42** - 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 hemdn_menu AS m
 LEFT JOIN hemdn_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.10 ms |  | Executing hook on transaction | 0.01 ms |  | starting | 0.02 ms |  | checking permissions | 0.01 ms |  | checking permissions | 0.00 ms |  | Opening tables | 0.12 ms |  | init | 0.01 ms |  | System lock | 0.01 ms |  | optimizing | 0.01 ms |  | statistics | 0.12 ms |  | preparing | 0.04 ms |  | executing | 0.73 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.00 ms |  
 
| # | **Caller** | **File and line number** | 
|---|
 | 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |  | 17 | JDatabaseDriver->loadObjectList() | JROOT/libraries/cms/menu/site.php:88 |  | 16 | JMenuSite->{closure}() | JROOT/libraries/joomla/cache/controller/callback.php:169 |  | 15 | JCacheControllerCallback->get() | JROOT/libraries/cms/menu/site.php:96 |  | 14 | JMenuSite->load() | JROOT/libraries/cms/menu/menu.php:74 |  | 13 | JMenu->__construct() | JROOT/libraries/cms/menu/site.php:57 |  | 12 | JMenuSite->__construct() | JROOT/libraries/cms/menu/menu.php:129 |  | 11 | JMenu::getInstance() | JROOT/libraries/cms/application/cms.php:444 |  | 10 | JApplicationCms->getMenu() | JROOT/libraries/cms/application/site.php:272 |  | 9 | JApplicationSite->getMenu() | JROOT/libraries/cms/router/site.php:59 |  | 8 | JRouterSite->__construct() | JROOT/libraries/cms/router/router.php:198 |  | 7 | JRouter::getInstance() | JROOT/libraries/cms/application/cms.php:549 |  | 6 | JApplicationCms::getRouter() | JROOT/libraries/cms/application/site.php:402 |  | 5 | JApplicationSite::getRouter() | JROOT/libraries/cms/application/cms.php:1145 |  | 4 | JApplicationCms->route() | JROOT/libraries/cms/application/site.php:795 |  | 3 | JApplicationSite->route() | JROOT/libraries/cms/application/site.php:215 |  | 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |  | 1 | JApplicationCms->execute() | JROOT/index.php:49 |  
 
 
- **Query Time: 0.40 ms** **After last query: 6.56 ms** **Query memory: 0.024 MB Memory before query: 5.405 MB** **Rows returned: 1** - SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
 FROM `hemdn_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 `hem' at line 1 |  
 
| Status | Duration | 
|---|
 | starting | 0.06 ms |  | Executing hook on transaction | 0.01 ms |  | starting | 0.01 ms |  | checking permissions | 0.01 ms |  | Opening tables | 0.05 ms |  | init | 0.01 ms |  | System lock | 0.01 ms |  | optimizing | 0.01 ms |  | statistics | 0.09 ms |  | preparing | 0.02 ms |  | executing | 0.03 ms |  | end | 0.01 ms |  | query end | 0.00 ms |  | waiting for handler commit | 0.02 ms |  | closing tables | 0.01 ms |  | freeing items | 0.01 ms |  | cleaning up | 0.01 ms |  
 
| # | **Caller** | **File and line number** | 
|---|
 | 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1642 |  | 17 | JDatabaseDriver->loadObject() | JROOT/libraries/cms/library/helper.php:166 |  | 16 | JLibraryHelper::{closure}() | JROOT/libraries/joomla/cache/controller/callback.php:169 |  | 15 | JCacheControllerCallback->get() | JROOT/libraries/cms/library/helper.php:174 |  | 14 | JLibraryHelper::loadLibrary() | JROOT/libraries/cms/library/helper.php:42 |  | 13 | JLibraryHelper::getLibrary() | JROOT/libraries/cms/library/helper.php:89 |  | 12 | JLibraryHelper::getParams() | JROOT/libraries/cms/version/version.php:270 |  | 11 | JVersion->getMediaVersion() | JROOT/libraries/joomla/factory.php:760 |  | 10 | JFactory::createDocument() | JROOT/libraries/joomla/factory.php:216 |  | 9 | JFactory::getDocument() | JROOT/plugins/system/k2/k2.php:460 |  | 8 | plgSystemK2->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |  | 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |  | 6 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |  | 5 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1155 |  | 4 | JApplicationCms->route() | JROOT/libraries/cms/application/site.php:795 |  | 3 | JApplicationSite->route() | JROOT/libraries/cms/application/site.php:215 |  | 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |  | 1 | JApplicationCms->execute() | JROOT/index.php:49 |  
 
 
- **Query Time: 2.81 ms** **After last query: 0.14 ms** **Query memory: 0.006 MB Memory before query: 5.397 MB** - UPDATE `hemdn_extensions`
 SET `params` = '{\"mediaversion\":\"ea34fedf8458ee5e8cd77061eb78b5f4\"}'
 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\":\"ea34fedf8458ee5e8c' at line 1 |  
 
| Status | Duration | 
|---|
 | starting | 0.05 ms |  | Executing hook on transaction | 0.01 ms |  | starting | 0.01 ms |  | checking permissions | 0.01 ms |  | Opening tables | 0.03 ms |  | init | 0.01 ms |  | System lock | 0.08 ms |  | updating | 0.24 ms |  | end | 0.01 ms |  | query end | 0.00 ms |  | waiting for handler commit | 2.30 ms |  | closing tables | 0.01 ms |  | freeing items | 0.02 ms |  | cleaning up | 0.00 ms |  
 
| # | **Caller** | **File and line number** | 
|---|
 | 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/cms/library/helper.php:116 |  | 13 | JLibraryHelper::saveParams() | JROOT/libraries/cms/version/version.php:321 |  | 12 | JVersion->setMediaVersion() | JROOT/libraries/cms/version/version.php:280 |  | 11 | JVersion->getMediaVersion() | JROOT/libraries/joomla/factory.php:760 |  | 10 | JFactory::createDocument() | JROOT/libraries/joomla/factory.php:216 |  | 9 | JFactory::getDocument() | JROOT/plugins/system/k2/k2.php:460 |  | 8 | plgSystemK2->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |  | 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |  | 6 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |  | 5 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1155 |  | 4 | JApplicationCms->route() | JROOT/libraries/cms/application/site.php:795 |  | 3 | JApplicationSite->route() | JROOT/libraries/cms/application/site.php:215 |  | 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |  | 1 | JApplicationCms->execute() | JROOT/index.php:49 |  
 
 
- **Query Time: 0.44 ms** **After last query: 3.57 ms** **Query memory: 0.022 MB Memory before query: 5.712 MB** **Rows returned: 1** - SELECT *
 FROM hemdn_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.04 ms |  | Executing hook on transaction | 0.01 ms |  | starting | 0.01 ms |  | checking permissions | 0.00 ms |  | Opening tables | 0.08 ms |  | init | 0.01 ms |  | System lock | 0.01 ms |  | optimizing | 0.02 ms |  | statistics | 0.03 ms |  | preparing | 0.03 ms |  | executing | 0.09 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.01 ms |  | cleaning up | 0.00 ms |  
 
| # | **Caller** | **File and line number** | 
|---|
 | 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |  | 13 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/language/helper.php:148 |  | 12 | JLanguageHelper::getLanguages() | JROOT/libraries/cms/application/site.php:327 |  | 11 | JApplicationSite->getParams() | JROOT/components/com_k2/helpers/utilities.php:274 |  | 10 | K2HelperUtilities::getParams() | JROOT/administrator/components/com_k2/helpers/html.php:55 |  | 9 | K2HelperHTML::loadHeadIncludes() | JROOT/plugins/system/k2/k2.php:478 |  | 8 | plgSystemK2->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |  | 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |  | 6 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |  | 5 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1155 |  | 4 | JApplicationCms->route() | JROOT/libraries/cms/application/site.php:795 |  | 3 | JApplicationSite->route() | JROOT/libraries/cms/application/site.php:215 |  | 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |  | 1 | JApplicationCms->execute() | JROOT/index.php:49 |  
 
 
- **Query Time: 0.51 ms** **After last query: 2.22 ms** **Query memory: 0.024 MB Memory before query: 5.893 MB** **Rows returned: 3** - SELECT id, home, template, s.params
 FROM hemdn_template_styles as s
 LEFT JOIN hemdn_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 he' at line 1 |  
 
| Status | Duration | 
|---|
 | starting | 0.06 ms |  | Executing hook on transaction | 0.01 ms |  | starting | 0.01 ms |  | checking permissions | 0.00 ms |  | checking permissions | 0.00 ms |  | Opening tables | 0.08 ms |  | init | 0.01 ms |  | System lock | 0.01 ms |  | optimizing | 0.02 ms |  | statistics | 0.09 ms |  | preparing | 0.02 ms |  | executing | 0.11 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.01 ms |  | cleaning up | 0.00 ms |  
 
| # | **Caller** | **File and line number** | 
|---|
 | 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |  | 18 | JDatabaseDriver->loadObjectList() | JROOT/libraries/cms/application/site.php:485 |  | 17 | JApplicationSite->getTemplate() | JROOT/libraries/cms/html/html.php:359 |  | 16 | JHtml::includeRelativeFiles() | JROOT/libraries/cms/html/html.php:706 |  | 15 | JHtml::script() | JROOT/libraries/cms/html/html.php:233 |  | 14 | JHtml::call() | JROOT/libraries/cms/html/html.php:140 |  | 13 | JHtml::_() | JROOT/libraries/cms/html/jquery.php:52 |  | 12 | JHtmlJquery::framework() | JROOT/libraries/cms/html/html.php:233 |  | 11 | JHtml::call() | JROOT/libraries/cms/html/html.php:140 |  | 10 | JHtml::_() | JROOT/administrator/components/com_k2/helpers/html.php:82 |  | 9 | K2HelperHTML::loadHeadIncludes() | JROOT/plugins/system/k2/k2.php:478 |  | 8 | plgSystemK2->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |  | 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |  | 6 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |  | 5 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1155 |  | 4 | JApplicationCms->route() | JROOT/libraries/cms/application/site.php:795 |  | 3 | JApplicationSite->route() | JROOT/libraries/cms/application/site.php:215 |  | 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |  | 1 | JApplicationCms->execute() | JROOT/index.php:49 |  
 
 
- **Query Time: 0.62 ms** **After last query: 2.01 ms** **Query memory: 0.025 MB Memory before query: 6.021 MB** **Rows returned: 33** - SELECT `id`,`name`,`rules`,`parent_id`
 FROM `hemdn_assets`
 WHERE `name` IN ('root.1','com_admin','com_ajax','com_associations','com_banners','com_cache','com_categories','com_checkin','com_config','com_contact','com_content','com_contenthistory','com_cpanel','com_fields','com_finder','com_installer','com_joomlaupdate','com_k2','com_languages','com_login','com_mailto','com_media','com_menus','com_messages','com_modules','com_newsfeeds','com_plugins','com_postinstall','com_redirect','com_search','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 ('roo' at line 1 |  
 
| Status | Duration | 
|---|
 | starting | 0.06 ms |  | Executing hook on transaction | 0.01 ms |  | starting | 0.01 ms |  | checking permissions | 0.01 ms |  | Opening tables | 0.08 ms |  | init | 0.01 ms |  | System lock | 0.01 ms |  | optimizing | 0.01 ms |  | statistics | 0.09 ms |  | preparing | 0.01 ms |  | executing | 0.21 ms |  | end | 0.05 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.00 ms |  
 
| # | **Caller** | **File and line number** | 
|---|
 | 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |  | 12 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/access/access.php:427 |  | 11 | JAccess::preloadComponents() | JROOT/libraries/joomla/access/access.php:211 |  | 10 | JAccess::preload() | JROOT/libraries/joomla/access/access.php:529 |  | 9 | JAccess::getAssetRules() | JROOT/libraries/joomla/access/access.php:181 |  | 8 | JAccess::check() | JROOT/libraries/joomla/user/user.php:393 |  | 7 | JUser->authorise() | JROOT/components/com_k2/k2.php:16 |  | 6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:389 |  | 5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:364 |  | 4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |  | 3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |  | 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |  | 1 | JApplicationCms->execute() | JROOT/index.php:49 |  
 
 
- **Query Time: 0.65 ms** **After last query: 9.05 ms** **Query memory: 0.023 MB Memory before query: 7.016 MB** **Rows returned: 16** - SELECT id 
 FROM hemdn_k2_categories
 WHERE published=1
 AND trash=0
 AND access IN(1,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 FROM #__k2_categories WHERE published=1 AND trash=0 AND access IN(1' at line 1 |  
 
| Status | Duration | 
|---|
 | starting | 0.06 ms |  | Executing hook on transaction | 0.00 ms |  | starting | 0.01 ms |  | checking permissions | 0.00 ms |  | Opening tables | 0.06 ms |  | init | 0.00 ms |  | System lock | 0.02 ms |  | optimizing | 0.01 ms |  | statistics | 0.14 ms |  | preparing | 0.02 ms |  | executing | 0.22 ms |  | end | 0.01 ms |  | query end | 0.01 ms |  | closing tables | 0.02 ms |  | freeing items | 0.01 ms |  | cleaning up | 0.00 ms |  
 
| # | **Caller** | **File and line number** | 
|---|
 | 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1530 |  | 13 | JDatabaseDriver->loadColumn() | JROOT/components/com_k2/helpers/permissions.php:274 |  | 12 | K2HelperPermissions::canAddItem() | JROOT/components/com_k2/views/item/view.html.php:36 |  | 11 | K2ViewItem->display() | JROOT/libraries/legacy/controller/legacy.php:671 |  | 10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |  | 9 | K2Controller->display() | JROOT/components/com_k2/controllers/item.php:84 |  | 8 | K2ControllerItem->display() | JROOT/libraries/legacy/controller/legacy.php:709 |  | 7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |  | 6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:389 |  | 5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:364 |  | 4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |  | 3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |  | 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |  | 1 | JApplicationCms->execute() | JROOT/index.php:49 |  
 
 
- **Query Time: 0.41 ms** **After last query: 0.13 ms** **Query memory: 0.023 MB Memory before query: 7.022 MB** **Rows returned: 1** - SELECT * 
 FROM hemdn_k2_items
 WHERE id=291
 LIMIT 0, 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 #__k2_items WHERE id=291 LIMIT 0, 1' 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.09 ms |  | init | 0.01 ms |  | System lock | 0.01 ms |  | optimizing | 0.01 ms |  | statistics | 0.06 ms |  | preparing | 0.02 ms |  | executing | 0.05 ms |  | end | 0.00 ms |  | query end | 0.01 ms |  | closing tables | 0.01 ms |  | freeing items | 0.02 ms |  | cleaning up | 0.01 ms |  
 
| # | **Caller** | **File and line number** | 
|---|
 | 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1642 |  | 13 | JDatabaseDriver->loadObject() | JROOT/components/com_k2/models/item.php:35 |  | 12 | K2ModelItem->getData() | JROOT/components/com_k2/views/item/view.html.php:42 |  | 11 | K2ViewItem->display() | JROOT/libraries/legacy/controller/legacy.php:671 |  | 10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |  | 9 | K2Controller->display() | JROOT/components/com_k2/controllers/item.php:84 |  | 8 | K2ControllerItem->display() | JROOT/libraries/legacy/controller/legacy.php:709 |  | 7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |  | 6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:389 |  | 5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:364 |  | 4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |  | 3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |  | 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |  | 1 | JApplicationCms->execute() | JROOT/index.php:49 |  
 
 
- **Query Time: 2.65 ms** **After last query: 0.51 ms** **Query memory: 0.027 MB Memory before query: 7.130 MB** **Rows returned: 14** - SHOW FULL COLUMNS 
 FROM `hemdn_k2_categories`
 - **EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `hemdn_k2_categories`** 
| Status | Duration | 
|---|
 | starting | 0.14 ms |  | Executing hook on transaction | 0.01 ms |  | starting | 0.14 ms |  | checking permissions | 0.01 ms |  | checking permissions | 0.00 ms |  | Opening tables | 0.98 ms |  | init | 0.01 ms |  | System lock | 0.04 ms |  | optimizing | 0.03 ms |  | statistics | 0.19 ms |  | preparing | 0.03 ms |  | Creating tmp table | 0.09 ms |  | executing | 0.15 ms |  | checking permissions | 0.14 ms |  | checking permissions | 0.05 ms |  | checking permissions | 0.03 ms |  | checking permissions | 0.02 ms |  | checking permissions | 0.03 ms |  | checking permissions | 0.02 ms |  | checking permissions | 0.02 ms |  | checking permissions | 0.02 ms |  | checking permissions | 0.02 ms |  | checking permissions | 0.02 ms |  | checking permissions | 0.02 ms |  | checking permissions | 0.03 ms |  | checking permissions | 0.03 ms |  | checking permissions | 0.12 ms |  | end | 0.01 ms |  | query end | 0.00 ms |  | waiting for handler commit | 0.02 ms |  | closing tables | 0.03 ms |  | freeing items | 0.06 ms |  | cleaning up | 0.01 ms |  
 
| # | **Caller** | **File and line number** | 
|---|
 | 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |  | 18 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:440 |  | 17 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/joomla/table/table.php:244 |  | 16 | JTable->getFields() | JROOT/libraries/joomla/table/table.php:163 |  | 15 | JTable->__construct() | JROOT/administrator/components/com_k2/tables/k2category.php:36 |  | 14 | TableK2Category->__construct() | JROOT/libraries/joomla/table/table.php:311 |  | 13 | JTable::getInstance() | JROOT/components/com_k2/models/item.php:72 |  | 12 | K2ModelItem->prepareItem() | JROOT/components/com_k2/views/item/view.html.php:51 |  | 11 | K2ViewItem->display() | JROOT/libraries/legacy/controller/legacy.php:671 |  | 10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |  | 9 | K2Controller->display() | JROOT/components/com_k2/controllers/item.php:84 |  | 8 | K2ControllerItem->display() | JROOT/libraries/legacy/controller/legacy.php:709 |  | 7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |  | 6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:389 |  | 5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:364 |  | 4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |  | 3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |  | 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |  | 1 | JApplicationCms->execute() | JROOT/index.php:49 |  
 
 
- **Query Time: 0.40 ms** **After last query: 0.45 ms** **Query memory: 0.023 MB Memory before query: 7.171 MB** **Rows returned: 1** - SELECT * 
 FROM hemdn_k2_categories
 WHERE id = '49'
 | 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 #__k2_categories WHERE id = '49'' at line 1 |  
 
| Status | Duration | 
|---|
 | starting | 0.04 ms |  | Executing hook on transaction | 0.01 ms |  | starting | 0.02 ms |  | checking permissions | 0.01 ms |  | Opening tables | 0.04 ms |  | init | 0.01 ms |  | System lock | 0.04 ms |  | optimizing | 0.03 ms |  | statistics | 0.05 ms |  | preparing | 0.01 ms |  | executing | 0.02 ms |  | end | 0.00 ms |  | query end | 0.01 ms |  | closing tables | 0.03 ms |  | freeing items | 0.02 ms |  | cleaning up | 0.00 ms |  
 
| # | **Caller** | **File and line number** | 
|---|
 | 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1445 |  | 14 | JDatabaseDriver->loadAssoc() | JROOT/administrator/components/com_k2/tables/k2category.php:67 |  | 13 | TableK2Category->load() | JROOT/components/com_k2/models/item.php:73 |  | 12 | K2ModelItem->prepareItem() | JROOT/components/com_k2/views/item/view.html.php:51 |  | 11 | K2ViewItem->display() | JROOT/libraries/legacy/controller/legacy.php:671 |  | 10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |  | 9 | K2Controller->display() | JROOT/components/com_k2/controllers/item.php:84 |  | 8 | K2ControllerItem->display() | JROOT/libraries/legacy/controller/legacy.php:709 |  | 7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |  | 6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:389 |  | 5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:364 |  | 4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |  | 3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |  | 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |  | 1 | JApplicationCms->execute() | JROOT/index.php:49 |  
 
 
- **Query Time: 1.39 ms** **After last query: 1.97 ms** **Query memory: 0.029 MB Memory before query: 7.352 MB** **Rows returned: 16** - SHOW FULL COLUMNS 
 FROM `hemdn_users`
 - **EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `hemdn_users`** 
| Status | Duration | 
|---|
 | starting | 0.05 ms |  | Executing hook on transaction | 0.01 ms |  | starting | 0.08 ms |  | checking permissions | 0.01 ms |  | checking permissions | 0.00 ms |  | Opening tables | 0.34 ms |  | init | 0.01 ms |  | System lock | 0.01 ms |  | optimizing | 0.02 ms |  | statistics | 0.08 ms |  | preparing | 0.02 ms |  | Creating tmp table | 0.06 ms |  | executing | 0.09 ms |  | checking permissions | 0.05 ms |  | checking permissions | 0.06 ms |  | checking permissions | 0.01 ms |  | checking permissions | 0.01 ms |  | checking permissions | 0.03 ms |  | checking permissions | 0.02 ms |  | checking permissions | 0.04 ms |  | checking permissions | 0.02 ms |  | checking permissions | 0.03 ms |  | checking permissions | 0.02 ms |  | checking permissions | 0.02 ms |  | checking permissions | 0.02 ms |  | checking permissions | 0.02 ms |  | checking permissions | 0.02 ms |  | checking permissions | 0.03 ms |  | checking permissions | 0.03 ms |  | checking permissions | 0.03 ms |  | checking permissions | 0.05 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.03 ms |  | cleaning up | 0.01 ms |  
 
| # | **Caller** | **File and line number** | 
|---|
 | 24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |  | 23 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:440 |  | 22 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/joomla/table/table.php:244 |  | 21 | JTable->getFields() | JROOT/libraries/joomla/table/table.php:163 |  | 20 | JTable->__construct() | JROOT/libraries/joomla/table/user.php:39 |  | 19 | JTableUser->__construct() | JROOT/libraries/joomla/table/table.php:311 |  | 18 | JTable::getInstance() | JROOT/libraries/joomla/user/user.php:598 |  | 17 | JUser::getTable() | JROOT/libraries/joomla/user/user.php:875 |  | 16 | JUser->load() | JROOT/libraries/joomla/user/user.php:243 |  | 15 | JUser->__construct() | JROOT/libraries/joomla/user/user.php:296 |  | 14 | JUser::getInstance() | JROOT/libraries/joomla/factory.php:248 |  | 13 | JFactory::getUser() | JROOT/components/com_k2/models/item.php:246 |  | 12 | K2ModelItem->prepareItem() | JROOT/components/com_k2/views/item/view.html.php:51 |  | 11 | K2ViewItem->display() | JROOT/libraries/legacy/controller/legacy.php:671 |  | 10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |  | 9 | K2Controller->display() | JROOT/components/com_k2/controllers/item.php:84 |  | 8 | K2ControllerItem->display() | JROOT/libraries/legacy/controller/legacy.php:709 |  | 7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |  | 6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:389 |  | 5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:364 |  | 4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |  | 3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |  | 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |  | 1 | JApplicationCms->execute() | JROOT/index.php:49 |  
 
 
- **Query Time: 0.34 ms** **After last query: 0.09 ms** **Query memory: 0.025 MB Memory before query: 7.381 MB** **Rows returned: 1** - SELECT *
 FROM `hemdn_users`
 WHERE `id` = 807
 | 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 `#__users`
WHERE `id` = 807' 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.06 ms |  | init | 0.01 ms |  | System lock | 0.01 ms |  | optimizing | 0.01 ms |  | statistics | 0.08 ms |  | preparing | 0.01 ms |  | executing | 0.01 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.01 ms |  | cleaning up | 0.00 ms |  
 
| # | **Caller** | **File and line number** | 
|---|
 | 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1445 |  | 18 | JDatabaseDriver->loadAssoc() | JROOT/libraries/joomla/table/user.php:85 |  | 17 | JTableUser->load() | JROOT/libraries/joomla/user/user.php:878 |  | 16 | JUser->load() | JROOT/libraries/joomla/user/user.php:243 |  | 15 | JUser->__construct() | JROOT/libraries/joomla/user/user.php:296 |  | 14 | JUser::getInstance() | JROOT/libraries/joomla/factory.php:248 |  | 13 | JFactory::getUser() | JROOT/components/com_k2/models/item.php:246 |  | 12 | K2ModelItem->prepareItem() | JROOT/components/com_k2/views/item/view.html.php:51 |  | 11 | K2ViewItem->display() | JROOT/libraries/legacy/controller/legacy.php:671 |  | 10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |  | 9 | K2Controller->display() | JROOT/components/com_k2/controllers/item.php:84 |  | 8 | K2ControllerItem->display() | JROOT/libraries/legacy/controller/legacy.php:709 |  | 7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |  | 6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:389 |  | 5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:364 |  | 4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |  | 3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |  | 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |  | 1 | JApplicationCms->execute() | JROOT/index.php:49 |  
 
 
- **Query Time: 0.38 ms** **After last query: 3.21 ms** **Query memory: 0.025 MB Memory before query: 8.134 MB** **Rows returned: 1** - SELECT `g`.`id`,`g`.`title`
 FROM `hemdn_usergroups` AS g
 INNER JOIN `hemdn_user_usergroup_map` AS m
 ON m.group_id = g.id
 WHERE `m`.`user_id` = 807
 | 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 `g`.`id`,`g`.`title`
FROM `#__usergroups` AS g
INNER JOIN `#__user_' at line 1 |  
 
| Status | Duration | 
|---|
 | starting | 0.06 ms |  | Executing hook on transaction | 0.01 ms |  | starting | 0.01 ms |  | checking permissions | 0.00 ms |  | checking permissions | 0.00 ms |  | Opening tables | 0.06 ms |  | init | 0.01 ms |  | System lock | 0.01 ms |  | optimizing | 0.01 ms |  | statistics | 0.05 ms |  | preparing | 0.03 ms |  | executing | 0.04 ms |  | end | 0.01 ms |  | query end | 0.01 ms |  | waiting for handler commit | 0.01 ms |  | closing tables | 0.01 ms |  | freeing items | 0.01 ms |  | cleaning up | 0.00 ms |  
 
| # | **Caller** | **File and line number** | 
|---|
 | 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1486 |  | 18 | JDatabaseDriver->loadAssocList() | JROOT/libraries/joomla/table/user.php:110 |  | 17 | JTableUser->load() | JROOT/libraries/joomla/user/user.php:878 |  | 16 | JUser->load() | JROOT/libraries/joomla/user/user.php:243 |  | 15 | JUser->__construct() | JROOT/libraries/joomla/user/user.php:296 |  | 14 | JUser::getInstance() | JROOT/libraries/joomla/factory.php:248 |  | 13 | JFactory::getUser() | JROOT/components/com_k2/models/item.php:246 |  | 12 | K2ModelItem->prepareItem() | JROOT/components/com_k2/views/item/view.html.php:51 |  | 11 | K2ViewItem->display() | JROOT/libraries/legacy/controller/legacy.php:671 |  | 10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |  | 9 | K2Controller->display() | JROOT/components/com_k2/controllers/item.php:84 |  | 8 | K2ControllerItem->display() | JROOT/libraries/legacy/controller/legacy.php:709 |  | 7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |  | 6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:389 |  | 5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:364 |  | 4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |  | 3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |  | 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |  | 1 | JApplicationCms->execute() | JROOT/index.php:49 |  
 
 
- **Query Time: 0.28 ms** **After last query: 0.38 ms** **Query memory: 0.023 MB Memory before query: 8.141 MB** **Rows returned: 0** - **Duplicate queries**:  #22
- SELECT id, gender, description, image, url, `
 group`, plugins
 FROM hemdn_k2_users
 WHERE userID=807
 | 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, gender, description, image, url, `group`, plugins FROM #__k2_users' at line 1 |  
 
| Status | Duration | 
|---|
 | starting | 0.03 ms |  | Executing hook on transaction | 0.00 ms |  | starting | 0.01 ms |  | checking permissions | 0.00 ms |  | Opening tables | 0.07 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.01 ms |  | closing tables | 0.01 ms |  | freeing items | 0.01 ms |  | cleaning up | 0.00 ms |  
 
| # | **Caller** | **File and line number** | 
|---|
 | 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1642 |  | 14 | JDatabaseDriver->loadObject() | JROOT/components/com_k2/models/item.php:1853 |  | 13 | K2ModelItem->getUserProfile() | JROOT/components/com_k2/models/item.php:249 |  | 12 | K2ModelItem->prepareItem() | JROOT/components/com_k2/views/item/view.html.php:51 |  | 11 | K2ViewItem->display() | JROOT/libraries/legacy/controller/legacy.php:671 |  | 10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |  | 9 | K2Controller->display() | JROOT/components/com_k2/controllers/item.php:84 |  | 8 | K2ControllerItem->display() | JROOT/libraries/legacy/controller/legacy.php:709 |  | 7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |  | 6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:389 |  | 5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:364 |  | 4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |  | 3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |  | 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |  | 1 | JApplicationCms->execute() | JROOT/index.php:49 |  
 
 
- **Query Time: 0.22 ms** **After last query: 0.09 ms** **Query memory: 0.023 MB Memory before query: 8.149 MB** **Rows returned: 0** - **Duplicate queries**:  #21
- SELECT id, gender, description, image, url, `
 group`, plugins
 FROM hemdn_k2_users
 WHERE userID=807
 | 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, gender, description, image, url, `group`, plugins FROM #__k2_users' 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.02 ms |  | init | 0.00 ms |  | System lock | 0.01 ms |  | optimizing | 0.01 ms |  | statistics | 0.02 ms |  | preparing | 0.01 ms |  | executing | 0.02 ms |  | end | 0.00 ms |  | query end | 0.00 ms |  | closing tables | 0.01 ms |  | freeing items | 0.01 ms |  | cleaning up | 0.00 ms |  
 
| # | **Caller** | **File and line number** | 
|---|
 | 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1642 |  | 15 | JDatabaseDriver->loadObject() | JROOT/components/com_k2/models/item.php:1853 |  | 14 | K2ModelItem->getUserProfile() | JROOT/components/com_k2/helpers/utilities.php:53 |  | 13 | K2HelperUtilities::getAvatar() | JROOT/components/com_k2/models/item.php:250 |  | 12 | K2ModelItem->prepareItem() | JROOT/components/com_k2/views/item/view.html.php:51 |  | 11 | K2ViewItem->display() | JROOT/libraries/legacy/controller/legacy.php:671 |  | 10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |  | 9 | K2Controller->display() | JROOT/components/com_k2/controllers/item.php:84 |  | 8 | K2ControllerItem->display() | JROOT/libraries/legacy/controller/legacy.php:709 |  | 7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |  | 6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:389 |  | 5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:364 |  | 4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |  | 3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |  | 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |  | 1 | JApplicationCms->execute() | JROOT/index.php:49 |  
 
 
- **Query Time: 0.28 ms** **After last query: 0.06 ms** **Query memory: 0.023 MB Memory before query: 8.157 MB** **Rows returned: 1** - SELECT COUNT(*) 
 FROM hemdn_k2_comments
 WHERE itemID=291
 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 COUNT(*) FROM #__k2_comments WHERE itemID=291 AND published=1' at line 1 |  
 
| Status | Duration | 
|---|
 | starting | 0.05 ms |  | Executing hook on transaction | 0.00 ms |  | starting | 0.01 ms |  | checking permissions | 0.00 ms |  | Opening tables | 0.07 ms |  | init | 0.01 ms |  | System lock | 0.01 ms |  | optimizing | 0.01 ms |  | statistics | 0.02 ms |  | executing | 0.04 ms |  | end | 0.00 ms |  | query end | 0.01 ms |  | closing tables | 0.01 ms |  | freeing items | 0.01 ms |  | cleaning up | 0.00 ms |  
 
| # | **Caller** | **File and line number** | 
|---|
 | 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1720 |  | 14 | JDatabaseDriver->loadResult() | JROOT/components/com_k2/models/item.php:1723 |  | 13 | K2ModelItem->countItemComments() | JROOT/components/com_k2/models/item.php:273 |  | 12 | K2ModelItem->prepareItem() | JROOT/components/com_k2/views/item/view.html.php:51 |  | 11 | K2ViewItem->display() | JROOT/libraries/legacy/controller/legacy.php:671 |  | 10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |  | 9 | K2Controller->display() | JROOT/components/com_k2/controllers/item.php:84 |  | 8 | K2ControllerItem->display() | JROOT/libraries/legacy/controller/legacy.php:709 |  | 7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |  | 6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:389 |  | 5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:364 |  | 4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |  | 3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |  | 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |  | 1 | JApplicationCms->execute() | JROOT/index.php:49 |  
 
 
- **Query Time: 0.79 ms** **After last query: 5.74 ms** **Query memory: 0.026 MB Memory before query: 8.972 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
 FROM hemdn_fields AS a
 LEFT JOIN `hemdn_languages` AS l
 ON l.lang_code = a.language
 LEFT JOIN hemdn_users AS uc
 ON uc.id=a.checked_out
 LEFT JOIN hemdn_viewlevels AS ag
 ON ag.id = a.access
 LEFT JOIN hemdn_users AS ua
 ON ua.id = a.created_user_id
 LEFT JOIN hemdn_fields_groups AS g
 ON g.id = a.group_id
 LEFT JOIN `hemdn_fields_categories` AS fc
 ON fc.field_id = a.id
 WHERE a.context = 'com_k2.item-media'
 AND (fc.category_id IS NULL OR fc.category_id IN (49,0))
 AND a.access IN (1,1)
 AND (a.group_id = 0 OR g.access IN (1,1))
 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.01 ms |  | starting | 0.01 ms |  | checking permissions | 0.01 ms |  | checking permissions | 0.00 ms |  | checking permissions | 0.00 ms |  | checking permissions | 0.00 ms |  | checking permissions | 0.01 ms |  | checking permissions | 0.00 ms |  | checking permissions | 0.00 ms |  | Opening tables | 0.22 ms |  | init | 0.01 ms |  | System lock | 0.01 ms |  | optimizing | 0.02 ms |  | statistics | 0.17 ms |  | preparing | 0.04 ms |  | executing | 0.05 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.01 ms |  
 
| # | **Caller** | **File and line number** | 
|---|
 | 21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |  | 20 | JDatabaseDriver->loadObjectList() | JROOT/libraries/legacy/model/legacy.php:307 |  | 19 | JModelLegacy->_getList() | JROOT/administrator/components/com_fields/models/fields.php:326 |  | 18 | FieldsModelFields->_getList() | JROOT/libraries/legacy/model/list.php:186 |  | 17 | JModelList->getItems() | JROOT/administrator/components/com_fields/helpers/fields.php:134 |  | 16 | FieldsHelper::getFields() | JROOT/plugins/system/fields/fields.php:378 |  | 15 | PlgSystemFields->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |  | 14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |  | 13 | JEventDispatcher->trigger() | JROOT/components/com_k2/models/item.php:668 |  | 12 | K2ModelItem->execPlugins() | JROOT/components/com_k2/views/item/view.html.php:54 |  | 11 | K2ViewItem->display() | JROOT/libraries/legacy/controller/legacy.php:671 |  | 10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |  | 9 | K2Controller->display() | JROOT/components/com_k2/controllers/item.php:84 |  | 8 | K2ControllerItem->display() | JROOT/libraries/legacy/controller/legacy.php:709 |  | 7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |  | 6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:389 |  | 5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:364 |  | 4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |  | 3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |  | 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |  | 1 | JApplicationCms->execute() | JROOT/index.php:49 |  
 
 
- **Query Time: 0.50 ms** **After last query: 2.46 ms** **Query memory: 0.025 MB Memory before query: 9.250 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
 FROM hemdn_fields AS a
 LEFT JOIN `hemdn_languages` AS l
 ON l.lang_code = a.language
 LEFT JOIN hemdn_users AS uc
 ON uc.id=a.checked_out
 LEFT JOIN hemdn_viewlevels AS ag
 ON ag.id = a.access
 LEFT JOIN hemdn_users AS ua
 ON ua.id = a.created_user_id
 LEFT JOIN hemdn_fields_groups AS g
 ON g.id = a.group_id
 LEFT JOIN `hemdn_fields_categories` AS fc
 ON fc.field_id = a.id
 WHERE a.context = 'com_k2.item'
 AND (fc.category_id IS NULL OR fc.category_id IN (49,0))
 AND a.access IN (1,1)
 AND (a.group_id = 0 OR g.access IN (1,1))
 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.01 ms |  | starting | 0.01 ms |  | checking permissions | 0.00 ms |  | checking permissions | 0.01 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.06 ms |  | init | 0.01 ms |  | System lock | 0.01 ms |  | optimizing | 0.02 ms |  | statistics | 0.07 ms |  | preparing | 0.04 ms |  | executing | 0.06 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.01 ms |  
 
| # | **Caller** | **File and line number** | 
|---|
 | 21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |  | 20 | JDatabaseDriver->loadObjectList() | JROOT/libraries/legacy/model/legacy.php:307 |  | 19 | JModelLegacy->_getList() | JROOT/administrator/components/com_fields/models/fields.php:326 |  | 18 | FieldsModelFields->_getList() | JROOT/libraries/legacy/model/list.php:186 |  | 17 | JModelList->getItems() | JROOT/administrator/components/com_fields/helpers/fields.php:134 |  | 16 | FieldsHelper::getFields() | JROOT/plugins/system/fields/fields.php:378 |  | 15 | PlgSystemFields->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |  | 14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |  | 13 | JEventDispatcher->trigger() | JROOT/components/com_k2/models/item.php:737 |  | 12 | K2ModelItem->execPlugins() | JROOT/components/com_k2/views/item/view.html.php:54 |  | 11 | K2ViewItem->display() | JROOT/libraries/legacy/controller/legacy.php:671 |  | 10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |  | 9 | K2Controller->display() | JROOT/components/com_k2/controllers/item.php:84 |  | 8 | K2ControllerItem->display() | JROOT/libraries/legacy/controller/legacy.php:709 |  | 7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |  | 6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:389 |  | 5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:364 |  | 4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |  | 3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |  | 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |  | 1 | JApplicationCms->execute() | JROOT/index.php:49 |  
 
 
- **Query Time: 1.90 ms** **After last query: 0.59 ms** **Query memory: 0.033 MB Memory before query: 9.300 MB** **Rows returned: 36** - SHOW FULL COLUMNS 
 FROM `hemdn_k2_items`
 - **EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `hemdn_k2_items`** 
| Status | Duration | 
|---|
 | starting | 0.04 ms |  | Executing hook on transaction | 0.01 ms |  | starting | 0.06 ms |  | checking permissions | 0.01 ms |  | checking permissions | 0.00 ms |  | Opening tables | 0.32 ms |  | init | 0.01 ms |  | System lock | 0.01 ms |  | optimizing | 0.02 ms |  | statistics | 0.08 ms |  | preparing | 0.02 ms |  | Creating tmp table | 0.04 ms |  | executing | 0.08 ms |  | checking permissions | 0.07 ms |  | checking permissions | 0.04 ms |  | checking permissions | 0.02 ms |  | checking permissions | 0.03 ms |  | checking permissions | 0.02 ms |  | checking permissions | 0.02 ms |  | checking permissions | 0.03 ms |  | checking permissions | 0.02 ms |  | checking permissions | 0.02 ms |  | checking permissions | 0.02 ms |  | checking permissions | 0.02 ms |  | checking permissions | 0.02 ms |  | checking permissions | 0.02 ms |  | checking permissions | 0.02 ms |  | checking permissions | 0.02 ms |  | checking permissions | 0.02 ms |  | checking permissions | 0.06 ms |  | checking permissions | 0.02 ms |  | checking permissions | 0.03 ms |  | checking permissions | 0.02 ms |  | checking permissions | 0.02 ms |  | checking permissions | 0.02 ms |  | checking permissions | 0.03 ms |  | checking permissions | 0.04 ms |  | checking permissions | 0.03 ms |  | checking permissions | 0.02 ms |  | checking permissions | 0.02 ms |  | checking permissions | 0.03 ms |  | checking permissions | 0.05 ms |  | checking permissions | 0.05 ms |  | checking permissions | 0.04 ms |  | checking permissions | 0.03 ms |  | checking permissions | 0.04 ms |  | checking permissions | 0.03 ms |  | checking permissions | 0.02 ms |  | checking permissions | 0.06 ms |  | end | 0.01 ms |  | query end | 0.01 ms |  | waiting for handler commit | 0.01 ms |  | closing tables | 0.01 ms |  | freeing items | 0.03 ms |  | cleaning up | 0.03 ms |  
 
| # | **Caller** | **File and line number** | 
|---|
 | 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |  | 18 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:440 |  | 17 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/joomla/table/table.php:244 |  | 16 | JTable->getFields() | JROOT/libraries/joomla/table/table.php:163 |  | 15 | JTable->__construct() | JROOT/administrator/components/com_k2/tables/k2item.php:58 |  | 14 | TableK2Item->__construct() | JROOT/libraries/joomla/table/table.php:311 |  | 13 | JTable::getInstance() | JROOT/components/com_k2/models/item.php:917 |  | 12 | K2ModelItem->hit() | JROOT/components/com_k2/views/item/view.html.php:136 |  | 11 | K2ViewItem->display() | JROOT/libraries/legacy/controller/legacy.php:671 |  | 10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |  | 9 | K2Controller->display() | JROOT/components/com_k2/controllers/item.php:84 |  | 8 | K2ControllerItem->display() | JROOT/libraries/legacy/controller/legacy.php:709 |  | 7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |  | 6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:389 |  | 5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:364 |  | 4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |  | 3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |  | 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |  | 1 | JApplicationCms->execute() | JROOT/index.php:49 |  
 
 
- **Query Time: 0.32 ms** **After last query: 0.22 ms** **Query memory: 0.006 MB Memory before query: 9.346 MB** - UPDATE hemdn_k2_items
 SET `hits` = (`hits` + 1)
 WHERE `id` = '291'
 | 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 #__k2_items
SET `hits` = (`hits` + 1)
WHERE `id` = '291'' at line 1 |  
 
| Status | Duration | 
|---|
 | starting | 0.05 ms |  | Executing hook on transaction | 0.01 ms |  | starting | 0.01 ms |  | checking permissions | 0.00 ms |  | Opening tables | 0.02 ms |  | init | 0.01 ms |  | System lock | 0.04 ms |  | updating | 0.09 ms |  | end | 0.01 ms |  | query end | 0.00 ms |  | closing tables | 0.03 ms |  | freeing items | 0.02 ms |  | cleaning up | 0.00 ms |  
 
| # | **Caller** | **File and line number** | 
|---|
 | 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/table/table.php:1240 |  | 13 | JTable->hit() | JROOT/components/com_k2/models/item.php:918 |  | 12 | K2ModelItem->hit() | JROOT/components/com_k2/views/item/view.html.php:136 |  | 11 | K2ViewItem->display() | JROOT/libraries/legacy/controller/legacy.php:671 |  | 10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |  | 9 | K2Controller->display() | JROOT/components/com_k2/controllers/item.php:84 |  | 8 | K2ControllerItem->display() | JROOT/libraries/legacy/controller/legacy.php:709 |  | 7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |  | 6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:389 |  | 5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:364 |  | 4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |  | 3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |  | 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |  | 1 | JApplicationCms->execute() | JROOT/index.php:49 |  
 
 
- **Query Time: 0.40 ms** **After last query: 0.11 ms** **Query memory: 0.022 MB Memory before query: 9.350 MB** **Rows returned: 0** - SELECT * 
 FROM hemdn_k2_items
 WHERE id != 291
 AND catid=49
 AND ordering > 11
 AND published=1
 AND ( publish_up = '0000-00-00 00:00:00' OR publish_up <= '2025-10-31 04:29:28' )
 AND ( publish_down = '0000-00-00 00:00:00' OR publish_down >= '2025-10-31 04:29:28' )
 AND access IN(1,1)
 AND trash=0
 ORDER BY ordering ASC
 LIMIT 0, 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 #__k2_items WHERE id != 291 AND catid=49 AND ordering > 11 AND ' at line 1 |  
 
| Status | Duration | 
|---|
 | starting | 0.05 ms |  | Executing hook on transaction | 0.01 ms |  | starting | 0.01 ms |  | checking permissions | 0.00 ms |  | Opening tables | 0.05 ms |  | init | 0.01 ms |  | System lock | 0.01 ms |  | optimizing | 0.04 ms |  | statistics | 0.07 ms |  | preparing | 0.03 ms |  | executing | 0.03 ms |  | end | 0.00 ms |  | query end | 0.00 ms |  | closing tables | 0.01 ms |  | freeing items | 0.02 ms |  | cleaning up | 0.01 ms |  
 
| # | **Caller** | **File and line number** | 
|---|
 | 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1642 |  | 13 | JDatabaseDriver->loadObject() | JROOT/components/com_k2/models/item.php:1835 |  | 12 | K2ModelItem->getNextItem() | JROOT/components/com_k2/views/item/view.html.php:323 |  | 11 | K2ViewItem->display() | JROOT/libraries/legacy/controller/legacy.php:671 |  | 10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |  | 9 | K2Controller->display() | JROOT/components/com_k2/controllers/item.php:84 |  | 8 | K2ControllerItem->display() | JROOT/libraries/legacy/controller/legacy.php:709 |  | 7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |  | 6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:389 |  | 5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:364 |  | 4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |  | 3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |  | 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |  | 1 | JApplicationCms->execute() | JROOT/index.php:49 |  
 
 
- **Query Time: 0.38 ms** **After last query: 0.07 ms** **Query memory: 0.023 MB Memory before query: 9.356 MB** **Rows returned: 1** - SELECT * 
 FROM hemdn_k2_items
 WHERE id != 291
 AND catid=49
 AND ordering < 11
 AND published=1
 AND ( publish_up = '0000-00-00 00:00:00' OR publish_up <= '2025-10-31 04:29:28' )
 AND ( publish_down = '0000-00-00 00:00:00' OR publish_down >= '2025-10-31 04:29:28' )
 AND access IN(1,1)
 AND trash=0
 ORDER BY ordering DESC
 LIMIT 0, 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 #__k2_items WHERE id != 291 AND catid=49 AND ordering < 11 AND ' at line 1 |  
 
| Status | Duration | 
|---|
 | starting | 0.05 ms |  | Executing hook on transaction | 0.00 ms |  | starting | 0.01 ms |  | checking permissions | 0.00 ms |  | Opening tables | 0.03 ms |  | init | 0.02 ms |  | System lock | 0.01 ms |  | optimizing | 0.02 ms |  | statistics | 0.05 ms |  | preparing | 0.03 ms |  | executing | 0.06 ms |  | end | 0.01 ms |  | query end | 0.01 ms |  | closing tables | 0.01 ms |  | freeing items | 0.02 ms |  | cleaning up | 0.00 ms |  
 
| # | **Caller** | **File and line number** | 
|---|
 | 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1642 |  | 13 | JDatabaseDriver->loadObject() | JROOT/components/com_k2/models/item.php:1791 |  | 12 | K2ModelItem->getPreviousItem() | JROOT/components/com_k2/views/item/view.html.php:364 |  | 11 | K2ViewItem->display() | JROOT/libraries/legacy/controller/legacy.php:671 |  | 10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |  | 9 | K2Controller->display() | JROOT/components/com_k2/controllers/item.php:84 |  | 8 | K2ControllerItem->display() | JROOT/libraries/legacy/controller/legacy.php:709 |  | 7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |  | 6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/cms/component/helper.php:389 |  | 5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:364 |  | 4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |  | 3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |  | 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |  | 1 | JApplicationCms->execute() | JROOT/index.php:49 |  
 
 
- **Query Time: 1.20 ms** **After last query: 10.93 ms** **Query memory: 0.026 MB Memory before query: 10.264 MB** **Rows returned: 7** - SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
 FROM hemdn_modules AS m
 LEFT JOIN hemdn_modules_menu AS mm
 ON mm.moduleid = m.id
 LEFT JOIN hemdn_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-10-31 04:29:28')
 AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2025-10-31 04:29:28')
 AND m.access IN (1,1)
 AND m.client_id = 0
 AND (mm.menuid = 843 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.06 ms |  | Executing hook on transaction | 0.01 ms |  | starting | 0.01 ms |  | checking permissions | 0.00 ms |  | checking permissions | 0.00 ms |  | checking permissions | 0.00 ms |  | Opening tables | 0.11 ms |  | init | 0.01 ms |  | System lock | 0.02 ms |  | optimizing | 0.03 ms |  | statistics | 0.11 ms |  | preparing | 0.03 ms |  | executing | 0.68 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.00 ms |  
 
| # | **Caller** | **File and line number** | 
|---|
 | 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |  | 18 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/cache/controller/callback.php:169 |  | 17 | JCacheControllerCallback->get() | JROOT/libraries/cms/module/helper.php:424 |  | 16 | JModuleHelper::getModuleList() | JROOT/libraries/cms/module/helper.php:360 |  | 15 | JModuleHelper::load() | JROOT/libraries/cms/module/helper.php:84 |  | 14 | JModuleHelper::getModules() | JROOT/libraries/joomla/document/html.php:576 |  | 13 | JDocumentHtml->countModules() | JROOT/templates/gk_rockwall/lib/framework/helper.api.php:36 |  | 12 | GKTemplateAPI->modules() | JROOT/templates/gk_rockwall/lib/framework/helper.layout.php:55 |  | 11 | GKTemplateLayout->generateLayoutWidths() | JROOT/templates/gk_rockwall/layouts/default.php:55 |  | 10 | include JROOT/templates/gk_rockwall/layouts/default.php | JROOT/templates/gk_rockwall/lib/gk.framework.php:139 |  | 9 | GKTemplate->getLayout() | JROOT/templates/gk_rockwall/lib/gk.framework.php:92 |  | 8 | GKTemplate->__construct() | JROOT/templates/gk_rockwall/index.php:30 |  | 7 | require JROOT/templates/gk_rockwall/index.php | JROOT/libraries/joomla/document/html.php:653 |  | 6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:715 |  | 5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:530 |  | 4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1102 |  | 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:777 |  | 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:271 |  | 1 | JApplicationCms->execute() | JROOT/index.php:49 |  
 
 
- **3 × SELECT * 
 FROM hemdn_k2_items**
 
- **2 × SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled` 
 FROM `hemdn_extensions`**
 
- **2 × 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 
 FROM hemdn_fields AS a
 LEFT JOIN `hemdn_languages` AS l
 ON l.lang_code = a.language
 LEFT JOIN hemdn_users AS uc
 ON uc.id=a.checked_out
 LEFT JOIN hemdn_viewlevels AS ag
 ON ag.id = a.access
 LEFT JOIN hemdn_users AS ua
 ON ua.id = a.created_user_id
 LEFT JOIN hemdn_fields_groups AS g
 ON g.id = a.group_id
 LEFT JOIN `hemdn_fields_categories` AS fc
 ON fc.field_id = a.id**
 
- **2 × SELECT id, gender, description, image, url, `
 group`, plugins
 FROM hemdn_k2_users**
 
- **1 × SELECT `data` 
 FROM `hemdn_session`**
 
- **1 × SELECT COUNT(*) 
 FROM hemdn_k2_comments**
 
- **1 × SELECT `g`.`id`,`g`.`title` 
 FROM `hemdn_usergroups` AS g
 INNER JOIN `hemdn_user_usergroup_map` AS m
 ON m.group_id = g.id**
 
- **1 × SELECT * 
 FROM `hemdn_users`**
 
- **1 × SELECT * 
 FROM hemdn_k2_categories**
 
- **1 × SELECT `id`,`name`,`rules`,`parent_id` 
 FROM `hemdn_assets`**
 
- **1 × SELECT id 
 FROM hemdn_k2_categories**
 
- **1 × SELECT `session_id` 
 FROM `hemdn_session`**
 
- **1 × SELECT id, home, template, s.params 
 FROM hemdn_template_styles as s
 LEFT JOIN hemdn_extensions as e
 ON e.element=s.template
 AND e.type='template'
 AND e.client_id=s.client_id**
 
- **1 × SELECT * 
 FROM hemdn_languages**
 
- **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 hemdn_menu AS m
 LEFT JOIN hemdn_extensions AS e
 ON m.component_id = e.extension_id**
 
- **1 × SELECT `folder` AS `type`,`element` AS `name`,`params` 
 FROM hemdn_extensions**
 
- **1 × SELECT b.id 
 FROM hemdn_usergroups AS a
 LEFT JOIN hemdn_usergroups AS b
 ON b.lft <= a.lft
 AND b.rgt >= a.rgt**
 
- **1 × SELECT id, rules 
 FROM `hemdn_viewlevels**
 
- **1 × SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid 
 FROM hemdn_modules AS m
 LEFT JOIN hemdn_modules_menu AS mm
 ON mm.moduleid = m.id
 LEFT JOIN hemdn_extensions AS e
 ON e.element = m.module
 AND e.client_id = m.client_id**