**Query Time: 0.73 ms** **Query memory: 0.007 MB Memory before query: 2.579 MB** **Rows returned: 0**
SELECT `data`
FROM `eqje8_session`
WHERE `session_id` = 'b2b161b99ab960de506ea78c3f99ee29'
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` = 'b2b161b99ab960de506ea78' at line 1 SQL=EXPLAIN EXTENDED SELECT `data`
FROM `#__session`
WHERE `session_id` = 'b2b161b99ab960de506ea78c3f99ee29' |
**No SHOW PROFILE (maybe because there are more than 100 queries)**
# | **Caller** | **File and line number** | 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1728 |
13 | JDatabaseDriver->loadResult() | JROOT/libraries/joomla/session/storage/database.php:44 |
12 | JSessionStorageDatabase->read() | **Same as call in the line below.** |
11 | session_start() | JROOT/libraries/joomla/session/handler/native.php:259 |
10 | JSessionHandlerNative->doSessionStart() | JROOT/libraries/joomla/session/handler/native.php:49 |
9 | JSessionHandlerNative->start() | JROOT/libraries/joomla/session/handler/joomla.php:81 |
8 | JSessionHandlerJoomla->start() | JROOT/libraries/joomla/session/session.php:636 |
7 | JSession->_start() | JROOT/libraries/joomla/session/session.php:596 |
6 | JSession->start() | JROOT/libraries/cms/application/cms.php:773 |
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:408 |
2 | JApplicationCms::getInstance() | JROOT/libraries/joomla/factory.php:125 |
1 | JFactory::getApplication() | JROOT/index.php:46 |
**Query Time: 0.40 ms** **After last query: 3.00 ms** **Query memory: 0.004 MB Memory before query: 2.705 MB** **Rows returned: 0**
SELECT `session_id`
FROM `eqje8_session`
WHERE `session_id` = 'b2b161b99ab960de506ea78c3f99ee29'
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` = 'b2b161b99ab960de5' at line 1 SQL=EXPLAIN EXTENDED SELECT `session_id`
FROM `#__session`
WHERE `session_id` = 'b2b161b99ab960de506ea78c3f99ee29' LIMIT 1 |
**No SHOW PROFILE (maybe because there are more than 100 queries)**
# | **Caller** | **File and line number** | 8 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1728 |
7 | JDatabaseDriver->loadResult() | JROOT/libraries/cms/application/cms.php:176 |
6 | JApplicationCms->checkSession() | JROOT/libraries/cms/application/cms.php:799 |
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:408 |
2 | JApplicationCms::getInstance() | JROOT/libraries/joomla/factory.php:125 |
1 | JFactory::getApplication() | JROOT/index.php:46 |
**Query Time: 0.75 ms** **After last query: 0.06 ms** **Query memory: 0.003 MB Memory before query: 2.710 MB**
INSERT INTO `eqje8_session`
(`session_id`,`client_id`,`guest`,`time`,`userid`,`username`)
VALUES
('b2b161b99ab960de506ea78c3f99ee29', 0, 1, '1732863112', 0, '')
**EXPLAIN not possible on query: INSERT INTO `eqje8_session`
(`session_id`,`client_id`,`guest`,`time`,`userid`,`username`) VALUES
('b2b161b99ab960de506ea78c3f99ee29', 0, 1, '1732863112', 0, '')**
**No SHOW PROFILE (maybe because there are more than 100 queries)**
# | **Caller** | **File and line number** | 7 | JDatabaseDriverMysqli->execute() | JROOT/libraries/cms/application/cms.php:212 |
6 | JApplicationCms->checkSession() | JROOT/libraries/cms/application/cms.php:799 |
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:408 |
2 | JApplicationCms::getInstance() | JROOT/libraries/joomla/factory.php:125 |
1 | JFactory::getApplication() | JROOT/index.php:46 |
**Query Time: 0.89 ms** **After last query: 2.72 ms** **Query memory: 0.004 MB Memory before query: 2.948 MB** **Rows returned: 46**
SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `eqje8_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 `eqj' at line 1 SQL=EXPLAIN EXTENDED SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `#__extensions`
WHERE `type` = 'component' |
**No SHOW PROFILE (maybe because there are more than 100 queries)**
# | **Caller** | **File and line number** | 9 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
8 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/cache/controller/callback.php:152 |
7 | JCacheControllerCallback->get() | JROOT/libraries/cms/component/helper.php:448 |
6 | JComponentHelper::load() | JROOT/libraries/cms/component/helper.php:43 |
5 | JComponentHelper::getComponent() | JROOT/libraries/cms/component/helper.php:120 |
4 | JComponentHelper::getParams() | JROOT/libraries/cms/application/site.php:589 |
3 | JApplicationSite->initialiseApp() | JROOT/libraries/cms/application/site.php:209 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:261 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Query Time: 0.75 ms** **After last query: 1.64 ms** **Query memory: 0.005 MB Memory before query: 3.094 MB** **Rows returned: 1**
SELECT b.id
FROM eqje8_usergroups AS a
LEFT JOIN eqje8_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 SQL=EXPLAIN EXTENDED SELECT b.id
FROM #__usergroups AS a
LEFT JOIN #__usergroups AS b ON b.lft <= a.lft AND b.rgt >= a.rgt
WHERE a.id = 1 |
**No SHOW PROFILE (maybe because there are more than 100 queries)**
# | **Caller** | **File and line number** | 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1538 |
10 | JDatabaseDriver->loadColumn() | JROOT/libraries/joomla/access/access.php:835 |
9 | JAccess::getGroupsByUser() | JROOT/libraries/joomla/access/access.php:904 |
8 | JAccess::getAuthorisedViewLevels() | JROOT/libraries/joomla/user/user.php:454 |
7 | JUser->getAuthorisedViewLevels() | JROOT/libraries/cms/plugin/helper.php:296 |
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:599 |
3 | JApplicationSite->initialiseApp() | JROOT/libraries/cms/application/site.php:209 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:261 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Query Time: 0.58 ms** **After last query: 0.66 ms** **Query memory: 0.005 MB Memory before query: 3.139 MB** **Rows returned: 5**
SELECT id, rules
FROM `eqje8_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 SQL=EXPLAIN EXTENDED SELECT id, rules
FROM `#__viewlevels` |
**No SHOW PROFILE (maybe because there are more than 100 queries)**
# | **Caller** | **File and line number** | 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1494 |
9 | JDatabaseDriver->loadAssocList() | JROOT/libraries/joomla/access/access.php:921 |
8 | JAccess::getAuthorisedViewLevels() | JROOT/libraries/joomla/user/user.php:454 |
7 | JUser->getAuthorisedViewLevels() | JROOT/libraries/cms/plugin/helper.php:296 |
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:599 |
3 | JApplicationSite->initialiseApp() | JROOT/libraries/cms/application/site.php:209 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:261 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Query Time: 1.10 ms** **After last query: 0.07 ms** **Query memory: 0.004 MB Memory before query: 3.147 MB** **Rows returned: 102**
SELECT folder AS type, element AS name, params
FROM eqje8_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
WHERE enabl' at line 1 SQL=EXPLAIN EXTENDED SELECT folder AS type, element AS name, params
FROM #__extensions
WHERE enabled = 1 AND type ='plugin' AND state IN (0,1) AND access IN (1,1)
ORDER BY ordering |
**No SHOW PROFILE (maybe because there are more than 100 queries)**
# | **Caller** | **File and line number** | 8 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
7 | JDatabaseDriver->loadObjectList() | JROOT/libraries/cms/plugin/helper.php:310 |
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:599 |
3 | JApplicationSite->initialiseApp() | JROOT/libraries/cms/application/site.php:209 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:261 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Query Time: 0.88 ms** **After last query: 48.21 ms** **Query memory: 0.006 MB Memory before query: 7.308 MB** **Rows returned: 81**
SELECT *
FROM eqje8_j2store_configurations
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 #__j2store_configurations' at line 1 SQL=EXPLAIN EXTENDED SELECT *
FROM #__j2store_configurations |
**No SHOW PROFILE (maybe because there are more than 100 queries)**
# | **Caller** | **File and line number** | 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
13 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_j2store/helpers/config.php:20 |
12 | J2Config->__construct() | JROOT/administrator/components/com_j2store/helpers/config.php:28 |
11 | J2Config::getInstance() | JROOT/administrator/components/com_j2store/helpers/j2store.php:71 |
10 | J2Store::config() | JROOT/plugins/system/j2store/j2store.php:135 |
9 | plgSystemJ2Store->onJ2StoreCronTask() | JROOT/plugins/system/j2store/j2store.php:122 |
8 | plgSystemJ2Store->onAfterInitialise() | JROOT/libraries/joomla/event/event.php:69 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
6 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
5 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:670 |
4 | JApplicationCms->initialiseApp() | JROOT/libraries/cms/application/site.php:681 |
3 | JApplicationSite->initialiseApp() | JROOT/libraries/cms/application/site.php:209 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:261 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Query Time: 6.23 ms** **After last query: 0.14 ms** **Query memory: 0.005 MB Memory before query: 7.375 MB**
DELETE
FROM `eqje8_jhackguard_logs`
WHERE `time` < DATE_SUB(CURRENT_DATE, INTERVAL 7 DAY)
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 'DELETE
FROM `#__jhackguard_logs`
WHERE `time` < DATE_SUB(CURRENT_DATE, INTER' at line 1 SQL=EXPLAIN EXTENDED DELETE
FROM `#__jhackguard_logs`
WHERE `time` < DATE_SUB(CURRENT_DATE, INTERVAL 7 DAY) |
**No SHOW PROFILE (maybe because there are more than 100 queries)**
# | **Caller** | **File and line number** | 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/database.php:33 |
9 | JDatabase->query() | JROOT/plugins/system/jhackguard/jhackguard.php:145 |
8 | PlgSystemJhackguard->onAfterInitialise() | JROOT/libraries/joomla/event/event.php:69 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
6 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
5 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:670 |
4 | JApplicationCms->initialiseApp() | JROOT/libraries/cms/application/site.php:681 |
3 | JApplicationSite->initialiseApp() | JROOT/libraries/cms/application/site.php:209 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:261 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Query Time: 0.45 ms** **After last query: 0.05 ms** **Query memory: 0.005 MB Memory before query: 7.380 MB**
DELETE
FROM `eqje8_jhackguard_ip_filters`
WHERE `expires` BETWEEN DATE_SUB(CURRENT_DATE, INTERVAL 36500 DAY)
AND DATE_SUB(CURRENT_DATE, INTERVAL 1 DAY)
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 'DELETE
FROM `#__jhackguard_ip_filters`
WHERE `expires` BETWEEN DATE_SUB(CURR' at line 1 SQL=EXPLAIN EXTENDED DELETE
FROM `#__jhackguard_ip_filters`
WHERE `expires` BETWEEN DATE_SUB(CURRENT_DATE, INTERVAL 36500 DAY) AND DATE_SUB(CURRENT_DATE, INTERVAL 1 DAY) |
**No SHOW PROFILE (maybe because there are more than 100 queries)**
# | **Caller** | **File and line number** | 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/database.php:33 |
9 | JDatabase->query() | JROOT/plugins/system/jhackguard/jhackguard.php:156 |
8 | PlgSystemJhackguard->onAfterInitialise() | JROOT/libraries/joomla/event/event.php:69 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
6 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
5 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:670 |
4 | JApplicationCms->initialiseApp() | JROOT/libraries/cms/application/site.php:681 |
3 | JApplicationSite->initialiseApp() | JROOT/libraries/cms/application/site.php:209 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:261 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Query Time: 0.32 ms** **After last query: 0.06 ms** **Query memory: 0.005 MB Memory before query: 7.387 MB** **Rows returned: 0**
SELECT `state`,`rule_type`
FROM `eqje8_jhackguard_ip_filters`
WHERE `ip` = '3.138.37.43'
AND `state` = 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 `state`,`rule_type`
FROM `#__jhackguard_ip_filters`
WHERE `ip` = '3.13' at line 1 SQL=EXPLAIN EXTENDED SELECT `state`,`rule_type`
FROM `#__jhackguard_ip_filters`
WHERE `ip` = '3.138.37.43' AND `state` = 1
ORDER BY ordering ASC |
**No SHOW PROFILE (maybe because there are more than 100 queries)**
# | **Caller** | **File and line number** | 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1650 |
10 | JDatabaseDriver->loadObject() | JROOT/plugins/system/jhackguard/jhackguard.php:358 |
9 | PlgSystemJhackguard->ip_is() | JROOT/plugins/system/jhackguard/jhackguard.php:174 |
8 | PlgSystemJhackguard->onAfterInitialise() | JROOT/libraries/joomla/event/event.php:69 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
6 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
5 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:670 |
4 | JApplicationCms->initialiseApp() | JROOT/libraries/cms/application/site.php:681 |
3 | JApplicationSite->initialiseApp() | JROOT/libraries/cms/application/site.php:209 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:261 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Query Time: 1.46 ms** **After last query: 3.67 ms** **Query memory: 0.007 MB Memory before query: 7.726 MB** **Rows returned: 53**
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 eqje8_menu AS m
LEFT JOIN eqje8_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 SQL=EXPLAIN EXTENDED 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 #__menu AS m
LEFT JOIN #__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 |
**No SHOW PROFILE (maybe because there are more than 100 queries)**
# | **Caller** | **File and line number** | 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
15 | JDatabaseDriver->loadObjectList() | JROOT/libraries/cms/menu/site.php:86 |
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:145 |
11 | JMenu::getInstance() | JROOT/libraries/cms/application/cms.php:439 |
10 | JApplicationCms->getMenu() | JROOT/libraries/cms/application/site.php:272 |
9 | JApplicationSite->getMenu() | JROOT/libraries/cms/router/site.php:57 |
8 | JRouterSite->__construct() | JROOT/libraries/cms/router/router.php:197 |
7 | JRouter::getInstance() | JROOT/libraries/cms/application/cms.php:535 |
6 | JApplicationCms::getRouter() | JROOT/libraries/cms/application/site.php:407 |
5 | JApplicationSite::getRouter() | JROOT/libraries/cms/application/cms.php:1115 |
4 | JApplicationCms->route() | JROOT/libraries/cms/application/site.php:791 |
3 | JApplicationSite->route() | JROOT/libraries/cms/application/site.php:215 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:261 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Query Time: 0.79 ms** **After last query: 37.02 ms** **Query memory: 0.009 MB Memory before query: 10.701 MB** **Rows returned: 1**
SELECT *
FROM `eqje8_social_config`
WHERE `type` = 'site'
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 `#__social_config` WHERE `type` = 'site'' at line 1 SQL=EXPLAIN EXTENDED SELECT * FROM `#__social_config` WHERE `type` = 'site' |
**No SHOW PROFILE (maybe because there are more than 100 queries)**
# | **Caller** | **File and line number** | 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1650 |
18 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_easysocial/includes/db/helpers/base.php:41 |
17 | SocialDBHelper->__call() | JROOT/administrator/components/com_easysocial/includes/db/db.php:241 |
16 | SocialDb->__call() | JROOT/administrator/components/com_easysocial/models/config.php:45 |
15 | EasySocialModelConfig->getConfig() | JROOT/administrator/components/com_easysocial/includes/config/config.php:102 |
14 | SocialConfig->load() | JROOT/administrator/components/com_easysocial/includes/config/config.php:31 |
13 | SocialConfig->__construct() | JROOT/administrator/components/com_easysocial/includes/config/config.php:47 |
12 | SocialConfig::getInstance() | JROOT/administrator/components/com_easysocial/includes/foundry.php:303 |
11 | ES::config() | JROOT/administrator/components/com_easysocial/includes/foundry.php:671 |
10 | ES::getCdnUrl() | JROOT/administrator/components/com_easysocial/includes/foundry.php:33 |
9 | ES::initialize() | JROOT/administrator/components/com_easysocial/includes/foundry.php:2573 |
8 | require_once JROOT/administrator/components/com_easysocial/includes/foundry.php | JROOT/components/com_easysocial/router.php:14 |
7 | require_once JROOT/components/com_easysocial/router.php | JROOT/libraries/cms/router/site.php:738 |
6 | JRouterSite->getComponentRouter() | JROOT/libraries/cms/router/site.php:123 |
5 | JRouterSite->parse() | JROOT/libraries/cms/application/cms.php:1116 |
4 | JApplicationCms->route() | JROOT/libraries/cms/application/site.php:791 |
3 | JApplicationSite->route() | JROOT/libraries/cms/application/site.php:215 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:261 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Query Time: 1.71 ms** **After last query: 12.09 ms** **Query memory: 0.009 MB Memory before query: 11.140 MB** **Rows returned: 2**
SHOW FULL COLUMNS
FROM `eqje8_komento_configs`
**EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `eqje8_komento_configs`**
**No SHOW PROFILE (maybe because there are more than 100 queries)**
# | **Caller** | **File and line number** | 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
18 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:440 |
17 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/joomla/table/table.php:241 |
16 | JTable->getFields() | JROOT/libraries/joomla/table/table.php:162 |
15 | JTable->__construct() | JROOT/administrator/components/com_komento/tables/parent.php:18 |
14 | KomentoParentTable->__construct() | JROOT/administrator/components/com_komento/tables/configs.php:40 |
13 | KomentoTableConfigs->__construct() | JROOT/libraries/joomla/table/table.php:308 |
12 | JTable::getInstance() | JROOT/administrator/components/com_komento/tables/parent.php:49 |
11 | KomentoParentTable::getInstance() | JROOT/components/com_komento/helpers/helper.php:99 |
10 | Komento::getTable() | JROOT/components/com_komento/helpers/helper.php:228 |
9 | Komento::getKonfig() | JROOT/components/com_komento/bootstrap.php:30 |
8 | require_once JROOT/components/com_komento/bootstrap.php | JROOT/components/com_komento/router.php:16 |
7 | require_once JROOT/components/com_komento/router.php | JROOT/libraries/cms/router/site.php:738 |
6 | JRouterSite->getComponentRouter() | JROOT/libraries/cms/router/site.php:123 |
5 | JRouterSite->parse() | JROOT/libraries/cms/application/cms.php:1116 |
4 | JApplicationCms->route() | JROOT/libraries/cms/application/site.php:791 |
3 | JApplicationSite->route() | JROOT/libraries/cms/application/site.php:215 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:261 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Query Time: 0.56 ms** **After last query: 1.38 ms** **Query memory: 0.006 MB Memory before query: 11.237 MB** **Rows returned: 1**
SELECT *
FROM eqje8_komento_configs
WHERE `component` = 'com_komento'
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 #__komento_configs
WHERE `component` = 'com_komento'' at line 1 SQL=EXPLAIN EXTENDED SELECT *
FROM #__komento_configs
WHERE `component` = 'com_komento' |
**No SHOW PROFILE (maybe because there are more than 100 queries)**
# | **Caller** | **File and line number** | 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1453 |
11 | JDatabaseDriver->loadAssoc() | JROOT/libraries/joomla/table/table.php:719 |
10 | JTable->load() | JROOT/components/com_komento/helpers/helper.php:229 |
9 | Komento::getKonfig() | JROOT/components/com_komento/bootstrap.php:30 |
8 | require_once JROOT/components/com_komento/bootstrap.php | JROOT/components/com_komento/router.php:16 |
7 | require_once JROOT/components/com_komento/router.php | JROOT/libraries/cms/router/site.php:738 |
6 | JRouterSite->getComponentRouter() | JROOT/libraries/cms/router/site.php:123 |
5 | JRouterSite->parse() | JROOT/libraries/cms/application/cms.php:1116 |
4 | JApplicationCms->route() | JROOT/libraries/cms/application/site.php:791 |
3 | JApplicationSite->route() | JROOT/libraries/cms/application/site.php:215 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:261 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Query Time: 0.57 ms** **After last query: 9.70 ms** **Query memory: 0.008 MB Memory before query: 11.586 MB** **Rows returned: 1**
SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `eqje8_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 `eqj' at line 1 SQL=EXPLAIN EXTENDED SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `#__extensions`
WHERE `type` = 'library' AND `element` = 'joomla' |
**No SHOW PROFILE (maybe because there are more than 100 queries)**
# | **Caller** | **File and line number** | 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1650 |
17 | JDatabaseDriver->loadObject() | JROOT/libraries/joomla/cache/controller/callback.php:152 |
16 | JCacheControllerCallback->get() | JROOT/libraries/cms/library/helper.php:156 |
15 | JLibraryHelper::_load() | JROOT/libraries/cms/library/helper.php:47 |
14 | JLibraryHelper::getLibrary() | JROOT/libraries/cms/library/helper.php:90 |
13 | JLibraryHelper::getParams() | JROOT/libraries/cms/version/version.php:274 |
12 | JVersion->getMediaVersion() | JROOT/libraries/joomla/factory.php:755 |
11 | JFactory::createDocument() | JROOT/libraries/joomla/factory.php:216 |
10 | JFactory::getDocument() | JROOT/plugins/system/easysocial/easysocial.php:88 |
9 | PlgSystemEasySocial->processUsersRedirection() | JROOT/plugins/system/easysocial/easysocial.php:76 |
8 | PlgSystemEasySocial->onAfterRoute() | JROOT/libraries/joomla/event/event.php:69 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
6 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
5 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1125 |
4 | JApplicationCms->route() | JROOT/libraries/cms/application/site.php:791 |
3 | JApplicationSite->route() | JROOT/libraries/cms/application/site.php:215 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:261 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Query Time: 0.80 ms** **After last query: 0.13 ms** **Query memory: 0.007 MB Memory before query: 11.581 MB**
UPDATE `eqje8_extensions`
SET `params` = '{\"mediaversion\":\"f97c9c44a37998557880bdaf4da8732b\"}'
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\":\"f97c9c44a379985578' at line 1 SQL=EXPLAIN EXTENDED UPDATE `#__extensions`
SET `params` = '{\"mediaversion\":\"f97c9c44a37998557880bdaf4da8732b\"}'
WHERE `type` = 'library' AND `element` = 'joomla' |
**No SHOW PROFILE (maybe because there are more than 100 queries)**
# | **Caller** | **File and line number** | 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/cms/library/helper.php:119 |
14 | JLibraryHelper::saveParams() | JROOT/libraries/cms/version/version.php:325 |
13 | JVersion->setMediaVersion() | JROOT/libraries/cms/version/version.php:284 |
12 | JVersion->getMediaVersion() | JROOT/libraries/joomla/factory.php:755 |
11 | JFactory::createDocument() | JROOT/libraries/joomla/factory.php:216 |
10 | JFactory::getDocument() | JROOT/plugins/system/easysocial/easysocial.php:88 |
9 | PlgSystemEasySocial->processUsersRedirection() | JROOT/plugins/system/easysocial/easysocial.php:76 |
8 | PlgSystemEasySocial->onAfterRoute() | JROOT/libraries/joomla/event/event.php:69 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
6 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
5 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1125 |
4 | JApplicationCms->route() | JROOT/libraries/cms/application/site.php:791 |
3 | JApplicationSite->route() | JROOT/libraries/cms/application/site.php:215 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:261 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Query Time: 0.59 ms** **After last query: 2.78 ms** **Query memory: 0.005 MB Memory before query: 11.759 MB** **Rows returned: 1**
SELECT `id`, `name`,`alias`, `use_feedburner`, `uri`, `feed_type`
FROM `eqje8_obrss`
WHERE `published` = 1
AND `feeded` = 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 `id`, `name`,`alias`, `use_feedburner`, `uri`, `feed_type` FROM `#__ob' at line 1 SQL=EXPLAIN EXTENDED SELECT `id`, `name`,`alias`, `use_feedburner`, `uri`, `feed_type` FROM `#__obrss` WHERE `published` = 1 AND `feeded` = 1 ORDER BY `ordering` |
**No SHOW PROFILE (maybe because there are more than 100 queries)**
# | **Caller** | **File and line number** | 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
9 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/obrss/obrss.php:40 |
8 | plgSystemobrss->onAfterRoute() | JROOT/libraries/joomla/event/event.php:69 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
6 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
5 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1125 |
4 | JApplicationCms->route() | JROOT/libraries/cms/application/site.php:791 |
3 | JApplicationSite->route() | JROOT/libraries/cms/application/site.php:215 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:261 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Query Time: 0.64 ms** **After last query: 1.45 ms** **Query memory: 0.003 MB Memory before query: 11.917 MB** **Rows returned: 2**
SELECT *
FROM eqje8_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 SQL=EXPLAIN EXTENDED SELECT *
FROM #__languages
WHERE published=1
ORDER BY ordering ASC |
**No SHOW PROFILE (maybe because there are more than 100 queries)**
# | **Caller** | **File and line number** | 7 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
6 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/language/helper.php:164 |
5 | JLanguageHelper::getLanguages() | JROOT/libraries/cms/application/site.php:329 |
4 | JApplicationSite->getParams() | JROOT/libraries/cms/application/site.php:135 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:261 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Query Time: 0.69 ms** **After last query: 0.22 ms** **Query memory: 0.003 MB Memory before query: 11.928 MB** **Rows returned: 5**
SELECT id, home, template, s.params
FROM eqje8_template_styles as s
LEFT JOIN eqje8_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 eq' at line 1 SQL=EXPLAIN EXTENDED SELECT id, home, template, s.params
FROM #__template_styles as s
LEFT JOIN #__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 |
**No SHOW PROFILE (maybe because there are more than 100 queries)**
# | **Caller** | **File and line number** | 6 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
5 | JDatabaseDriver->loadObjectList() | JROOT/libraries/cms/application/site.php:484 |
4 | JApplicationSite->getTemplate() | JROOT/libraries/cms/application/site.php:165 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:261 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Query Time: 1.81 ms** **After last query: 14.12 ms** **Query memory: 0.011 MB Memory before query: 12.652 MB** **Rows returned: 8**
SHOW FULL COLUMNS
FROM `eqje8_assets`
**EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `eqje8_assets`**
**No SHOW PROFILE (maybe because there are more than 100 queries)**
# | **Caller** | **File and line number** | 24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
23 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:440 |
22 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/joomla/table/table.php:241 |
21 | JTable->getFields() | JROOT/libraries/joomla/table/table.php:162 |
20 | JTable->__construct() | JROOT/libraries/joomla/table/asset.php:60 |
19 | JTableAsset->__construct() | JROOT/libraries/joomla/table/table.php:308 |
18 | JTable::getInstance() | JROOT/libraries/joomla/access/access.php:696 |
17 | JAccess::getExtensionNameFromAsset() | JROOT/libraries/joomla/access/access.php:555 |
16 | JAccess::getAssetRules() | JROOT/libraries/joomla/user/user.php:385 |
15 | JUser->authorise() | JROOT/components/com_content/models/category.php:142 |
14 | ContentModelCategory->populateState() | JROOT/libraries/legacy/model/legacy.php:435 |
13 | JModelLegacy->getState() | JROOT/libraries/legacy/view/legacy.php:408 |
12 | JViewLegacy->get() | JROOT/libraries/legacy/view/category.php:114 |
11 | JViewCategory->commonCategoryDisplay() | JROOT/components/com_content/views/category/view.html.php:72 |
10 | ContentViewCategory->display() | JROOT/libraries/legacy/controller/legacy.php:664 |
9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:38 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
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:261 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Query Time: 0.51 ms** **After last query: 0.16 ms** **Query memory: 0.009 MB Memory before query: 12.677 MB** **Rows returned: 1**
SELECT *
FROM eqje8_assets
WHERE `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 *
FROM #__assets
WHERE `id` = '1'' at line 1 SQL=EXPLAIN EXTENDED SELECT *
FROM #__assets
WHERE `id` = '1' |
**No SHOW PROFILE (maybe because there are more than 100 queries)**
# | **Caller** | **File and line number** | 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1453 |
19 | JDatabaseDriver->loadAssoc() | JROOT/libraries/joomla/table/table.php:719 |
18 | JTable->load() | JROOT/libraries/joomla/access/access.php:697 |
17 | JAccess::getExtensionNameFromAsset() | JROOT/libraries/joomla/access/access.php:555 |
16 | JAccess::getAssetRules() | JROOT/libraries/joomla/user/user.php:385 |
15 | JUser->authorise() | JROOT/components/com_content/models/category.php:142 |
14 | ContentModelCategory->populateState() | JROOT/libraries/legacy/model/legacy.php:435 |
13 | JModelLegacy->getState() | JROOT/libraries/legacy/view/legacy.php:408 |
12 | JViewLegacy->get() | JROOT/libraries/legacy/view/category.php:114 |
11 | JViewCategory->commonCategoryDisplay() | JROOT/components/com_content/views/category/view.html.php:72 |
10 | ContentViewCategory->display() | JROOT/libraries/legacy/controller/legacy.php:664 |
9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:38 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
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:261 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Query Time: 0.46 ms** **After last query: 0.14 ms** **Query memory: 0.009 MB Memory before query: 12.685 MB** **Rows returned: 1**
SELECT a.rules
FROM eqje8_assets AS a
WHERE (a.id = 1 OR a.name = 'root.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 a.rules
FROM #__assets AS a
WHERE (a.id = 1 OR a.name = 'root.1')' at line 1 SQL=EXPLAIN EXTENDED SELECT a.rules
FROM #__assets AS a
WHERE (a.id = 1 OR a.name = 'root.1') |
**No SHOW PROFILE (maybe because there are more than 100 queries)**
# | **Caller** | **File and line number** | 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1538 |
17 | JDatabaseDriver->loadColumn() | JROOT/libraries/joomla/access/access.php:652 |
16 | JAccess::getAssetRules() | JROOT/libraries/joomla/user/user.php:385 |
15 | JUser->authorise() | JROOT/components/com_content/models/category.php:142 |
14 | ContentModelCategory->populateState() | JROOT/libraries/legacy/model/legacy.php:435 |
13 | JModelLegacy->getState() | JROOT/libraries/legacy/view/legacy.php:408 |
12 | JViewLegacy->get() | JROOT/libraries/legacy/view/category.php:114 |
11 | JViewCategory->commonCategoryDisplay() | JROOT/components/com_content/views/category/view.html.php:72 |
10 | ContentViewCategory->display() | JROOT/libraries/legacy/controller/legacy.php:664 |
9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:38 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
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:261 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Query Time: 0.91 ms** **After last query: 1.21 ms** **Query memory: 0.009 MB Memory before query: 12.712 MB** **Rows returned: 310**
SELECT a.id, a.parent_id
FROM eqje8_assets AS a
WHERE (a.name LIKE 'com_content.%' OR a.name = 'com_content' OR 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 a.id, a.parent_id
FROM #__assets AS a
WHERE (a.name LIKE 'com_content.' at line 1 SQL=EXPLAIN EXTENDED SELECT a.id, a.parent_id
FROM #__assets AS a
WHERE (a.name LIKE 'com_content.%' OR a.name = 'com_content' OR a.id = 1) |
**No SHOW PROFILE (maybe because there are more than 100 queries)**
# | **Caller** | **File and line number** | 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
19 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/access/access.php:332 |
18 | JAccess::preloadPermissionsParentIdMapping() | JROOT/libraries/joomla/access/access.php:240 |
17 | JAccess::preload() | JROOT/libraries/joomla/access/access.php:168 |
16 | JAccess::check() | JROOT/libraries/joomla/user/user.php:394 |
15 | JUser->authorise() | JROOT/components/com_content/models/category.php:142 |
14 | ContentModelCategory->populateState() | JROOT/libraries/legacy/model/legacy.php:435 |
13 | JModelLegacy->getState() | JROOT/libraries/legacy/view/legacy.php:408 |
12 | JViewLegacy->get() | JROOT/libraries/legacy/view/category.php:114 |
11 | JViewCategory->commonCategoryDisplay() | JROOT/components/com_content/views/category/view.html.php:72 |
10 | ContentViewCategory->display() | JROOT/libraries/legacy/controller/legacy.php:664 |
9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:38 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
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:261 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Query Time: 0.88 ms** **After last query: 1.32 ms** **Query memory: 0.009 MB Memory before query: 12.924 MB** **Rows returned: 310**
SELECT a.id, a.name, a.rules
FROM eqje8_assets AS a
WHERE (a.name LIKE 'com_content.%' OR a.name = 'com_content' OR 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 a.id, a.name, a.rules
FROM #__assets AS a
WHERE (a.name LIKE 'com_cont' at line 1 SQL=EXPLAIN EXTENDED SELECT a.id, a.name, a.rules
FROM #__assets AS a
WHERE (a.name LIKE 'com_content.%' OR a.name = 'com_content' OR a.id = 1 ) |
**No SHOW PROFILE (maybe because there are more than 100 queries)**
# | **Caller** | **File and line number** | 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1255 |
19 | JDatabaseDriver->getIterator() | JROOT/libraries/joomla/access/access.php:373 |
18 | JAccess::preloadPermissions() | JROOT/libraries/joomla/access/access.php:243 |
17 | JAccess::preload() | JROOT/libraries/joomla/access/access.php:168 |
16 | JAccess::check() | JROOT/libraries/joomla/user/user.php:394 |
15 | JUser->authorise() | JROOT/components/com_content/models/category.php:142 |
14 | ContentModelCategory->populateState() | JROOT/libraries/legacy/model/legacy.php:435 |
13 | JModelLegacy->getState() | JROOT/libraries/legacy/view/legacy.php:408 |
12 | JViewLegacy->get() | JROOT/libraries/legacy/view/category.php:114 |
11 | JViewCategory->commonCategoryDisplay() | JROOT/components/com_content/views/category/view.html.php:72 |
10 | ContentViewCategory->display() | JROOT/libraries/legacy/controller/legacy.php:664 |
9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:38 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
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:261 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Query Time: 2.69 ms** **After last query: 3.35 ms** **Query memory: 0.008 MB Memory before query: 13.332 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,COUNT(i.`id`) AS numitems
FROM eqje8_categories as c
LEFT JOIN (SELECT cat.id as id
FROM eqje8_categories AS cat JOIN eqje8_categories AS parent
ON cat.lft BETWEEN parent.lft
AND parent.rgt
WHERE parent.extension = 'com_content'
AND parent.published != 1
GROUP BY cat.id) AS badcats
ON badcats.id = c.id
LEFT JOIN eqje8_categories AS s
ON (s.lft <= c.lft
AND s.rgt >= c.rgt) OR (s.lft > c.lft
AND s.rgt < c.rgt)
LEFT JOIN `eqje8_content` AS i
ON i.`catid` = c.id
AND i.state = 1
WHERE (c.extension='com_content' OR c.extension='system')
AND c.access IN (1,1)
AND c.published = 1
AND badcats.id is null
AND s.id=93
GROUP BY c.id, c.asset_id, c.access, c.alias, c.checked_out, c.checked_out_time,
c.created_time, c.created_user_id, c.description, c.extension, c.hits, c.language, c.level,
c.lft, c.metadata, c.metadesc, c.metakey, c.modified_time, c.note, c.params, c.parent_id,
c.path, c.published, c.rgt, c.title, c.modified_user_id, c.version
ORDER BY c.lft
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 SQL=EXPLAIN EXTENDED SELECT c.id, c.asset_id, c.access, c.alias, c.checked_out, c.checked_out_time,
c.created_time, c.created_user_id, c.description, c.extension, c.hits, c.language, c.level,
c.lft, c.metadata, c.metadesc, c.metakey, c.modified_time, c.note, c.params, c.parent_id,
c.path, c.published, c.rgt, c.title, c.modified_user_id, c.version, CASE WHEN CHAR_LENGTH(c.alias) != 0 THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as slug,COUNT(i.`id`) AS numitems
FROM #__categories as c
LEFT JOIN (SELECT cat.id as id FROM #__categories AS cat JOIN #__categories AS parent ON cat.lft BETWEEN parent.lft AND parent.rgt WHERE parent.extension = 'com_content' AND parent.published != 1 GROUP BY cat.id) AS badcats ON badcats.id = c.id
LEFT JOIN #__categories AS s ON (s.lft <= c.lft AND s.rgt >= c.rgt) OR (s.lft > c.lft AND s.rgt < c.rgt)
LEFT JOIN `#__content` AS i ON i.`catid` = c.id AND i.state = 1
WHERE (c.extension='com_content' OR c.extension='system') AND c.access IN (1,1) AND c.published = 1 AND badcats.id is null AND s.id=93
GROUP BY c.id, c.asset_id, c.access, c.alias, c.checked_out, c.checked_out_time,
c.created_time, c.created_user_id, c.description, c.extension, c.hits, c.language, c.level,
c.lft, c.metadata, c.metadesc, c.metakey, c.modified_time, c.note, c.params, c.parent_id,
c.path, c.published, c.rgt, c.title, c.modified_user_id, c.version
ORDER BY c.lft |
**No SHOW PROFILE (maybe because there are more than 100 queries)**
# | **Caller** | **File and line number** | 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
16 | JDatabaseDriver->loadObjectList() | JROOT/libraries/legacy/categories/categories.php:309 |
15 | JCategories->_load() | JROOT/libraries/legacy/categories/categories.php:184 |
14 | JCategories->get() | JROOT/components/com_content/models/category.php:354 |
13 | ContentModelCategory->getCategory() | JROOT/libraries/legacy/view/legacy.php:408 |
12 | JViewLegacy->get() | JROOT/libraries/legacy/view/category.php:115 |
11 | JViewCategory->commonCategoryDisplay() | JROOT/components/com_content/views/category/view.html.php:72 |
10 | ContentViewCategory->display() | JROOT/libraries/legacy/controller/legacy.php:664 |
9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:38 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
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:261 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Query Time: 0.62 ms** **After last query: 2.37 ms** **Query memory: 0.010 MB Memory before query: 13.456 MB** **Rows returned: 46**
SELECT element
FROM eqje8_extensions
WHERE type = 'component'
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 element
FROM #__extensions
WHERE type = 'component' AND enabled = '1'' at line 1 SQL=EXPLAIN EXTENDED SELECT element
FROM #__extensions
WHERE type = 'component' AND enabled = '1' |
**No SHOW PROFILE (maybe because there are more than 100 queries)**
# | **Caller** | **File and line number** | 23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1538 |
22 | JDatabaseDriver->loadColumn() | JROOT/libraries/joomla/access/access.php:413 |
21 | JAccess::preloadComponents() | JROOT/libraries/joomla/access/access.php:213 |
20 | JAccess::preload() | JROOT/libraries/joomla/access/access.php:168 |
19 | JAccess::check() | JROOT/libraries/joomla/user/user.php:394 |
18 | JUser->authorise() | JROOT/components/com_content/models/articles.php:466 |
17 | ContentModelArticles->getListQuery() | JROOT/libraries/legacy/model/list.php:129 |
16 | JModelList->_getListQuery() | JROOT/libraries/legacy/model/list.php:183 |
15 | JModelList->getItems() | JROOT/components/com_content/models/articles.php:565 |
14 | ContentModelArticles->getItems() | JROOT/components/com_content/models/category.php:253 |
13 | ContentModelCategory->getItems() | JROOT/libraries/legacy/view/legacy.php:408 |
12 | JViewLegacy->get() | JROOT/libraries/legacy/view/category.php:128 |
11 | JViewCategory->commonCategoryDisplay() | JROOT/components/com_content/views/category/view.html.php:72 |
10 | ContentViewCategory->display() | JROOT/libraries/legacy/controller/legacy.php:664 |
9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:38 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
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:261 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Query Time: 0.87 ms** **After last query: 0.14 ms** **Query memory: 0.010 MB Memory before query: 13.472 MB** **Rows returned: 46**
SELECT a.name, a.rules
FROM eqje8_assets AS a
WHERE (a.name IN ('com_acymailing','com_admin','com_ajax','com_ariquiz','com_banners','com_cache','com_categories','com_checkin','com_config','com_contact','com_content','com_contenthistory','com_cpanel','com_easydiscuss','com_easysocial','com_finder','com_installer','com_j2store','com_jhackguard','com_jmap','com_joomlaupdate','com_komento','com_kunena','com_languages','com_login','com_mailto','com_media','com_menus','com_messages','com_modules','com_newsfeeds','com_obrss','com_plugins','com_postinstall','com_redirect','com_rsform','com_search','com_splms','com_sppagebuilder','com_spsimpleportfolio','com_tags','com_templates','com_users','com_widgetkit','com_wrapper','com_xmlrpc') OR a.name = 'root.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 a.name, a.rules
FROM #__assets AS a
WHERE (a.name IN ('com_acymailing'' at line 1 SQL=EXPLAIN EXTENDED SELECT a.name, a.rules
FROM #__assets AS a
WHERE (a.name IN ('com_acymailing','com_admin','com_ajax','com_ariquiz','com_banners','com_cache','com_categories','com_checkin','com_config','com_contact','com_content','com_contenthistory','com_cpanel','com_easydiscuss','com_easysocial','com_finder','com_installer','com_j2store','com_jhackguard','com_jmap','com_joomlaupdate','com_komento','com_kunena','com_languages','com_login','com_mailto','com_media','com_menus','com_messages','com_modules','com_newsfeeds','com_obrss','com_plugins','com_postinstall','com_redirect','com_rsform','com_search','com_splms','com_sppagebuilder','com_spsimpleportfolio','com_tags','com_templates','com_users','com_widgetkit','com_wrapper','com_xmlrpc') OR a.name = 'root.1') |
**No SHOW PROFILE (maybe because there are more than 100 queries)**
# | **Caller** | **File and line number** | 23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1494 |
22 | JDatabaseDriver->loadAssocList() | JROOT/libraries/joomla/access/access.php:441 |
21 | JAccess::preloadComponents() | JROOT/libraries/joomla/access/access.php:213 |
20 | JAccess::preload() | JROOT/libraries/joomla/access/access.php:168 |
19 | JAccess::check() | JROOT/libraries/joomla/user/user.php:394 |
18 | JUser->authorise() | JROOT/components/com_content/models/articles.php:466 |
17 | ContentModelArticles->getListQuery() | JROOT/libraries/legacy/model/list.php:129 |
16 | JModelList->_getListQuery() | JROOT/libraries/legacy/model/list.php:183 |
15 | JModelList->getItems() | JROOT/components/com_content/models/articles.php:565 |
14 | ContentModelArticles->getItems() | JROOT/components/com_content/models/category.php:253 |
13 | ContentModelCategory->getItems() | JROOT/libraries/legacy/view/legacy.php:408 |
12 | JViewLegacy->get() | JROOT/libraries/legacy/view/category.php:128 |
11 | JViewCategory->commonCategoryDisplay() | JROOT/components/com_content/views/category/view.html.php:72 |
10 | ContentViewCategory->display() | JROOT/libraries/legacy/controller/legacy.php:664 |
9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:38 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
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:261 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Query Time: 3.15 ms** **After last query: 1.21 ms** **Query memory: 0.009 MB Memory before query: 13.706 MB** **Rows returned: 5**
SELECT a.id, a.title, a.alias, a.introtext, a.fulltext, a.checked_out, a.checked_out_time, 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, uam.name as modified_by_name,
CASE WHEN a.publish_up = '0000-00-00 00:00:00' THEN a.created ELSE a.publish_up END as publish_up,a.publish_down, a.images, a.urls, a.attribs, a.metadata, a.metakey, a.metadesc, a.access, a.hits, a.xreference, a.featured, a.language, LENGTH(a.fulltext) AS readmore,
CASE WHEN badcats.id is not null THEN 0 ELSE a.state END AS state,c.title AS category_title, c.path AS category_route, c.access AS category_access, c.alias AS category_alias,
CASE WHEN a.created_by_alias > ' ' THEN a.created_by_alias ELSE ua.name END AS author,ua.email AS author_email,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,c.published,
CASE WHEN badcats.id is null THEN c.published ELSE 0 END AS parents_published
FROM eqje8_content AS a
LEFT JOIN eqje8_categories AS c
ON c.id = a.catid
LEFT JOIN eqje8_users AS ua
ON ua.id = a.created_by
LEFT JOIN eqje8_users AS uam
ON uam.id = a.modified_by
LEFT JOIN eqje8_categories as parent
ON parent.id = c.parent_id
LEFT JOIN eqje8_content_rating AS v
ON a.id = v.content_id
LEFT
OUTER JOIN (SELECT cat.id as id
FROM eqje8_categories AS cat JOIN eqje8_categories AS parent
ON cat.lft BETWEEN parent.lft
AND parent.rgt
WHERE parent.extension = 'com_content'
AND parent.published != 1
GROUP BY cat.id ) AS badcats
ON badcats.id = c.id
WHERE a.access IN (1,1)
AND c.access IN (1,1)
AND
CASE WHEN badcats.id is null THEN a.state ELSE 0 END = 1
AND a.catid = 93
AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2024-11-29 06:51:52')
AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2024-11-29 06:51:52')
ORDER BY c.lft,
CASE WHEN a.publish_up = '0000-00-00 00:00:00' THEN a.created ELSE a.publish_up END DESC , a.created
LIMIT 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 a.id, a.title, a.alias, a.introtext, a.fulltext, a.checked_out, a.checked' at line 1 SQL=EXPLAIN EXTENDED SELECT a.id, a.title, a.alias, a.introtext, a.fulltext, a.checked_out, a.checked_out_time, 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, uam.name as modified_by_name,CASE WHEN a.publish_up = '0000-00-00 00:00:00' THEN a.created ELSE a.publish_up END as publish_up,a.publish_down, a.images, a.urls, a.attribs, a.metadata, a.metakey, a.metadesc, a.access, a.hits, a.xreference, a.featured, a.language, LENGTH(a.fulltext) AS readmore,CASE WHEN badcats.id is not null THEN 0 ELSE a.state END AS state,c.title AS category_title, c.path AS category_route, c.access AS category_access, c.alias AS category_alias,CASE WHEN a.created_by_alias > ' ' THEN a.created_by_alias ELSE ua.name END AS author,ua.email AS author_email,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,c.published, CASE WHEN badcats.id is null THEN c.published ELSE 0 END AS parents_published
FROM #__content AS a
LEFT JOIN #__categories AS c ON c.id = a.catid
LEFT JOIN #__users AS ua ON ua.id = a.created_by
LEFT JOIN #__users AS uam ON uam.id = a.modified_by
LEFT JOIN #__categories as parent ON parent.id = c.parent_id
LEFT JOIN #__content_rating AS v ON a.id = v.content_id
LEFT OUTER JOIN (SELECT cat.id as id FROM #__categories AS cat JOIN #__categories AS parent ON cat.lft BETWEEN parent.lft AND parent.rgt WHERE parent.extension = 'com_content' AND parent.published != 1 GROUP BY cat.id ) AS badcats ON badcats.id = c.id
WHERE a.access IN (1,1) AND c.access IN (1,1) AND CASE WHEN badcats.id is null THEN a.state ELSE 0 END = 1 AND a.catid = 93 AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2024-11-29 06:51:52') AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2024-11-29 06:51:52')
ORDER BY c.lft, CASE WHEN a.publish_up = '0000-00-00 00:00:00' THEN a.created ELSE a.publish_up END DESC , a.created LIMIT 5 |
**No SHOW PROFILE (maybe because there are more than 100 queries)**
# | **Caller** | **File and line number** | 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
17 | JDatabaseDriver->loadObjectList() | JROOT/libraries/legacy/model/legacy.php:310 |
16 | JModelLegacy->_getList() | JROOT/libraries/legacy/model/list.php:183 |
15 | JModelList->getItems() | JROOT/components/com_content/models/articles.php:565 |
14 | ContentModelArticles->getItems() | JROOT/components/com_content/models/category.php:253 |
13 | ContentModelCategory->getItems() | JROOT/libraries/legacy/view/legacy.php:408 |
12 | JViewLegacy->get() | JROOT/libraries/legacy/view/category.php:128 |
11 | JViewCategory->commonCategoryDisplay() | JROOT/components/com_content/views/category/view.html.php:72 |
10 | ContentViewCategory->display() | JROOT/libraries/legacy/controller/legacy.php:664 |
9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:38 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
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:261 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Query Time: 1.06 ms** **After last query: 2.67 ms** **Query memory: 0.008 MB Memory before query: 14.010 MB** **Rows returned: 0**
SELECT `m`.`tag_id`,`t`.*
FROM `eqje8_contentitem_tag_map` AS m
INNER JOIN `eqje8_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 313
AND `t`.`published` = 1
AND t.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 `m`.`tag_id`,`t`.*
FROM `#__contentitem_tag_map` AS m
INNER JOIN `eqj' at line 1 SQL=EXPLAIN EXTENDED SELECT `m`.`tag_id`,`t`.*
FROM `#__contentitem_tag_map` AS m
INNER JOIN `#__tags` AS t ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article' AND `m`.`content_item_id` = 313 AND `t`.`published` = 1 AND t.access IN (1,1) |
**No SHOW PROFILE (maybe because there are more than 100 queries)**
# | **Caller** | **File and line number** | 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
16 | JDatabaseDriver->loadObjectList() | JROOT/libraries/cms/helper/tags.php:435 |
15 | JHelperTags->getItemTags() | JROOT/components/com_content/models/articles.php:693 |
14 | ContentModelArticles->getItems() | JROOT/components/com_content/models/category.php:253 |
13 | ContentModelCategory->getItems() | JROOT/libraries/legacy/view/legacy.php:408 |
12 | JViewLegacy->get() | JROOT/libraries/legacy/view/category.php:128 |
11 | JViewCategory->commonCategoryDisplay() | JROOT/components/com_content/views/category/view.html.php:72 |
10 | ContentViewCategory->display() | JROOT/libraries/legacy/controller/legacy.php:664 |
9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:38 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
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:261 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Query Time: 0.48 ms** **After last query: 0.26 ms** **Query memory: 0.008 MB Memory before query: 14.028 MB** **Rows returned: 0**
SELECT `m`.`tag_id`,`t`.*
FROM `eqje8_contentitem_tag_map` AS m
INNER JOIN `eqje8_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 308
AND `t`.`published` = 1
AND t.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 `m`.`tag_id`,`t`.*
FROM `#__contentitem_tag_map` AS m
INNER JOIN `eqj' at line 1 SQL=EXPLAIN EXTENDED SELECT `m`.`tag_id`,`t`.*
FROM `#__contentitem_tag_map` AS m
INNER JOIN `#__tags` AS t ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article' AND `m`.`content_item_id` = 308 AND `t`.`published` = 1 AND t.access IN (1,1) |
**No SHOW PROFILE (maybe because there are more than 100 queries)**
# | **Caller** | **File and line number** | 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
16 | JDatabaseDriver->loadObjectList() | JROOT/libraries/cms/helper/tags.php:435 |
15 | JHelperTags->getItemTags() | JROOT/components/com_content/models/articles.php:693 |
14 | ContentModelArticles->getItems() | JROOT/components/com_content/models/category.php:253 |
13 | ContentModelCategory->getItems() | JROOT/libraries/legacy/view/legacy.php:408 |
12 | JViewLegacy->get() | JROOT/libraries/legacy/view/category.php:128 |
11 | JViewCategory->commonCategoryDisplay() | JROOT/components/com_content/views/category/view.html.php:72 |
10 | ContentViewCategory->display() | JROOT/libraries/legacy/controller/legacy.php:664 |
9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:38 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
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:261 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Query Time: 0.50 ms** **After last query: 0.22 ms** **Query memory: 0.008 MB Memory before query: 14.045 MB** **Rows returned: 0**
SELECT `m`.`tag_id`,`t`.*
FROM `eqje8_contentitem_tag_map` AS m
INNER JOIN `eqje8_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 307
AND `t`.`published` = 1
AND t.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 `m`.`tag_id`,`t`.*
FROM `#__contentitem_tag_map` AS m
INNER JOIN `eqj' at line 1 SQL=EXPLAIN EXTENDED SELECT `m`.`tag_id`,`t`.*
FROM `#__contentitem_tag_map` AS m
INNER JOIN `#__tags` AS t ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article' AND `m`.`content_item_id` = 307 AND `t`.`published` = 1 AND t.access IN (1,1) |
**No SHOW PROFILE (maybe because there are more than 100 queries)**
# | **Caller** | **File and line number** | 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
16 | JDatabaseDriver->loadObjectList() | JROOT/libraries/cms/helper/tags.php:435 |
15 | JHelperTags->getItemTags() | JROOT/components/com_content/models/articles.php:693 |
14 | ContentModelArticles->getItems() | JROOT/components/com_content/models/category.php:253 |
13 | ContentModelCategory->getItems() | JROOT/libraries/legacy/view/legacy.php:408 |
12 | JViewLegacy->get() | JROOT/libraries/legacy/view/category.php:128 |
11 | JViewCategory->commonCategoryDisplay() | JROOT/components/com_content/views/category/view.html.php:72 |
10 | ContentViewCategory->display() | JROOT/libraries/legacy/controller/legacy.php:664 |
9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:38 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
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:261 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Query Time: 0.56 ms** **After last query: 0.23 ms** **Query memory: 0.009 MB Memory before query: 14.077 MB** **Rows returned: 0**
SELECT `m`.`tag_id`,`t`.*
FROM `eqje8_contentitem_tag_map` AS m
INNER JOIN `eqje8_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 212
AND `t`.`published` = 1
AND t.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 `m`.`tag_id`,`t`.*
FROM `#__contentitem_tag_map` AS m
INNER JOIN `eqj' at line 1 SQL=EXPLAIN EXTENDED SELECT `m`.`tag_id`,`t`.*
FROM `#__contentitem_tag_map` AS m
INNER JOIN `#__tags` AS t ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article' AND `m`.`content_item_id` = 212 AND `t`.`published` = 1 AND t.access IN (1,1) |
**No SHOW PROFILE (maybe because there are more than 100 queries)**
# | **Caller** | **File and line number** | 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
16 | JDatabaseDriver->loadObjectList() | JROOT/libraries/cms/helper/tags.php:435 |
15 | JHelperTags->getItemTags() | JROOT/components/com_content/models/articles.php:693 |
14 | ContentModelArticles->getItems() | JROOT/components/com_content/models/category.php:253 |
13 | ContentModelCategory->getItems() | JROOT/libraries/legacy/view/legacy.php:408 |
12 | JViewLegacy->get() | JROOT/libraries/legacy/view/category.php:128 |
11 | JViewCategory->commonCategoryDisplay() | JROOT/components/com_content/views/category/view.html.php:72 |
10 | ContentViewCategory->display() | JROOT/libraries/legacy/controller/legacy.php:664 |
9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:38 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
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:261 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Query Time: 0.56 ms** **After last query: 0.23 ms** **Query memory: 0.008 MB Memory before query: 14.092 MB** **Rows returned: 0**
SELECT `m`.`tag_id`,`t`.*
FROM `eqje8_contentitem_tag_map` AS m
INNER JOIN `eqje8_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 194
AND `t`.`published` = 1
AND t.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 `m`.`tag_id`,`t`.*
FROM `#__contentitem_tag_map` AS m
INNER JOIN `eqj' at line 1 SQL=EXPLAIN EXTENDED SELECT `m`.`tag_id`,`t`.*
FROM `#__contentitem_tag_map` AS m
INNER JOIN `#__tags` AS t ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article' AND `m`.`content_item_id` = 194 AND `t`.`published` = 1 AND t.access IN (1,1) |
**No SHOW PROFILE (maybe because there are more than 100 queries)**
# | **Caller** | **File and line number** | 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
16 | JDatabaseDriver->loadObjectList() | JROOT/libraries/cms/helper/tags.php:435 |
15 | JHelperTags->getItemTags() | JROOT/components/com_content/models/articles.php:693 |
14 | ContentModelArticles->getItems() | JROOT/components/com_content/models/category.php:253 |
13 | ContentModelCategory->getItems() | JROOT/libraries/legacy/view/legacy.php:408 |
12 | JViewLegacy->get() | JROOT/libraries/legacy/view/category.php:128 |
11 | JViewCategory->commonCategoryDisplay() | JROOT/components/com_content/views/category/view.html.php:72 |
10 | ContentViewCategory->display() | JROOT/libraries/legacy/controller/legacy.php:664 |
9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:38 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
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:261 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Query Time: 1.32 ms** **After last query: 1.86 ms** **Query memory: 0.009 MB Memory before query: 14.176 MB** **Rows returned: 1**
SELECT COUNT(*)
FROM eqje8_content AS a
LEFT JOIN eqje8_categories AS c
ON c.id = a.catid
LEFT JOIN eqje8_users AS ua
ON ua.id = a.created_by
LEFT JOIN eqje8_users AS uam
ON uam.id = a.modified_by
LEFT JOIN eqje8_categories as parent
ON parent.id = c.parent_id
LEFT JOIN eqje8_content_rating AS v
ON a.id = v.content_id
LEFT
OUTER JOIN (SELECT cat.id as id
FROM eqje8_categories AS cat JOIN eqje8_categories AS parent
ON cat.lft BETWEEN parent.lft
AND parent.rgt
WHERE parent.extension = 'com_content'
AND parent.published != 1
GROUP BY cat.id ) AS badcats
ON badcats.id = c.id
WHERE a.access IN (1,1)
AND c.access IN (1,1)
AND
CASE WHEN badcats.id is null THEN a.state ELSE 0 END = 1
AND a.catid = 93
AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2024-11-29 06:51:52')
AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2024-11-29 06:51:52')
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 #__content AS a
LEFT JOIN #__categories AS c ON c.id ' at line 1 SQL=EXPLAIN EXTENDED SELECT COUNT(*)
FROM #__content AS a
LEFT JOIN #__categories AS c ON c.id = a.catid
LEFT JOIN #__users AS ua ON ua.id = a.created_by
LEFT JOIN #__users AS uam ON uam.id = a.modified_by
LEFT JOIN #__categories as parent ON parent.id = c.parent_id
LEFT JOIN #__content_rating AS v ON a.id = v.content_id
LEFT OUTER JOIN (SELECT cat.id as id FROM #__categories AS cat JOIN #__categories AS parent ON cat.lft BETWEEN parent.lft AND parent.rgt WHERE parent.extension = 'com_content' AND parent.published != 1 GROUP BY cat.id ) AS badcats ON badcats.id = c.id
WHERE a.access IN (1,1) AND c.access IN (1,1) AND CASE WHEN badcats.id is null THEN a.state ELSE 0 END = 1 AND a.catid = 93 AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2024-11-29 06:51:52') AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2024-11-29 06:51:52') |
**No SHOW PROFILE (maybe because there are more than 100 queries)**
# | **Caller** | **File and line number** | 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1728 |
17 | JDatabaseDriver->loadResult() | JROOT/libraries/legacy/model/legacy.php:337 |
16 | JModelLegacy->_getListCount() | JROOT/libraries/legacy/model/list.php:278 |
15 | JModelList->getTotal() | JROOT/libraries/legacy/model/list.php:228 |
14 | JModelList->getPagination() | JROOT/components/com_content/models/category.php:265 |
13 | ContentModelCategory->getItems() | JROOT/libraries/legacy/view/legacy.php:408 |
12 | JViewLegacy->get() | JROOT/libraries/legacy/view/category.php:128 |
11 | JViewCategory->commonCategoryDisplay() | JROOT/components/com_content/views/category/view.html.php:72 |
10 | ContentViewCategory->display() | JROOT/libraries/legacy/controller/legacy.php:664 |
9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:38 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
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:261 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Query Time: 0.49 ms** **After last query: 0.21 ms** **Query memory: 0.007 MB Memory before query: 14.176 MB** **Rows returned: 0**
SELECT `m`.`tag_id`,`t`.*
FROM `eqje8_contentitem_tag_map` AS m
INNER JOIN `eqje8_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.category'
AND `m`.`content_item_id` = 93
AND `t`.`published` = 1
AND t.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 `m`.`tag_id`,`t`.*
FROM `#__contentitem_tag_map` AS m
INNER JOIN `eqj' at line 1 SQL=EXPLAIN EXTENDED SELECT `m`.`tag_id`,`t`.*
FROM `#__contentitem_tag_map` AS m
INNER JOIN `#__tags` AS t ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.category' AND `m`.`content_item_id` = 93 AND `t`.`published` = 1 AND t.access IN (1,1) |
**No SHOW PROFILE (maybe because there are more than 100 queries)**
# | **Caller** | **File and line number** | 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
13 | JDatabaseDriver->loadObjectList() | JROOT/libraries/cms/helper/tags.php:435 |
12 | JHelperTags->getItemTags() | JROOT/libraries/legacy/view/category.php:217 |
11 | JViewCategory->commonCategoryDisplay() | JROOT/components/com_content/views/category/view.html.php:72 |
10 | ContentViewCategory->display() | JROOT/libraries/legacy/controller/legacy.php:664 |
9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:38 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
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:261 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Query Time: 7.73 ms** **After last query: 18.01 ms** **Query memory: 0.010 MB Memory before query: 15.150 MB** **Rows returned: 408**
SHOW TABLES
**EXPLAIN not possible on query: SHOW TABLES**
**No SHOW PROFILE (maybe because there are more than 100 queries)**
# | **Caller** | **File and line number** | 21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1538 |
20 | JDatabaseDriver->loadColumn() | JROOT/libraries/joomla/database/driver/mysqli.php:497 |
19 | JDatabaseDriverMysqli->getTableList() | JROOT/libraries/f0f/table/table.php:2061 |
18 | F0FTable->getTableFields() | JROOT/libraries/f0f/table/table.php:536 |
17 | F0FTable->__construct() | JROOT/administrator/components/com_j2store/tables/product.php:62 |
16 | J2StoreTableProduct->__construct() | JROOT/libraries/f0f/table/table.php:433 |
15 | F0FTable::getAnInstance() | JROOT/plugins/content/j2store/j2store.php:71 |
14 | plgContentJ2Store->defaultPosition() | JROOT/plugins/content/j2store/j2store.php:49 |
13 | plgContentJ2Store->onContentPrepare() | JROOT/libraries/joomla/event/event.php:69 |
12 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
11 | JEventDispatcher->trigger() | JROOT/components/com_content/views/category/view.html.php:106 |
10 | ContentViewCategory->display() | JROOT/libraries/legacy/controller/legacy.php:664 |
9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:38 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
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:261 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Query Time: 1.79 ms** **After last query: 0.18 ms** **Query memory: 0.010 MB Memory before query: 15.199 MB** **Rows returned: 20**
SHOW FULL COLUMNS
FROM `eqje8_j2store_products`
**EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `eqje8_j2store_products`**
**No SHOW PROFILE (maybe because there are more than 100 queries)**
# | **Caller** | **File and line number** | 21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
20 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:440 |
19 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/f0f/table/table.php:2146 |
18 | F0FTable->getTableFields() | JROOT/libraries/f0f/table/table.php:536 |
17 | F0FTable->__construct() | JROOT/administrator/components/com_j2store/tables/product.php:62 |
16 | J2StoreTableProduct->__construct() | JROOT/libraries/f0f/table/table.php:433 |
15 | F0FTable::getAnInstance() | JROOT/plugins/content/j2store/j2store.php:71 |
14 | plgContentJ2Store->defaultPosition() | JROOT/plugins/content/j2store/j2store.php:49 |
13 | plgContentJ2Store->onContentPrepare() | JROOT/libraries/joomla/event/event.php:69 |
12 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
11 | JEventDispatcher->trigger() | JROOT/components/com_content/views/category/view.html.php:106 |
10 | ContentViewCategory->display() | JROOT/libraries/legacy/controller/legacy.php:664 |
9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:38 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
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:261 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Query Time: 1.25 ms** **After last query: 0.24 ms** **Query memory: 0.010 MB Memory before query: 15.247 MB** **Rows returned: 5**
SHOW FULL COLUMNS
FROM `eqje8_j2store_productimages`
**EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `eqje8_j2store_productimages`**
**No SHOW PROFILE (maybe because there are more than 100 queries)**
# | **Caller** | **File and line number** | 22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
21 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:440 |
20 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/f0f/table/table.php:2146 |
19 | F0FTable->getTableFields() | JROOT/libraries/f0f/table/table.php:2344 |
18 | F0FTable->getQueryJoinFields() | JROOT/libraries/f0f/table/table.php:539 |
17 | F0FTable->__construct() | JROOT/administrator/components/com_j2store/tables/product.php:62 |
16 | J2StoreTableProduct->__construct() | JROOT/libraries/f0f/table/table.php:433 |
15 | F0FTable::getAnInstance() | JROOT/plugins/content/j2store/j2store.php:71 |
14 | plgContentJ2Store->defaultPosition() | JROOT/plugins/content/j2store/j2store.php:49 |
13 | plgContentJ2Store->onContentPrepare() | JROOT/libraries/joomla/event/event.php:69 |
12 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
11 | JEventDispatcher->trigger() | JROOT/components/com_content/views/category/view.html.php:106 |
10 | ContentViewCategory->display() | JROOT/libraries/legacy/controller/legacy.php:664 |
9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:38 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
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:261 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Query Time: 1.14 ms** **After last query: 0.06 ms** **Query memory: 0.010 MB Memory before query: 15.264 MB** **Rows returned: 4**
SHOW FULL COLUMNS
FROM `eqje8_j2store_manufacturers`
**EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `eqje8_j2store_manufacturers`**
**No SHOW PROFILE (maybe because there are more than 100 queries)**
# | **Caller** | **File and line number** | 22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
21 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:440 |
20 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/f0f/table/table.php:2146 |
19 | F0FTable->getTableFields() | JROOT/libraries/f0f/table/table.php:2344 |
18 | F0FTable->getQueryJoinFields() | JROOT/libraries/f0f/table/table.php:539 |
17 | F0FTable->__construct() | JROOT/administrator/components/com_j2store/tables/product.php:62 |
16 | J2StoreTableProduct->__construct() | JROOT/libraries/f0f/table/table.php:433 |
15 | F0FTable::getAnInstance() | JROOT/plugins/content/j2store/j2store.php:71 |
14 | plgContentJ2Store->defaultPosition() | JROOT/plugins/content/j2store/j2store.php:49 |
13 | plgContentJ2Store->onContentPrepare() | JROOT/libraries/joomla/event/event.php:69 |
12 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
11 | JEventDispatcher->trigger() | JROOT/components/com_content/views/category/view.html.php:106 |
10 | ContentViewCategory->display() | JROOT/libraries/legacy/controller/legacy.php:664 |
9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:38 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
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:261 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Query Time: 1.21 ms** **After last query: 0.06 ms** **Query memory: 0.010 MB Memory before query: 15.280 MB** **Rows returned: 5**
SHOW FULL COLUMNS
FROM `eqje8_j2store_vendors`
**EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `eqje8_j2store_vendors`**
**No SHOW PROFILE (maybe because there are more than 100 queries)**
# | **Caller** | **File and line number** | 22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
21 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:440 |
20 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/f0f/table/table.php:2146 |
19 | F0FTable->getTableFields() | JROOT/libraries/f0f/table/table.php:2344 |
18 | F0FTable->getQueryJoinFields() | JROOT/libraries/f0f/table/table.php:539 |
17 | F0FTable->__construct() | JROOT/administrator/components/com_j2store/tables/product.php:62 |
16 | J2StoreTableProduct->__construct() | JROOT/libraries/f0f/table/table.php:433 |
15 | F0FTable::getAnInstance() | JROOT/plugins/content/j2store/j2store.php:71 |
14 | plgContentJ2Store->defaultPosition() | JROOT/plugins/content/j2store/j2store.php:49 |
13 | plgContentJ2Store->onContentPrepare() | JROOT/libraries/joomla/event/event.php:69 |
12 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
11 | JEventDispatcher->trigger() | JROOT/components/com_content/views/category/view.html.php:106 |
10 | ContentViewCategory->display() | JROOT/libraries/legacy/controller/legacy.php:664 |
9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:38 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
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:261 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Query Time: 1.57 ms** **After last query: 0.09 ms** **Query memory: 0.010 MB Memory before query: 15.296 MB** **Rows returned: 17**
SHOW FULL COLUMNS
FROM `eqje8_j2store_addresses`
**EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `eqje8_j2store_addresses`**
**No SHOW PROFILE (maybe because there are more than 100 queries)**
# | **Caller** | **File and line number** | 22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
21 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:440 |
20 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/f0f/table/table.php:2146 |
19 | F0FTable->getTableFields() | JROOT/libraries/f0f/table/table.php:2344 |
18 | F0FTable->getQueryJoinFields() | JROOT/libraries/f0f/table/table.php:539 |
17 | F0FTable->__construct() | JROOT/administrator/components/com_j2store/tables/product.php:62 |
16 | J2StoreTableProduct->__construct() | JROOT/libraries/f0f/table/table.php:433 |
15 | F0FTable::getAnInstance() | JROOT/plugins/content/j2store/j2store.php:71 |
14 | plgContentJ2Store->defaultPosition() | JROOT/plugins/content/j2store/j2store.php:49 |
13 | plgContentJ2Store->onContentPrepare() | JROOT/libraries/joomla/event/event.php:69 |
12 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
11 | JEventDispatcher->trigger() | JROOT/components/com_content/views/category/view.html.php:106 |
10 | ContentViewCategory->display() | JROOT/libraries/legacy/controller/legacy.php:664 |
9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:38 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
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:261 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Query Time: 1.70 ms** **After last query: 2.60 ms** **Query memory: 0.009 MB Memory before query: 15.389 MB** **Rows returned: 0**
SELECT eqje8_j2store_products.*,`eqje8_j2store_productimages`.`j2store_productimage_id`,`eqje8_j2store_productimages`.`main_image`,`eqje8_j2store_productimages`.`thumb_image`,`eqje8_j2store_productimages`.`additional_images`,`eqje8_j2store_addresses`.`first_name` AS manufacturer_first_name,`eqje8_j2store_addresses`.`last_name` AS manufacturer_last_name,`eqje8_j2store_addresses`.`company` AS manufacturer
FROM eqje8_j2store_products
LEFT JOIN `eqje8_j2store_productimages`
ON `eqje8_j2store_products`.`j2store_product_id` = `eqje8_j2store_productimages`.`product_id`
LEFT JOIN `eqje8_j2store_manufacturers`
ON `eqje8_j2store_products`.`manufacturer_id` = `eqje8_j2store_manufacturers`.`j2store_manufacturer_id`
LEFT JOIN `eqje8_j2store_vendors`
ON `eqje8_j2store_products`.`vendor_id` = `eqje8_j2store_vendors`.`j2store_vendor_id`
LEFT JOIN `eqje8_j2store_addresses`
ON `eqje8_j2store_manufacturers`.`address_id` = `eqje8_j2store_addresses`.`j2store_address_id`
WHERE `eqje8_j2store_products`.`product_source` = 'com_content'
AND `eqje8_j2store_products`.`product_source_id` = '313'
AND `eqje8_j2store_products`.`enabled` = '1'
AND `eqje8_j2store_products`.`visibility` = '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 #__j2store_products.*,`#__j2store_productimages`.`j2store_productim' at line 1 SQL=EXPLAIN EXTENDED SELECT #__j2store_products.*,`#__j2store_productimages`.`j2store_productimage_id`,`#__j2store_productimages`.`main_image`,`#__j2store_productimages`.`thumb_image`,`#__j2store_productimages`.`additional_images`,`#__j2store_addresses`.`first_name` AS manufacturer_first_name,`#__j2store_addresses`.`last_name` AS manufacturer_last_name,`#__j2store_addresses`.`company` AS manufacturer
FROM #__j2store_products
LEFT JOIN `#__j2store_productimages` ON `#__j2store_products`.`j2store_product_id` = `#__j2store_productimages`.`product_id`
LEFT JOIN `#__j2store_manufacturers` ON `#__j2store_products`.`manufacturer_id` = `#__j2store_manufacturers`.`j2store_manufacturer_id`
LEFT JOIN `#__j2store_vendors` ON `#__j2store_products`.`vendor_id` = `#__j2store_vendors`.`j2store_vendor_id`
LEFT JOIN `#__j2store_addresses` ON `#__j2store_manufacturers`.`address_id` = `#__j2store_addresses`.`j2store_address_id`
WHERE `#__j2store_products`.`product_source` = 'com_content' AND `#__j2store_products`.`product_source_id` = '313' AND `#__j2store_products`.`enabled` = '1' AND `#__j2store_products`.`visibility` = '1' |
**No SHOW PROFILE (maybe because there are more than 100 queries)**
# | **Caller** | **File and line number** | 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1453 |
18 | JDatabaseDriver->loadAssoc() | JROOT/libraries/f0f/table/table.php:949 |
17 | F0FTable->load() | JROOT/administrator/components/com_j2store/tables/product.php:90 |
16 | J2StoreTableProduct->load() | JROOT/administrator/components/com_j2store/tables/product.php:188 |
15 | J2StoreTableProduct->get_product_by_source() | JROOT/plugins/content/j2store/j2store.php:73 |
14 | plgContentJ2Store->defaultPosition() | JROOT/plugins/content/j2store/j2store.php:49 |
13 | plgContentJ2Store->onContentPrepare() | JROOT/libraries/joomla/event/event.php:69 |
12 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
11 | JEventDispatcher->trigger() | JROOT/components/com_content/views/category/view.html.php:106 |
10 | ContentViewCategory->display() | JROOT/libraries/legacy/controller/legacy.php:664 |
9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:38 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
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:261 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Query Time: 0.51 ms** **After last query: 59.35 ms** **Query memory: 0.011 MB Memory before query: 17.741 MB** **Rows returned: 1**
SELECT id,template
FROM eqje8_template_styles
WHERE client_id=0
AND home=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,template FROM #__template_styles WHERE client_id=0 AND home=1' at line 1 SQL=EXPLAIN EXTENDED SELECT id,template FROM #__template_styles WHERE client_id=0 AND home=1 |
**No SHOW PROFILE (maybe because there are more than 100 queries)**
# | **Caller** | **File and line number** | 23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1650 |
22 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_widgetkit/widgetkit.php:23 |
21 | plgContentWidgetkit->{closure}() | JROOT/administrator/components/com_widgetkit/vendor/yootheme/framework/src/Container.php:240 |
20 | YOOtheme\Framework\Container->offsetGet() | JROOT/administrator/components/com_widgetkit/src/Application.php:48 |
19 | YOOtheme\Widgetkit\Application->YOOtheme\Widgetkit\{closure}() | **Same as call in the line below.** |
18 | call_user_func_array() | JROOT/administrator/components/com_widgetkit/vendor/yootheme/framework/src/Event/EventDispatcher.php:113 |
17 | YOOtheme\Framework\Event\EventDispatcher->trigger() | JROOT/administrator/components/com_widgetkit/vendor/yootheme/framework/src/Application.php:149 |
16 | YOOtheme\Framework\Application->boot() | JROOT/administrator/components/com_widgetkit/widgetkit.php:67 |
15 | include JROOT/administrator/components/com_widgetkit/widgetkit.php | JROOT/administrator/components/com_widgetkit/widgetkit-app.php:6 |
14 | include JROOT/administrator/components/com_widgetkit/widgetkit-app.php | JROOT/plugins/content/widgetkit/widgetkit.php:9 |
13 | plgContentWidgetkit->onContentPrepare() | JROOT/libraries/joomla/event/event.php:69 |
12 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
11 | JEventDispatcher->trigger() | JROOT/components/com_content/views/category/view.html.php:106 |
10 | ContentViewCategory->display() | JROOT/libraries/legacy/controller/legacy.php:664 |
9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:38 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
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:261 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Query Time: 1.05 ms** **After last query: 76.25 ms** **Query memory: 0.007 MB Memory before query: 18.115 MB** **Rows returned: 1**
SELECT MAX(contact.id) AS contactid
FROM `eqje8_contact_details` AS `contact`
WHERE contact.published = 1
AND contact.user_id = 848
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 MAX(contact.id) AS contactid
FROM `#__contact_details` AS `contact`
WH' at line 1 SQL=EXPLAIN EXTENDED SELECT MAX(contact.id) AS contactid
FROM `#__contact_details` AS `contact`
WHERE contact.published = 1 AND contact.user_id = 848 |
**No SHOW PROFILE (maybe because there are more than 100 queries)**
# | **Caller** | **File and line number** | 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1728 |
15 | JDatabaseDriver->loadResult() | JROOT/plugins/content/contact/contact.php:110 |
14 | PlgContentContact->getContactId() | JROOT/plugins/content/contact/contact.php:60 |
13 | PlgContentContact->onContentPrepare() | JROOT/libraries/joomla/event/event.php:69 |
12 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
11 | JEventDispatcher->trigger() | JROOT/components/com_content/views/category/view.html.php:106 |
10 | ContentViewCategory->display() | JROOT/libraries/legacy/controller/legacy.php:664 |
9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:38 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
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:261 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Query Time: 1.71 ms** **After last query: 0.33 ms** **Query memory: 0.009 MB Memory before query: 18.129 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 eqje8_categories as c
LEFT JOIN (SELECT cat.id as id
FROM eqje8_categories AS cat JOIN eqje8_categories AS parent
ON cat.lft BETWEEN parent.lft
AND parent.rgt
WHERE parent.extension = 'com_content'
AND parent.published != 1
GROUP BY cat.id) AS badcats
ON badcats.id = c.id
LEFT JOIN eqje8_categories AS s
ON (s.lft <= c.lft
AND s.rgt >= c.rgt) OR (s.lft > c.lft
AND s.rgt < c.rgt)
WHERE (c.extension='com_content' OR c.extension='system')
AND c.access IN (1,1)
AND c.published = 1
AND badcats.id is null
AND s.id=93
GROUP BY c.id, c.asset_id, c.access, c.alias, c.checked_out, c.checked_out_time,
c.created_time, c.created_user_id, c.description, c.extension, c.hits, c.language, c.level,
c.lft, c.metadata, c.metadesc, c.metakey, c.modified_time, c.note, c.params, c.parent_id,
c.path, c.published, c.rgt, c.title, c.modified_user_id, c.version
ORDER BY c.lft
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 SQL=EXPLAIN EXTENDED 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 #__categories as c
LEFT JOIN (SELECT cat.id as id FROM #__categories AS cat JOIN #__categories AS parent ON cat.lft BETWEEN parent.lft AND parent.rgt WHERE parent.extension = 'com_content' AND parent.published != 1 GROUP BY cat.id) AS badcats ON badcats.id = c.id
LEFT JOIN #__categories AS s ON (s.lft <= c.lft AND s.rgt >= c.rgt) OR (s.lft > c.lft AND s.rgt < c.rgt)
WHERE (c.extension='com_content' OR c.extension='system') AND c.access IN (1,1) AND c.published = 1 AND badcats.id is null AND s.id=93
GROUP BY c.id, c.asset_id, c.access, c.alias, c.checked_out, c.checked_out_time,
c.created_time, c.created_user_id, c.description, c.extension, c.hits, c.language, c.level,
c.lft, c.metadata, c.metadesc, c.metakey, c.modified_time, c.note, c.params, c.parent_id,
c.path, c.published, c.rgt, c.title, c.modified_user_id, c.version
ORDER BY c.lft |
**No SHOW PROFILE (maybe because there are more than 100 queries)**
# | **Caller** | **File and line number** | 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
17 | JDatabaseDriver->loadObjectList() | JROOT/libraries/legacy/categories/categories.php:309 |
16 | JCategories->_load() | JROOT/libraries/legacy/categories/categories.php:184 |
15 | JCategories->get() | JROOT/components/com_content/helpers/route.php:44 |
14 | ContentHelperRoute::getArticleRoute() | JROOT/plugins/content/techline_socialshare/techline_socialshare.php:79 |
13 | plgContentTechline_socialshare->onContentAfterTitle() | JROOT/libraries/joomla/event/event.php:69 |
12 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
11 | JEventDispatcher->trigger() | JROOT/components/com_content/views/category/view.html.php:111 |
10 | ContentViewCategory->display() | JROOT/libraries/legacy/controller/legacy.php:664 |
9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:38 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
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:261 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Query Time: 0.44 ms** **After last query: 4.87 ms** **Query memory: 0.009 MB Memory before query: 18.232 MB** **Rows returned: 1**
SELECT *
FROM eqje8_komento_configs
WHERE `component` = 'com_content'
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 #__komento_configs
WHERE `component` = 'com_content'' at line 1 SQL=EXPLAIN EXTENDED SELECT *
FROM #__komento_configs
WHERE `component` = 'com_content' |
**No SHOW PROFILE (maybe because there are more than 100 queries)**
# | **Caller** | **File and line number** | 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1453 |
18 | JDatabaseDriver->loadAssoc() | JROOT/libraries/joomla/table/table.php:719 |
17 | JTable->load() | JROOT/components/com_komento/helpers/helper.php:202 |
16 | Komento::getConfig() | JROOT/components/com_komento/helpers/helper.php:697 |
15 | Komento::commentify() | JROOT/plugins/content/komento/komento.php:166 |
14 | plgContentKomento->execute() | JROOT/plugins/content/komento/komento.php:80 |
13 | plgContentKomento->onContentAfterDisplay() | JROOT/libraries/joomla/event/event.php:69 |
12 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
11 | JEventDispatcher->trigger() | JROOT/components/com_content/views/category/view.html.php:117 |
10 | ContentViewCategory->display() | JROOT/libraries/legacy/controller/legacy.php:664 |
9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:38 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
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:261 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Query Time: 0.59 ms** **After last query: 1.98 ms** **Query memory: 0.009 MB Memory before query: 18.273 MB** **Rows returned: 1**
SELECT a.id, a.title, a.alias, a.catid, a.created_by, a.created_by_alias, a.hits, c.title AS category_title, c.alias AS category_alias, u.name AS author, parent.id AS parent_id, parent.alias AS parent_alias
FROM `eqje8_content` AS a
LEFT JOIN `eqje8_categories` AS c
ON c.id = a.catid
LEFT JOIN `eqje8_users` AS u
ON u.id = a.created_by
LEFT JOIN `eqje8_categories` AS parent
ON parent.id = c.parent_id
WHERE a.id = '313'
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.alias, a.catid, a.created_by, a.created_by_alias, a.hits' at line 1 SQL=EXPLAIN EXTENDED SELECT a.id, a.title, a.alias, a.catid, a.created_by, a.created_by_alias, a.hits, c.title AS category_title, c.alias AS category_alias, u.name AS author, parent.id AS parent_id, parent.alias AS parent_alias FROM `#__content` AS a LEFT JOIN `#__categories` AS c ON c.id = a.catid LEFT JOIN `#__users` AS u ON u.id = a.created_by LEFT JOIN `#__categories` AS parent ON parent.id = c.parent_id WHERE a.id = '313' |
**No SHOW PROFILE (maybe because there are more than 100 queries)**
# | **Caller** | **File and line number** | 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1650 |
19 | JDatabaseDriver->loadObject() | JROOT/components/com_komento/helpers/database.php:151 |
18 | KomentoDatabaseJoomla15->__call() | JROOT/components/com_komento/helpers/database.php:40 |
17 | KomentoDatabaseHelper->__call() | JROOT/components/com_komento/komento_plugins/com_content.php:54 |
16 | KomentoComcontent->load() | JROOT/components/com_komento/helpers/helper.php:743 |
15 | Komento::commentify() | JROOT/plugins/content/komento/komento.php:166 |
14 | plgContentKomento->execute() | JROOT/plugins/content/komento/komento.php:80 |
13 | plgContentKomento->onContentAfterDisplay() | JROOT/libraries/joomla/event/event.php:69 |
12 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
11 | JEventDispatcher->trigger() | JROOT/components/com_content/views/category/view.html.php:117 |
10 | ContentViewCategory->display() | JROOT/libraries/legacy/controller/legacy.php:664 |
9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:38 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
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:261 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Query Time: 6.99 ms** **After last query: 1.85 ms** **Query memory: 0.010 MB Memory before query: 18.366 MB** **Rows returned: 5**
SELECT `id`
FROM `eqje8_komento_mailq`
WHERE `status` = '0'
ORDER BY `created` ASC
LIMIT 0, 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 `id` FROM `#__komento_mailq` WHERE `status` = '0' ORDER BY `created` A' at line 1 SQL=EXPLAIN EXTENDED SELECT `id` FROM `#__komento_mailq` WHERE `status` = '0' ORDER BY `created` ASC LIMIT 0, 5 |
**No SHOW PROFILE (maybe because there are more than 100 queries)**
# | **Caller** | **File and line number** | 22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
21 | JDatabaseDriver->loadObjectList() | JROOT/components/com_komento/helpers/database.php:151 |
20 | KomentoDatabaseJoomla15->__call() | JROOT/components/com_komento/helpers/database.php:40 |
19 | KomentoDatabaseHelper->__call() | JROOT/components/com_komento/classes/sql.php:937 |
18 | KomentoSql->__call() | JROOT/components/com_komento/classes/mailqueue.php:49 |
17 | KomentoMailQueue->send() | JROOT/components/com_komento/classes/mailqueue.php:24 |
16 | KomentoMailQueue->sendOnPageLoad() | JROOT/components/com_komento/helpers/helper.php:848 |
15 | Komento::commentify() | JROOT/plugins/content/komento/komento.php:166 |
14 | plgContentKomento->execute() | JROOT/plugins/content/komento/komento.php:80 |
13 | plgContentKomento->onContentAfterDisplay() | JROOT/libraries/joomla/event/event.php:69 |
12 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
11 | JEventDispatcher->trigger() | JROOT/components/com_content/views/category/view.html.php:117 |
10 | ContentViewCategory->display() | JROOT/libraries/legacy/controller/legacy.php:664 |
9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:38 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
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:261 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Query Time: 2.53 ms** **After last query: 0.47 ms** **Query memory: 0.012 MB Memory before query: 18.386 MB** **Rows returned: 9**
SHOW FULL COLUMNS
FROM `eqje8_komento_mailq`
**EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `eqje8_komento_mailq`**
**No SHOW PROFILE (maybe because there are more than 100 queries)**
# | **Caller** | **File and line number** | 27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
26 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:440 |
25 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/joomla/table/table.php:241 |
24 | JTable->getFields() | JROOT/libraries/joomla/table/table.php:162 |
23 | JTable->__construct() | JROOT/administrator/components/com_komento/tables/parent.php:18 |
22 | KomentoParentTable->__construct() | JROOT/administrator/components/com_komento/tables/mailq.php:31 |
21 | KomentoTableMailq->__construct() | JROOT/libraries/joomla/table/table.php:308 |
20 | JTable::getInstance() | JROOT/administrator/components/com_komento/tables/parent.php:49 |
19 | KomentoParentTable::getInstance() | JROOT/components/com_komento/helpers/helper.php:99 |
18 | Komento::getTable() | JROOT/components/com_komento/classes/mailqueue.php:55 |
17 | KomentoMailQueue->send() | JROOT/components/com_komento/classes/mailqueue.php:24 |
16 | KomentoMailQueue->sendOnPageLoad() | JROOT/components/com_komento/helpers/helper.php:848 |
15 | Komento::commentify() | JROOT/plugins/content/komento/komento.php:166 |
14 | plgContentKomento->execute() | JROOT/plugins/content/komento/komento.php:80 |
13 | plgContentKomento->onContentAfterDisplay() | JROOT/libraries/joomla/event/event.php:69 |
12 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
11 | JEventDispatcher->trigger() | JROOT/components/com_content/views/category/view.html.php:117 |
10 | ContentViewCategory->display() | JROOT/libraries/legacy/controller/legacy.php:664 |
9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:38 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
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:261 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Query Time: 0.51 ms** **After last query: 0.16 ms** **Query memory: 0.009 MB Memory before query: 18.413 MB** **Rows returned: 1**
SELECT *
FROM eqje8_komento_mailq
WHERE `id` = '19914'
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 #__komento_mailq
WHERE `id` = '19914'' at line 1 SQL=EXPLAIN EXTENDED SELECT *
FROM #__komento_mailq
WHERE `id` = '19914' |
**No SHOW PROFILE (maybe because there are more than 100 queries)**
# | **Caller** | **File and line number** | 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1453 |
19 | JDatabaseDriver->loadAssoc() | JROOT/libraries/joomla/table/table.php:719 |
18 | JTable->load() | JROOT/components/com_komento/classes/mailqueue.php:56 |
17 | KomentoMailQueue->send() | JROOT/components/com_komento/classes/mailqueue.php:24 |
16 | KomentoMailQueue->sendOnPageLoad() | JROOT/components/com_komento/helpers/helper.php:848 |
15 | Komento::commentify() | JROOT/plugins/content/komento/komento.php:166 |
14 | plgContentKomento->execute() | JROOT/plugins/content/komento/komento.php:80 |
13 | plgContentKomento->onContentAfterDisplay() | JROOT/libraries/joomla/event/event.php:69 |
12 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
11 | JEventDispatcher->trigger() | JROOT/components/com_content/views/category/view.html.php:117 |
10 | ContentViewCategory->display() | JROOT/libraries/legacy/controller/legacy.php:664 |
9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:38 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
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:261 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Query Time: 0.53 ms** **After last query: 74.52 ms** **Query memory: 0.009 MB Memory before query: 19.675 MB** **Rows returned: 1**
SELECT *
FROM eqje8_komento_mailq
WHERE `id` = '20451'
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 #__komento_mailq
WHERE `id` = '20451'' at line 1 SQL=EXPLAIN EXTENDED SELECT *
FROM #__komento_mailq
WHERE `id` = '20451' |
**No SHOW PROFILE (maybe because there are more than 100 queries)**
# | **Caller** | **File and line number** | 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1453 |
19 | JDatabaseDriver->loadAssoc() | JROOT/libraries/joomla/table/table.php:719 |
18 | JTable->load() | JROOT/components/com_komento/classes/mailqueue.php:56 |
17 | KomentoMailQueue->send() | JROOT/components/com_komento/classes/mailqueue.php:24 |
16 | KomentoMailQueue->sendOnPageLoad() | JROOT/components/com_komento/helpers/helper.php:848 |
15 | Komento::commentify() | JROOT/plugins/content/komento/komento.php:166 |
14 | plgContentKomento->execute() | JROOT/plugins/content/komento/komento.php:80 |
13 | plgContentKomento->onContentAfterDisplay() | JROOT/libraries/joomla/event/event.php:69 |
12 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
11 | JEventDispatcher->trigger() | JROOT/components/com_content/views/category/view.html.php:117 |
10 | ContentViewCategory->display() | JROOT/libraries/legacy/controller/legacy.php:664 |
9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:38 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
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:261 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Query Time: 0.38 ms** **After last query: 0.21 ms** **Query memory: 0.009 MB Memory before query: 19.685 MB** **Rows returned: 1**
SELECT *
FROM eqje8_komento_mailq
WHERE `id` = '20990'
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 #__komento_mailq
WHERE `id` = '20990'' at line 1 SQL=EXPLAIN EXTENDED SELECT *
FROM #__komento_mailq
WHERE `id` = '20990' |
**No SHOW PROFILE (maybe because there are more than 100 queries)**
# | **Caller** | **File and line number** | 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1453 |
19 | JDatabaseDriver->loadAssoc() | JROOT/libraries/joomla/table/table.php:719 |
18 | JTable->load() | JROOT/components/com_komento/classes/mailqueue.php:56 |
17 | KomentoMailQueue->send() | JROOT/components/com_komento/classes/mailqueue.php:24 |
16 | KomentoMailQueue->sendOnPageLoad() | JROOT/components/com_komento/helpers/helper.php:848 |
15 | Komento::commentify() | JROOT/plugins/content/komento/komento.php:166 |
14 | plgContentKomento->execute() | JROOT/plugins/content/komento/komento.php:80 |
13 | plgContentKomento->onContentAfterDisplay() | JROOT/libraries/joomla/event/event.php:69 |
12 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
11 | JEventDispatcher->trigger() | JROOT/components/com_content/views/category/view.html.php:117 |
10 | ContentViewCategory->display() | JROOT/libraries/legacy/controller/legacy.php:664 |
9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:38 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
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:261 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Query Time: 0.36 ms** **After last query: 0.18 ms** **Query memory: 0.009 MB Memory before query: 19.694 MB** **Rows returned: 1**
SELECT *
FROM eqje8_komento_mailq
WHERE `id` = '21548'
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 #__komento_mailq
WHERE `id` = '21548'' at line 1 SQL=EXPLAIN EXTENDED SELECT *
FROM #__komento_mailq
WHERE `id` = '21548' |
**No SHOW PROFILE (maybe because there are more than 100 queries)**
# | **Caller** | **File and line number** | 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1453 |
19 | JDatabaseDriver->loadAssoc() | JROOT/libraries/joomla/table/table.php:719 |
18 | JTable->load() | JROOT/components/com_komento/classes/mailqueue.php:56 |
17 | KomentoMailQueue->send() | JROOT/components/com_komento/classes/mailqueue.php:24 |
16 | KomentoMailQueue->sendOnPageLoad() | JROOT/components/com_komento/helpers/helper.php:848 |
15 | Komento::commentify() | JROOT/plugins/content/komento/komento.php:166 |
14 | plgContentKomento->execute() | JROOT/plugins/content/komento/komento.php:80 |
13 | plgContentKomento->onContentAfterDisplay() | JROOT/libraries/joomla/event/event.php:69 |
12 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
11 | JEventDispatcher->trigger() | JROOT/components/com_content/views/category/view.html.php:117 |
10 | ContentViewCategory->display() | JROOT/libraries/legacy/controller/legacy.php:664 |
9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:38 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
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:261 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Query Time: 0.44 ms** **After last query: 0.27 ms** **Query memory: 0.009 MB Memory before query: 19.703 MB** **Rows returned: 1**
SELECT *
FROM eqje8_komento_mailq
WHERE `id` = '22124'
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 #__komento_mailq
WHERE `id` = '22124'' at line 1 SQL=EXPLAIN EXTENDED SELECT *
FROM #__komento_mailq
WHERE `id` = '22124' |
**No SHOW PROFILE (maybe because there are more than 100 queries)**
# | **Caller** | **File and line number** | 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1453 |
19 | JDatabaseDriver->loadAssoc() | JROOT/libraries/joomla/table/table.php:719 |
18 | JTable->load() | JROOT/components/com_komento/classes/mailqueue.php:56 |
17 | KomentoMailQueue->send() | JROOT/components/com_komento/classes/mailqueue.php:24 |
16 | KomentoMailQueue->sendOnPageLoad() | JROOT/components/com_komento/helpers/helper.php:848 |
15 | Komento::commentify() | JROOT/plugins/content/komento/komento.php:166 |
14 | plgContentKomento->execute() | JROOT/plugins/content/komento/komento.php:80 |
13 | plgContentKomento->onContentAfterDisplay() | JROOT/libraries/joomla/event/event.php:69 |
12 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
11 | JEventDispatcher->trigger() | JROOT/components/com_content/views/category/view.html.php:117 |
10 | ContentViewCategory->display() | JROOT/libraries/legacy/controller/legacy.php:664 |
9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:38 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
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:261 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Query Time: 0.62 ms** **After last query: 2.83 ms** **Query memory: 0.011 MB Memory before query: 19.768 MB** **Rows returned: 1**
SELECT `rules`
FROM `eqje8_komento_acl`
WHERE `cid` = '1'
AND `type` = 'usergroup'
AND `component` = 'com_content'
ORDER BY `id` 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 `rules` FROM `#__komento_acl` WHERE `cid` = '1' AND `type` = 'usergrou' at line 1 SQL=EXPLAIN EXTENDED SELECT `rules` FROM `#__komento_acl` WHERE `cid` = '1' AND `type` = 'usergroup' AND `component` = 'com_content' ORDER BY `id` ASC |
**No SHOW PROFILE (maybe because there are more than 100 queries)**
# | **Caller** | **File and line number** | 24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1728 |
23 | JDatabaseDriver->loadResult() | JROOT/components/com_komento/helpers/database.php:151 |
22 | KomentoDatabaseJoomla15->__call() | JROOT/components/com_komento/helpers/database.php:40 |
21 | KomentoDatabaseHelper->__call() | JROOT/components/com_komento/classes/sql.php:937 |
20 | KomentoSql->__call() | JROOT/components/com_komento/models/acl.php:29 |
19 | KomentoModelAcl->getAclObject() | JROOT/components/com_komento/helpers/acl.php:133 |
18 | KomentoACLHelper::getRules() | JROOT/components/com_komento/helpers/helper.php:246 |
17 | Komento::getACL() | JROOT/components/com_komento/helpers/document.php:31 |
16 | KomentoDocumentHelper::loadHeaders() | JROOT/components/com_komento/helpers/helper.php:858 |
15 | Komento::commentify() | JROOT/plugins/content/komento/komento.php:166 |
14 | plgContentKomento->execute() | JROOT/plugins/content/komento/komento.php:80 |
13 | plgContentKomento->onContentAfterDisplay() | JROOT/libraries/joomla/event/event.php:69 |
12 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
11 | JEventDispatcher->trigger() | JROOT/components/com_content/views/category/view.html.php:117 |
10 | ContentViewCategory->display() | JROOT/libraries/legacy/controller/legacy.php:664 |
9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:38 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
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:261 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Query Time: 0.43 ms** **After last query: 0.43 ms** **Query memory: 0.011 MB Memory before query: 19.782 MB** **Rows returned: 0**
SELECT `rules`
FROM `eqje8_komento_acl`
WHERE `cid` = '0'
AND `type` = 'user'
AND `component` = 'com_content'
ORDER BY `id` 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 `rules` FROM `#__komento_acl` WHERE `cid` = '0' AND `type` = 'user' AN' at line 1 SQL=EXPLAIN EXTENDED SELECT `rules` FROM `#__komento_acl` WHERE `cid` = '0' AND `type` = 'user' AND `component` = 'com_content' ORDER BY `id` ASC |
**No SHOW PROFILE (maybe because there are more than 100 queries)**
# | **Caller** | **File and line number** | 24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1728 |
23 | JDatabaseDriver->loadResult() | JROOT/components/com_komento/helpers/database.php:151 |
22 | KomentoDatabaseJoomla15->__call() | JROOT/components/com_komento/helpers/database.php:40 |
21 | KomentoDatabaseHelper->__call() | JROOT/components/com_komento/classes/sql.php:937 |
20 | KomentoSql->__call() | JROOT/components/com_komento/models/acl.php:29 |
19 | KomentoModelAcl->getAclObject() | JROOT/components/com_komento/helpers/acl.php:137 |
18 | KomentoACLHelper::getRules() | JROOT/components/com_komento/helpers/helper.php:246 |
17 | Komento::getACL() | JROOT/components/com_komento/helpers/document.php:31 |
16 | KomentoDocumentHelper::loadHeaders() | JROOT/components/com_komento/helpers/helper.php:858 |
15 | Komento::commentify() | JROOT/plugins/content/komento/komento.php:166 |
14 | plgContentKomento->execute() | JROOT/plugins/content/komento/komento.php:80 |
13 | plgContentKomento->onContentAfterDisplay() | JROOT/libraries/joomla/event/event.php:69 |
12 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
11 | JEventDispatcher->trigger() | JROOT/components/com_content/views/category/view.html.php:117 |
10 | ContentViewCategory->display() | JROOT/libraries/legacy/controller/legacy.php:664 |
9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:38 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
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:261 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Query Time: 63.17 ms** **After last query: 25.64 ms** **Query memory: 0.009 MB Memory before query: 20.963 MB** **Rows returned: 1**
SELECT COUNT(1)
FROM `eqje8_komento_comments`
WHERE `component` = 'com_content'
AND `cid` = '313'
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(1) FROM `#__komento_comments` WHERE `component` = 'com_content' ' at line 1 SQL=EXPLAIN EXTENDED SELECT COUNT(1) FROM `#__komento_comments` WHERE `component` = 'com_content' AND `cid` = '313' AND `published` = '1' |
**No SHOW PROFILE (maybe because there are more than 100 queries)**
# | **Caller** | **File and line number** | 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1728 |
19 | JDatabaseDriver->loadResult() | JROOT/components/com_komento/helpers/database.php:151 |
18 | KomentoDatabaseJoomla15->__call() | JROOT/components/com_komento/helpers/database.php:40 |
17 | KomentoDatabaseHelper->__call() | JROOT/components/com_komento/models/comments.php:73 |
16 | KomentoModelComments->getCount() | JROOT/components/com_komento/helpers/helper.php:869 |
15 | Komento::commentify() | JROOT/plugins/content/komento/komento.php:166 |
14 | plgContentKomento->execute() | JROOT/plugins/content/komento/komento.php:80 |
13 | plgContentKomento->onContentAfterDisplay() | JROOT/libraries/joomla/event/event.php:69 |
12 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
11 | JEventDispatcher->trigger() | JROOT/components/com_content/views/category/view.html.php:117 |
10 | ContentViewCategory->display() | JROOT/libraries/legacy/controller/legacy.php:664 |
9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:38 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
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:261 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Query Time: 0.64 ms** **After last query: 0.18 ms** **Query memory: 0.009 MB Memory before query: 20.972 MB** **Rows returned: 1**
SELECT AVG(`ratings`) as `value`, COUNT(1) AS `total`
FROM `eqje8_komento_comments`
WHERE `component` = 'com_content'
AND `cid` = '313'
AND `published` = '1'
AND `ratings` !=''
ORDER BY `created` ASC
LIMIT 0,10
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 AVG(`ratings`) as `value`, COUNT(1) AS `total` FROM `#__komento_commen' at line 1 SQL=EXPLAIN EXTENDED SELECT AVG(`ratings`) as `value`, COUNT(1) AS `total` FROM `#__komento_comments` WHERE `component` = 'com_content' AND `cid` = '313' AND `published` = '1' AND `ratings` !='' ORDER BY `created` ASC LIMIT 0,10 |
**No SHOW PROFILE (maybe because there are more than 100 queries)**
# | **Caller** | **File and line number** | 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1650 |
19 | JDatabaseDriver->loadObject() | JROOT/components/com_komento/helpers/database.php:151 |
18 | KomentoDatabaseJoomla15->__call() | JROOT/components/com_komento/helpers/database.php:40 |
17 | KomentoDatabaseHelper->__call() | JROOT/components/com_komento/models/comments.php:108 |
16 | KomentoModelComments->getOverallRatings() | JROOT/components/com_komento/helpers/helper.php:872 |
15 | Komento::commentify() | JROOT/plugins/content/komento/komento.php:166 |
14 | plgContentKomento->execute() | JROOT/plugins/content/komento/komento.php:80 |
13 | plgContentKomento->onContentAfterDisplay() | JROOT/libraries/joomla/event/event.php:69 |
12 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
11 | JEventDispatcher->trigger() | JROOT/components/com_content/views/category/view.html.php:117 |
10 | ContentViewCategory->display() | JROOT/libraries/legacy/controller/legacy.php:664 |
9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:38 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
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:261 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Query Time: 0.53 ms** **After last query: 0.13 ms** **Query memory: 0.009 MB Memory before query: 20.983 MB** **Rows returned: 0**
SELECT *
FROM `eqje8_komento_comments`
WHERE `component` = 'com_content'
AND `cid` = '313'
AND `published` = '1'
AND `parent_id` = '0'
ORDER BY `created` DESC
LIMIT 0,3
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 `#__komento_comments` WHERE `component` = 'com_content' AND `ci' at line 1 SQL=EXPLAIN EXTENDED SELECT * FROM `#__komento_comments` WHERE `component` = 'com_content' AND `cid` = '313' AND `published` = '1' AND `parent_id` = '0' ORDER BY `created` DESC LIMIT 0,3 |
Status | Duration |
---|
starting | 0.07 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.04 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.09 ms |
preparing | 0.05 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.05 ms |
cleaning up | 0.01 ms |
# | **Caller** | **File and line number** | 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
19 | JDatabaseDriver->loadObjectList() | JROOT/components/com_komento/helpers/database.php:151 |
18 | KomentoDatabaseJoomla15->__call() | JROOT/components/com_komento/helpers/database.php:40 |
17 | KomentoDatabaseHelper->__call() | JROOT/components/com_komento/models/comments.php:146 |
16 | KomentoModelComments->getComments() | JROOT/components/com_komento/helpers/helper.php:901 |
15 | Komento::commentify() | JROOT/plugins/content/komento/komento.php:166 |
14 | plgContentKomento->execute() | JROOT/plugins/content/komento/komento.php:80 |
13 | plgContentKomento->onContentAfterDisplay() | JROOT/libraries/joomla/event/event.php:69 |
12 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
11 | JEventDispatcher->trigger() | JROOT/components/com_content/views/category/view.html.php:117 |
10 | ContentViewCategory->display() | JROOT/libraries/legacy/controller/legacy.php:664 |
9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:38 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
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:261 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Query Time: 0.58 ms** **After last query: 1.47 ms** **Query memory: 0.009 MB Memory before query: 21.011 MB** **Rows returned: 0**
SELECT eqje8_j2store_products.*,`eqje8_j2store_productimages`.`j2store_productimage_id`,`eqje8_j2store_productimages`.`main_image`,`eqje8_j2store_productimages`.`thumb_image`,`eqje8_j2store_productimages`.`additional_images`,`eqje8_j2store_addresses`.`first_name` AS manufacturer_first_name,`eqje8_j2store_addresses`.`last_name` AS manufacturer_last_name,`eqje8_j2store_addresses`.`company` AS manufacturer
FROM eqje8_j2store_products
LEFT JOIN `eqje8_j2store_productimages`
ON `eqje8_j2store_products`.`j2store_product_id` = `eqje8_j2store_productimages`.`product_id`
LEFT JOIN `eqje8_j2store_manufacturers`
ON `eqje8_j2store_products`.`manufacturer_id` = `eqje8_j2store_manufacturers`.`j2store_manufacturer_id`
LEFT JOIN `eqje8_j2store_vendors`
ON `eqje8_j2store_products`.`vendor_id` = `eqje8_j2store_vendors`.`j2store_vendor_id`
LEFT JOIN `eqje8_j2store_addresses`
ON `eqje8_j2store_manufacturers`.`address_id` = `eqje8_j2store_addresses`.`j2store_address_id`
WHERE `eqje8_j2store_products`.`product_source` = 'com_content'
AND `eqje8_j2store_products`.`product_source_id` = '308'
AND `eqje8_j2store_products`.`enabled` = '1'
AND `eqje8_j2store_products`.`visibility` = '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 #__j2store_products.*,`#__j2store_productimages`.`j2store_productim' at line 1 SQL=EXPLAIN EXTENDED SELECT #__j2store_products.*,`#__j2store_productimages`.`j2store_productimage_id`,`#__j2store_productimages`.`main_image`,`#__j2store_productimages`.`thumb_image`,`#__j2store_productimages`.`additional_images`,`#__j2store_addresses`.`first_name` AS manufacturer_first_name,`#__j2store_addresses`.`last_name` AS manufacturer_last_name,`#__j2store_addresses`.`company` AS manufacturer
FROM #__j2store_products
LEFT JOIN `#__j2store_productimages` ON `#__j2store_products`.`j2store_product_id` = `#__j2store_productimages`.`product_id`
LEFT JOIN `#__j2store_manufacturers` ON `#__j2store_products`.`manufacturer_id` = `#__j2store_manufacturers`.`j2store_manufacturer_id`
LEFT JOIN `#__j2store_vendors` ON `#__j2store_products`.`vendor_id` = `#__j2store_vendors`.`j2store_vendor_id`
LEFT JOIN `#__j2store_addresses` ON `#__j2store_manufacturers`.`address_id` = `#__j2store_addresses`.`j2store_address_id`
WHERE `#__j2store_products`.`product_source` = 'com_content' AND `#__j2store_products`.`product_source_id` = '308' AND `#__j2store_products`.`enabled` = '1' AND `#__j2store_products`.`visibility` = '1' |
Status | Duration |
---|
starting | 0.13 ms |
Executing hook on transaction | 0.01 ms |
starting | 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 |
Opening tables | 0.07 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.05 ms |
executing | 0.03 ms |
end | 0.01 ms |
query end | 0.01 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.02 ms |
freeing items | 0.06 ms |
cleaning up | 0.02 ms |
# | **Caller** | **File and line number** | 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1453 |
18 | JDatabaseDriver->loadAssoc() | JROOT/libraries/f0f/table/table.php:949 |
17 | F0FTable->load() | JROOT/administrator/components/com_j2store/tables/product.php:90 |
16 | J2StoreTableProduct->load() | JROOT/administrator/components/com_j2store/tables/product.php:188 |
15 | J2StoreTableProduct->get_product_by_source() | JROOT/plugins/content/j2store/j2store.php:73 |
14 | plgContentJ2Store->defaultPosition() | JROOT/plugins/content/j2store/j2store.php:49 |
13 | plgContentJ2Store->onContentPrepare() | JROOT/libraries/joomla/event/event.php:69 |
12 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
11 | JEventDispatcher->trigger() | JROOT/components/com_content/views/category/view.html.php:106 |
10 | ContentViewCategory->display() | JROOT/libraries/legacy/controller/legacy.php:664 |
9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:38 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
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:261 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Query Time: 0.46 ms** **After last query: 0.61 ms** **Query memory: 0.007 MB Memory before query: 21.017 MB** **Rows returned: 1**
SELECT MAX(contact.id) AS contactid
FROM `eqje8_contact_details` AS `contact`
WHERE contact.published = 1
AND contact.user_id = 848
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 MAX(contact.id) AS contactid
FROM `#__contact_details` AS `contact`
WH' at line 1 SQL=EXPLAIN EXTENDED SELECT MAX(contact.id) AS contactid
FROM `#__contact_details` AS `contact`
WHERE contact.published = 1 AND contact.user_id = 848 |
Status | Duration |
---|
starting | 0.08 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.01 ms |
optimizing | 0.02 ms |
statistics | 0.04 ms |
preparing | 0.02 ms |
executing | 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.05 ms |
cleaning up | 0.01 ms |
# | **Caller** | **File and line number** | 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1728 |
15 | JDatabaseDriver->loadResult() | JROOT/plugins/content/contact/contact.php:110 |
14 | PlgContentContact->getContactId() | JROOT/plugins/content/contact/contact.php:60 |
13 | PlgContentContact->onContentPrepare() | JROOT/libraries/joomla/event/event.php:69 |
12 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
11 | JEventDispatcher->trigger() | JROOT/components/com_content/views/category/view.html.php:106 |
10 | ContentViewCategory->display() | JROOT/libraries/legacy/controller/legacy.php:664 |
9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:38 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
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:261 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Query Time: 0.58 ms** **After last query: 1.38 ms** **Query memory: 0.009 MB Memory before query: 21.039 MB** **Rows returned: 1**
SELECT a.id, a.title, a.alias, a.catid, a.created_by, a.created_by_alias, a.hits, c.title AS category_title, c.alias AS category_alias, u.name AS author, parent.id AS parent_id, parent.alias AS parent_alias
FROM `eqje8_content` AS a
LEFT JOIN `eqje8_categories` AS c
ON c.id = a.catid
LEFT JOIN `eqje8_users` AS u
ON u.id = a.created_by
LEFT JOIN `eqje8_categories` AS parent
ON parent.id = c.parent_id
WHERE a.id = '308'
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.alias, a.catid, a.created_by, a.created_by_alias, a.hits' at line 1 SQL=EXPLAIN EXTENDED SELECT a.id, a.title, a.alias, a.catid, a.created_by, a.created_by_alias, a.hits, c.title AS category_title, c.alias AS category_alias, u.name AS author, parent.id AS parent_id, parent.alias AS parent_alias FROM `#__content` AS a LEFT JOIN `#__categories` AS c ON c.id = a.catid LEFT JOIN `#__users` AS u ON u.id = a.created_by LEFT JOIN `#__categories` AS parent ON parent.id = c.parent_id WHERE a.id = '308' |
Status | Duration |
---|
starting | 0.11 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 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.12 ms |
preparing | 0.02 ms |
executing | 0.02 ms |
end | 0.01 ms |
query end | 0.01 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.02 ms |
freeing items | 0.05 ms |
cleaning up | 0.01 ms |
# | **Caller** | **File and line number** | 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1650 |
19 | JDatabaseDriver->loadObject() | JROOT/components/com_komento/helpers/database.php:151 |
18 | KomentoDatabaseJoomla15->__call() | JROOT/components/com_komento/helpers/database.php:40 |
17 | KomentoDatabaseHelper->__call() | JROOT/components/com_komento/komento_plugins/com_content.php:54 |
16 | KomentoComcontent->load() | JROOT/components/com_komento/helpers/helper.php:743 |
15 | Komento::commentify() | JROOT/plugins/content/komento/komento.php:166 |
14 | plgContentKomento->execute() | JROOT/plugins/content/komento/komento.php:80 |
13 | plgContentKomento->onContentAfterDisplay() | JROOT/libraries/joomla/event/event.php:69 |
12 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
11 | JEventDispatcher->trigger() | JROOT/components/com_content/views/category/view.html.php:117 |
10 | ContentViewCategory->display() | JROOT/libraries/legacy/controller/legacy.php:664 |
9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:38 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
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:261 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Query Time: 0.42 ms** **After last query: 0.10 ms** **Query memory: 0.009 MB Memory before query: 21.051 MB** **Rows returned: 1**
SELECT COUNT(1)
FROM `eqje8_komento_comments`
WHERE `component` = 'com_content'
AND `cid` = '308'
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(1) FROM `#__komento_comments` WHERE `component` = 'com_content' ' at line 1 SQL=EXPLAIN EXTENDED SELECT COUNT(1) FROM `#__komento_comments` WHERE `component` = 'com_content' AND `cid` = '308' AND `published` = '1' |
Status | Duration |
---|
starting | 0.07 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.01 ms |
optimizing | 0.02 ms |
statistics | 0.09 ms |
preparing | 0.03 ms |
executing | 0.03 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.05 ms |
cleaning up | 0.01 ms |
# | **Caller** | **File and line number** | 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1728 |
19 | JDatabaseDriver->loadResult() | JROOT/components/com_komento/helpers/database.php:151 |
18 | KomentoDatabaseJoomla15->__call() | JROOT/components/com_komento/helpers/database.php:40 |
17 | KomentoDatabaseHelper->__call() | JROOT/components/com_komento/models/comments.php:73 |
16 | KomentoModelComments->getCount() | JROOT/components/com_komento/helpers/helper.php:869 |
15 | Komento::commentify() | JROOT/plugins/content/komento/komento.php:166 |
14 | plgContentKomento->execute() | JROOT/plugins/content/komento/komento.php:80 |
13 | plgContentKomento->onContentAfterDisplay() | JROOT/libraries/joomla/event/event.php:69 |
12 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
11 | JEventDispatcher->trigger() | JROOT/components/com_content/views/category/view.html.php:117 |
10 | ContentViewCategory->display() | JROOT/libraries/legacy/controller/legacy.php:664 |
9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:38 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
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:261 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Query Time: 0.44 ms** **After last query: 0.08 ms** **Query memory: 0.015 MB Memory before query: 21.069 MB** **Rows returned: 1**
SELECT AVG(`ratings`) as `value`, COUNT(1) AS `total`
FROM `eqje8_komento_comments`
WHERE `component` = 'com_content'
AND `cid` = '308'
AND `published` = '1'
AND `ratings` !=''
ORDER BY `created` ASC
LIMIT 0,10
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 AVG(`ratings`) as `value`, COUNT(1) AS `total` FROM `#__komento_commen' at line 1 SQL=EXPLAIN EXTENDED SELECT AVG(`ratings`) as `value`, COUNT(1) AS `total` FROM `#__komento_comments` WHERE `component` = 'com_content' AND `cid` = '308' AND `published` = '1' AND `ratings` !='' ORDER BY `created` ASC LIMIT 0,10 |
Status | Duration |
---|
starting | 0.08 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.01 ms |
optimizing | 0.02 ms |
statistics | 0.07 ms |
preparing | 0.03 ms |
executing | 0.03 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.05 ms |
cleaning up | 0.01 ms |
# | **Caller** | **File and line number** | 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1650 |
19 | JDatabaseDriver->loadObject() | JROOT/components/com_komento/helpers/database.php:151 |
18 | KomentoDatabaseJoomla15->__call() | JROOT/components/com_komento/helpers/database.php:40 |
17 | KomentoDatabaseHelper->__call() | JROOT/components/com_komento/models/comments.php:108 |
16 | KomentoModelComments->getOverallRatings() | JROOT/components/com_komento/helpers/helper.php:872 |
15 | Komento::commentify() | JROOT/plugins/content/komento/komento.php:166 |
14 | plgContentKomento->execute() | JROOT/plugins/content/komento/komento.php:80 |
13 | plgContentKomento->onContentAfterDisplay() | JROOT/libraries/joomla/event/event.php:69 |
12 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
11 | JEventDispatcher->trigger() | JROOT/components/com_content/views/category/view.html.php:117 |
10 | ContentViewCategory->display() | JROOT/libraries/legacy/controller/legacy.php:664 |
9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:38 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
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:261 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Query Time: 0.47 ms** **After last query: 0.08 ms** **Query memory: 0.009 MB Memory before query: 21.085 MB** **Rows returned: 0**
SELECT *
FROM `eqje8_komento_comments`
WHERE `component` = 'com_content'
AND `cid` = '308'
AND `published` = '1'
AND `parent_id` = '0'
ORDER BY `created` DESC
LIMIT 0,3
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 `#__komento_comments` WHERE `component` = 'com_content' AND `ci' at line 1 SQL=EXPLAIN EXTENDED SELECT * FROM `#__komento_comments` WHERE `component` = 'com_content' AND `cid` = '308' AND `published` = '1' AND `parent_id` = '0' ORDER BY `created` DESC LIMIT 0,3 |
Status | Duration |
---|
starting | 0.07 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.01 ms |
optimizing | 0.02 ms |
statistics | 0.09 ms |
preparing | 0.05 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.05 ms |
cleaning up | 0.01 ms |
# | **Caller** | **File and line number** | 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
19 | JDatabaseDriver->loadObjectList() | JROOT/components/com_komento/helpers/database.php:151 |
18 | KomentoDatabaseJoomla15->__call() | JROOT/components/com_komento/helpers/database.php:40 |
17 | KomentoDatabaseHelper->__call() | JROOT/components/com_komento/models/comments.php:146 |
16 | KomentoModelComments->getComments() | JROOT/components/com_komento/helpers/helper.php:901 |
15 | Komento::commentify() | JROOT/plugins/content/komento/komento.php:166 |
14 | plgContentKomento->execute() | JROOT/plugins/content/komento/komento.php:80 |
13 | plgContentKomento->onContentAfterDisplay() | JROOT/libraries/joomla/event/event.php:69 |
12 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
11 | JEventDispatcher->trigger() | JROOT/components/com_content/views/category/view.html.php:117 |
10 | ContentViewCategory->display() | JROOT/libraries/legacy/controller/legacy.php:664 |
9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:38 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
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:261 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Query Time: 0.57 ms** **After last query: 0.76 ms** **Query memory: 0.009 MB Memory before query: 21.111 MB** **Rows returned: 0**
SELECT eqje8_j2store_products.*,`eqje8_j2store_productimages`.`j2store_productimage_id`,`eqje8_j2store_productimages`.`main_image`,`eqje8_j2store_productimages`.`thumb_image`,`eqje8_j2store_productimages`.`additional_images`,`eqje8_j2store_addresses`.`first_name` AS manufacturer_first_name,`eqje8_j2store_addresses`.`last_name` AS manufacturer_last_name,`eqje8_j2store_addresses`.`company` AS manufacturer
FROM eqje8_j2store_products
LEFT JOIN `eqje8_j2store_productimages`
ON `eqje8_j2store_products`.`j2store_product_id` = `eqje8_j2store_productimages`.`product_id`
LEFT JOIN `eqje8_j2store_manufacturers`
ON `eqje8_j2store_products`.`manufacturer_id` = `eqje8_j2store_manufacturers`.`j2store_manufacturer_id`
LEFT JOIN `eqje8_j2store_vendors`
ON `eqje8_j2store_products`.`vendor_id` = `eqje8_j2store_vendors`.`j2store_vendor_id`
LEFT JOIN `eqje8_j2store_addresses`
ON `eqje8_j2store_manufacturers`.`address_id` = `eqje8_j2store_addresses`.`j2store_address_id`
WHERE `eqje8_j2store_products`.`product_source` = 'com_content'
AND `eqje8_j2store_products`.`product_source_id` = '307'
AND `eqje8_j2store_products`.`enabled` = '1'
AND `eqje8_j2store_products`.`visibility` = '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 #__j2store_products.*,`#__j2store_productimages`.`j2store_productim' at line 1 SQL=EXPLAIN EXTENDED SELECT #__j2store_products.*,`#__j2store_productimages`.`j2store_productimage_id`,`#__j2store_productimages`.`main_image`,`#__j2store_productimages`.`thumb_image`,`#__j2store_productimages`.`additional_images`,`#__j2store_addresses`.`first_name` AS manufacturer_first_name,`#__j2store_addresses`.`last_name` AS manufacturer_last_name,`#__j2store_addresses`.`company` AS manufacturer
FROM #__j2store_products
LEFT JOIN `#__j2store_productimages` ON `#__j2store_products`.`j2store_product_id` = `#__j2store_productimages`.`product_id`
LEFT JOIN `#__j2store_manufacturers` ON `#__j2store_products`.`manufacturer_id` = `#__j2store_manufacturers`.`j2store_manufacturer_id`
LEFT JOIN `#__j2store_vendors` ON `#__j2store_products`.`vendor_id` = `#__j2store_vendors`.`j2store_vendor_id`
LEFT JOIN `#__j2store_addresses` ON `#__j2store_manufacturers`.`address_id` = `#__j2store_addresses`.`j2store_address_id`
WHERE `#__j2store_products`.`product_source` = 'com_content' AND `#__j2store_products`.`product_source_id` = '307' AND `#__j2store_products`.`enabled` = '1' AND `#__j2store_products`.`visibility` = '1' |
Status | Duration |
---|
starting | 0.11 ms |
Executing hook on transaction | 0.01 ms |
starting | 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 |
Opening tables | 0.05 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.04 ms |
executing | 0.03 ms |
end | 0.01 ms |
query end | 0.01 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.02 ms |
freeing items | 0.05 ms |
cleaning up | 0.01 ms |
# | **Caller** | **File and line number** | 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1453 |
18 | JDatabaseDriver->loadAssoc() | JROOT/libraries/f0f/table/table.php:949 |
17 | F0FTable->load() | JROOT/administrator/components/com_j2store/tables/product.php:90 |
16 | J2StoreTableProduct->load() | JROOT/administrator/components/com_j2store/tables/product.php:188 |
15 | J2StoreTableProduct->get_product_by_source() | JROOT/plugins/content/j2store/j2store.php:73 |
14 | plgContentJ2Store->defaultPosition() | JROOT/plugins/content/j2store/j2store.php:49 |
13 | plgContentJ2Store->onContentPrepare() | JROOT/libraries/joomla/event/event.php:69 |
12 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
11 | JEventDispatcher->trigger() | JROOT/components/com_content/views/category/view.html.php:106 |
10 | ContentViewCategory->display() | JROOT/libraries/legacy/controller/legacy.php:664 |
9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:38 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
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:261 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Query Time: 0.46 ms** **After last query: 0.54 ms** **Query memory: 0.007 MB Memory before query: 21.117 MB** **Rows returned: 1**
SELECT MAX(contact.id) AS contactid
FROM `eqje8_contact_details` AS `contact`
WHERE contact.published = 1
AND contact.user_id = 848
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 MAX(contact.id) AS contactid
FROM `#__contact_details` AS `contact`
WH' at line 1 SQL=EXPLAIN EXTENDED SELECT MAX(contact.id) AS contactid
FROM `#__contact_details` AS `contact`
WHERE contact.published = 1 AND contact.user_id = 848 |
Status | Duration |
---|
starting | 0.09 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.02 ms |
checking permissions | 0.01 ms |
Opening tables | 0.03 ms |
init | 0.01 ms |
System lock | 0.02 ms |
optimizing | 0.02 ms |
statistics | 0.04 ms |
preparing | 0.03 ms |
executing | 0.05 ms |
end | 0.01 ms |
query end | 0.01 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.02 ms |
freeing items | 0.05 ms |
cleaning up | 0.01 ms |
# | **Caller** | **File and line number** | 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1728 |
15 | JDatabaseDriver->loadResult() | JROOT/plugins/content/contact/contact.php:110 |
14 | PlgContentContact->getContactId() | JROOT/plugins/content/contact/contact.php:60 |
13 | PlgContentContact->onContentPrepare() | JROOT/libraries/joomla/event/event.php:69 |
12 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
11 | JEventDispatcher->trigger() | JROOT/components/com_content/views/category/view.html.php:106 |
10 | ContentViewCategory->display() | JROOT/libraries/legacy/controller/legacy.php:664 |
9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:38 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
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:261 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Query Time: 0.64 ms** **After last query: 0.95 ms** **Query memory: 0.009 MB Memory before query: 21.135 MB** **Rows returned: 1**
SELECT a.id, a.title, a.alias, a.catid, a.created_by, a.created_by_alias, a.hits, c.title AS category_title, c.alias AS category_alias, u.name AS author, parent.id AS parent_id, parent.alias AS parent_alias
FROM `eqje8_content` AS a
LEFT JOIN `eqje8_categories` AS c
ON c.id = a.catid
LEFT JOIN `eqje8_users` AS u
ON u.id = a.created_by
LEFT JOIN `eqje8_categories` AS parent
ON parent.id = c.parent_id
WHERE a.id = '307'
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.alias, a.catid, a.created_by, a.created_by_alias, a.hits' at line 1 SQL=EXPLAIN EXTENDED SELECT a.id, a.title, a.alias, a.catid, a.created_by, a.created_by_alias, a.hits, c.title AS category_title, c.alias AS category_alias, u.name AS author, parent.id AS parent_id, parent.alias AS parent_alias FROM `#__content` AS a LEFT JOIN `#__categories` AS c ON c.id = a.catid LEFT JOIN `#__users` AS u ON u.id = a.created_by LEFT JOIN `#__categories` AS parent ON parent.id = c.parent_id WHERE a.id = '307' |
Status | Duration |
---|
starting | 0.15 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.05 ms |
init | 0.01 ms |
System lock | 0.02 ms |
optimizing | 0.02 ms |
statistics | 0.11 ms |
preparing | 0.02 ms |
executing | 0.03 ms |
end | 0.01 ms |
query end | 0.01 ms |
waiting for handler commit | 0.02 ms |
closing tables | 0.02 ms |
freeing items | 0.07 ms |
cleaning up | 0.02 ms |
# | **Caller** | **File and line number** | 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1650 |
19 | JDatabaseDriver->loadObject() | JROOT/components/com_komento/helpers/database.php:151 |
18 | KomentoDatabaseJoomla15->__call() | JROOT/components/com_komento/helpers/database.php:40 |
17 | KomentoDatabaseHelper->__call() | JROOT/components/com_komento/komento_plugins/com_content.php:54 |
16 | KomentoComcontent->load() | JROOT/components/com_komento/helpers/helper.php:743 |
15 | Komento::commentify() | JROOT/plugins/content/komento/komento.php:166 |
14 | plgContentKomento->execute() | JROOT/plugins/content/komento/komento.php:80 |
13 | plgContentKomento->onContentAfterDisplay() | JROOT/libraries/joomla/event/event.php:69 |
12 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
11 | JEventDispatcher->trigger() | JROOT/components/com_content/views/category/view.html.php:117 |
10 | ContentViewCategory->display() | JROOT/libraries/legacy/controller/legacy.php:664 |
9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:38 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
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:261 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Query Time: 0.60 ms** **After last query: 0.08 ms** **Query memory: 0.009 MB Memory before query: 21.146 MB** **Rows returned: 1**
SELECT COUNT(1)
FROM `eqje8_komento_comments`
WHERE `component` = 'com_content'
AND `cid` = '307'
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(1) FROM `#__komento_comments` WHERE `component` = 'com_content' ' at line 1 SQL=EXPLAIN EXTENDED SELECT COUNT(1) FROM `#__komento_comments` WHERE `component` = 'com_content' AND `cid` = '307' AND `published` = '1' |
Status | Duration |
---|
starting | 0.11 ms |
Executing hook on transaction | 0.02 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.03 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.12 ms |
preparing | 0.03 ms |
executing | 0.04 ms |
end | 0.01 ms |
query end | 0.01 ms |
waiting for handler commit | 0.02 ms |
closing tables | 0.02 ms |
freeing items | 0.07 ms |
cleaning up | 0.02 ms |
# | **Caller** | **File and line number** | 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1728 |
19 | JDatabaseDriver->loadResult() | JROOT/components/com_komento/helpers/database.php:151 |
18 | KomentoDatabaseJoomla15->__call() | JROOT/components/com_komento/helpers/database.php:40 |
17 | KomentoDatabaseHelper->__call() | JROOT/components/com_komento/models/comments.php:73 |
16 | KomentoModelComments->getCount() | JROOT/components/com_komento/helpers/helper.php:869 |
15 | Komento::commentify() | JROOT/plugins/content/komento/komento.php:166 |
14 | plgContentKomento->execute() | JROOT/plugins/content/komento/komento.php:80 |
13 | plgContentKomento->onContentAfterDisplay() | JROOT/libraries/joomla/event/event.php:69 |
12 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
11 | JEventDispatcher->trigger() | JROOT/components/com_content/views/category/view.html.php:117 |
10 | ContentViewCategory->display() | JROOT/libraries/legacy/controller/legacy.php:664 |
9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:38 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
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:261 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Query Time: 0.60 ms** **After last query: 0.07 ms** **Query memory: 0.009 MB Memory before query: 21.155 MB** **Rows returned: 1**
SELECT AVG(`ratings`) as `value`, COUNT(1) AS `total`
FROM `eqje8_komento_comments`
WHERE `component` = 'com_content'
AND `cid` = '307'
AND `published` = '1'
AND `ratings` !=''
ORDER BY `created` ASC
LIMIT 0,10
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 AVG(`ratings`) as `value`, COUNT(1) AS `total` FROM `#__komento_commen' at line 1 SQL=EXPLAIN EXTENDED SELECT AVG(`ratings`) as `value`, COUNT(1) AS `total` FROM `#__komento_comments` WHERE `component` = 'com_content' AND `cid` = '307' AND `published` = '1' AND `ratings` !='' ORDER BY `created` ASC LIMIT 0,10 |
Status | Duration |
---|
starting | 0.12 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.04 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.11 ms |
preparing | 0.03 ms |
executing | 0.05 ms |
end | 0.01 ms |
query end | 0.01 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.02 ms |
freeing items | 0.07 ms |
cleaning up | 0.02 ms |
# | **Caller** | **File and line number** | 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1650 |
19 | JDatabaseDriver->loadObject() | JROOT/components/com_komento/helpers/database.php:151 |
18 | KomentoDatabaseJoomla15->__call() | JROOT/components/com_komento/helpers/database.php:40 |
17 | KomentoDatabaseHelper->__call() | JROOT/components/com_komento/models/comments.php:108 |
16 | KomentoModelComments->getOverallRatings() | JROOT/components/com_komento/helpers/helper.php:872 |
15 | Komento::commentify() | JROOT/plugins/content/komento/komento.php:166 |
14 | plgContentKomento->execute() | JROOT/plugins/content/komento/komento.php:80 |
13 | plgContentKomento->onContentAfterDisplay() | JROOT/libraries/joomla/event/event.php:69 |
12 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
11 | JEventDispatcher->trigger() | JROOT/components/com_content/views/category/view.html.php:117 |
10 | ContentViewCategory->display() | JROOT/libraries/legacy/controller/legacy.php:664 |
9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:38 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
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:261 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Query Time: 0.67 ms** **After last query: 0.08 ms** **Query memory: 0.009 MB Memory before query: 21.166 MB** **Rows returned: 0**
SELECT *
FROM `eqje8_komento_comments`
WHERE `component` = 'com_content'
AND `cid` = '307'
AND `published` = '1'
AND `parent_id` = '0'
ORDER BY `created` DESC
LIMIT 0,3
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 `#__komento_comments` WHERE `component` = 'com_content' AND `ci' at line 1 SQL=EXPLAIN EXTENDED SELECT * FROM `#__komento_comments` WHERE `component` = 'com_content' AND `cid` = '307' AND `published` = '1' AND `parent_id` = '0' ORDER BY `created` DESC LIMIT 0,3 |
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.05 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.12 ms |
preparing | 0.08 ms |
executing | 0.06 ms |
end | 0.01 ms |
query end | 0.01 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.02 ms |
freeing items | 0.07 ms |
cleaning up | 0.02 ms |
# | **Caller** | **File and line number** | 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
19 | JDatabaseDriver->loadObjectList() | JROOT/components/com_komento/helpers/database.php:151 |
18 | KomentoDatabaseJoomla15->__call() | JROOT/components/com_komento/helpers/database.php:40 |
17 | KomentoDatabaseHelper->__call() | JROOT/components/com_komento/models/comments.php:146 |
16 | KomentoModelComments->getComments() | JROOT/components/com_komento/helpers/helper.php:901 |
15 | Komento::commentify() | JROOT/plugins/content/komento/komento.php:166 |
14 | plgContentKomento->execute() | JROOT/plugins/content/komento/komento.php:80 |
13 | plgContentKomento->onContentAfterDisplay() | JROOT/libraries/joomla/event/event.php:69 |
12 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
11 | JEventDispatcher->trigger() | JROOT/components/com_content/views/category/view.html.php:117 |
10 | ContentViewCategory->display() | JROOT/libraries/legacy/controller/legacy.php:664 |
9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:38 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
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:261 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Query Time: 0.74 ms** **After last query: 0.77 ms** **Query memory: 0.009 MB Memory before query: 21.191 MB** **Rows returned: 1**
SELECT eqje8_j2store_products.*,`eqje8_j2store_productimages`.`j2store_productimage_id`,`eqje8_j2store_productimages`.`main_image`,`eqje8_j2store_productimages`.`thumb_image`,`eqje8_j2store_productimages`.`additional_images`,`eqje8_j2store_addresses`.`first_name` AS manufacturer_first_name,`eqje8_j2store_addresses`.`last_name` AS manufacturer_last_name,`eqje8_j2store_addresses`.`company` AS manufacturer
FROM eqje8_j2store_products
LEFT JOIN `eqje8_j2store_productimages`
ON `eqje8_j2store_products`.`j2store_product_id` = `eqje8_j2store_productimages`.`product_id`
LEFT JOIN `eqje8_j2store_manufacturers`
ON `eqje8_j2store_products`.`manufacturer_id` = `eqje8_j2store_manufacturers`.`j2store_manufacturer_id`
LEFT JOIN `eqje8_j2store_vendors`
ON `eqje8_j2store_products`.`vendor_id` = `eqje8_j2store_vendors`.`j2store_vendor_id`
LEFT JOIN `eqje8_j2store_addresses`
ON `eqje8_j2store_manufacturers`.`address_id` = `eqje8_j2store_addresses`.`j2store_address_id`
WHERE `eqje8_j2store_products`.`product_source` = 'com_content'
AND `eqje8_j2store_products`.`product_source_id` = '212'
AND `eqje8_j2store_products`.`enabled` = '1'
AND `eqje8_j2store_products`.`visibility` = '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 #__j2store_products.*,`#__j2store_productimages`.`j2store_productim' at line 1 SQL=EXPLAIN EXTENDED SELECT #__j2store_products.*,`#__j2store_productimages`.`j2store_productimage_id`,`#__j2store_productimages`.`main_image`,`#__j2store_productimages`.`thumb_image`,`#__j2store_productimages`.`additional_images`,`#__j2store_addresses`.`first_name` AS manufacturer_first_name,`#__j2store_addresses`.`last_name` AS manufacturer_last_name,`#__j2store_addresses`.`company` AS manufacturer
FROM #__j2store_products
LEFT JOIN `#__j2store_productimages` ON `#__j2store_products`.`j2store_product_id` = `#__j2store_productimages`.`product_id`
LEFT JOIN `#__j2store_manufacturers` ON `#__j2store_products`.`manufacturer_id` = `#__j2store_manufacturers`.`j2store_manufacturer_id`
LEFT JOIN `#__j2store_vendors` ON `#__j2store_products`.`vendor_id` = `#__j2store_vendors`.`j2store_vendor_id`
LEFT JOIN `#__j2store_addresses` ON `#__j2store_manufacturers`.`address_id` = `#__j2store_addresses`.`j2store_address_id`
WHERE `#__j2store_products`.`product_source` = 'com_content' AND `#__j2store_products`.`product_source_id` = '212' AND `#__j2store_products`.`enabled` = '1' AND `#__j2store_products`.`visibility` = '1' |
Status | Duration |
---|
starting | 0.17 ms |
Executing hook on transaction | 0.01 ms |
starting | 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 |
Opening tables | 0.06 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.10 ms |
preparing | 0.03 ms |
executing | 0.09 ms |
end | 0.01 ms |
query end | 0.01 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.02 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:1453 |
18 | JDatabaseDriver->loadAssoc() | JROOT/libraries/f0f/table/table.php:949 |
17 | F0FTable->load() | JROOT/administrator/components/com_j2store/tables/product.php:90 |
16 | J2StoreTableProduct->load() | JROOT/administrator/components/com_j2store/tables/product.php:188 |
15 | J2StoreTableProduct->get_product_by_source() | JROOT/plugins/content/j2store/j2store.php:73 |
14 | plgContentJ2Store->defaultPosition() | JROOT/plugins/content/j2store/j2store.php:49 |
13 | plgContentJ2Store->onContentPrepare() | JROOT/libraries/joomla/event/event.php:69 |
12 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
11 | JEventDispatcher->trigger() | JROOT/components/com_content/views/category/view.html.php:106 |
10 | ContentViewCategory->display() | JROOT/libraries/legacy/controller/legacy.php:664 |
9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:38 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
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:261 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Query Time: 0.64 ms** **After last query: 15.03 ms** **Query memory: 0.011 MB Memory before query: 22.504 MB** **Rows returned: 1**
SELECT a.*,c.title AS category_title, c.alias AS category_alias, c.access AS category_access
FROM eqje8_content as a
LEFT JOIN eqje8_categories AS c
on c.id = a.catid
WHERE a.id='212'
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.*,c.title AS category_title, c.alias AS category_alias, c.access AS cat' at line 1 SQL=EXPLAIN EXTENDED SELECT a.*,c.title AS category_title, c.alias AS category_alias, c.access AS category_access
FROM #__content as a
LEFT JOIN #__categories AS c on c.id = a.catid
WHERE a.id='212' |
Status | Duration |
---|
starting | 0.14 ms |
Executing hook on transaction | 0.02 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.06 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.10 ms |
preparing | 0.02 ms |
executing | 0.07 ms |
end | 0.01 ms |
query end | 0.01 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.02 ms |
freeing items | 0.06 ms |
cleaning up | 0.02 ms |
# | **Caller** | **File and line number** | 25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1650 |
24 | JDatabaseDriver->loadObject() | JROOT/plugins/content/j2store/j2store.php:526 |
23 | plgContentJ2Store->getArticle() | JROOT/plugins/content/j2store/j2store.php:456 |
22 | plgContentJ2Store->onJ2StoreAfterGetProduct() | JROOT/libraries/joomla/event/event.php:69 |
21 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
20 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
19 | JApplicationBase->triggerEvent() | JROOT/administrator/components/com_j2store/tables/product.php:380 |
18 | J2StoreTableProduct->get_product() | JROOT/administrator/components/com_j2store/tables/product.php:248 |
17 | J2StoreTableProduct->get_html() | JROOT/administrator/components/com_j2store/tables/product.php:222 |
16 | J2StoreTableProduct->get_product_html() | JROOT/plugins/content/j2store/j2store.php:94 |
15 | plgContentJ2Store->getProductBlock() | JROOT/plugins/content/j2store/j2store.php:75 |
14 | plgContentJ2Store->defaultPosition() | JROOT/plugins/content/j2store/j2store.php:49 |
13 | plgContentJ2Store->onContentPrepare() | JROOT/libraries/joomla/event/event.php:69 |
12 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
11 | JEventDispatcher->trigger() | JROOT/components/com_content/views/category/view.html.php:106 |
10 | ContentViewCategory->display() | JROOT/libraries/legacy/controller/legacy.php:664 |
9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:38 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
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:261 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Query Time: 0.43 ms** **After last query: 3.61 ms** **Query memory: 0.010 MB Memory before query: 22.739 MB** **Rows returned: 1**
SELECT template
FROM eqje8_template_styles
WHERE client_id = 0
AND home=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 template FROM #__template_styles WHERE client_id = 0 AND home=1' at line 1 SQL=EXPLAIN EXTENDED SELECT template FROM #__template_styles WHERE client_id = 0 AND home=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.03 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.03 ms |
preparing | 0.02 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.05 ms |
cleaning up | 0.02 ms |
# | **Caller** | **File and line number** | 21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1728 |
20 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_j2store/helpers/strapper.php:141 |
19 | J2StoreStrapper::getDefaultTemplate() | JROOT/administrator/components/com_j2store/helpers/strapper.php:114 |
18 | J2StoreStrapper::addCSS() | JROOT/administrator/components/com_j2store/tables/product.php:251 |
17 | J2StoreTableProduct->get_html() | JROOT/administrator/components/com_j2store/tables/product.php:222 |
16 | J2StoreTableProduct->get_product_html() | JROOT/plugins/content/j2store/j2store.php:94 |
15 | plgContentJ2Store->getProductBlock() | JROOT/plugins/content/j2store/j2store.php:75 |
14 | plgContentJ2Store->defaultPosition() | JROOT/plugins/content/j2store/j2store.php:49 |
13 | plgContentJ2Store->onContentPrepare() | JROOT/libraries/joomla/event/event.php:69 |
12 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
11 | JEventDispatcher->trigger() | JROOT/components/com_content/views/category/view.html.php:106 |
10 | ContentViewCategory->display() | JROOT/libraries/legacy/controller/legacy.php:664 |
9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:38 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
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:261 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Query Time: 1.78 ms** **After last query: 87.26 ms** **Query memory: 0.020 MB Memory before query: 23.834 MB** **Rows returned: 17**
**Duplicate queries**:
#77SHOW FULL COLUMNS
FROM `eqje8_j2store_currencies`
**EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `eqje8_j2store_currencies`**
Status | Duration |
---|
starting | 0.12 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.06 ms |
checking permissions | 0.02 ms |
checking permissions | 0.01 ms |
Opening tables | 0.43 ms |
init | 0.02 ms |
System lock | 0.01 ms |
optimizing | 0.03 ms |
statistics | 0.07 ms |
preparing | 0.03 ms |
Creating tmp table | 0.05 ms |
executing | 0.08 ms |
checking permissions | 0.06 ms |
checking permissions | 0.03 ms |
checking permissions | 0.03 ms |
checking permissions | 0.03 ms |
checking permissions | 0.03 ms |
checking permissions | 0.03 ms |
checking permissions | 0.03 ms |
checking permissions | 0.03 ms |
checking permissions | 0.04 ms |
checking permissions | 0.03 ms |
checking permissions | 0.03 ms |
checking permissions | 0.03 ms |
checking permissions | 0.03 ms |
checking permissions | 0.03 ms |
checking permissions | 0.03 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.01 ms |
waiting for handler commit | 0.02 ms |
closing tables | 0.03 ms |
freeing items | 0.07 ms |
cleaning up | 0.02 ms |
# | **Caller** | **File and line number** | 43 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
42 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:440 |
41 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/f0f/table/table.php:2146 |
40 | F0FTable->getTableFields() | JROOT/libraries/f0f/table/table.php:536 |
39 | F0FTable->__construct() | JROOT/libraries/f0f/table/table.php:433 |
38 | F0FTable::getAnInstance() | JROOT/libraries/f0f/model/model.php:2037 |
37 | F0FModel->_createTable() | JROOT/libraries/f0f/model/model.php:1994 |
36 | F0FModel->getTable() | JROOT/libraries/f0f/model/model.php:2061 |
35 | F0FModel->buildQuery() | JROOT/libraries/f0f/model/model.php:1219 |
34 | F0FModel->getItemList() | JROOT/libraries/f0f/model/model.php:1204 |
33 | F0FModel->getList() | JROOT/administrator/components/com_j2store/helpers/currency.php:33 |
32 | J2Currency->__construct() | JROOT/administrator/components/com_j2store/helpers/currency.php:53 |
31 | J2Currency::getInstance() | JROOT/administrator/components/com_j2store/helpers/j2store.php:56 |
30 | J2Store::currency() | JROOT/administrator/components/com_j2store/helpers/product.php:633 |
29 | J2Product->displayPrice() | JROOT/components/com_j2store/views/product/tmpl/item_price.php:25 |
28 | include JROOT/components/com_j2store/views/product/tmpl/item_price.php | JROOT/libraries/f0f/view/view.php:442 |
27 | F0FView->loadAnyTemplate() | JROOT/libraries/f0f/view/view.php:843 |
26 | F0FView->loadTemplate() | JROOT/components/com_j2store/views/product/tmpl/item_configurable.php:15 |
25 | include JROOT/components/com_j2store/views/product/tmpl/item_configurable.php | JROOT/libraries/f0f/view/view.php:442 |
24 | F0FView->loadAnyTemplate() | JROOT/libraries/f0f/view/view.php:843 |
23 | F0FView->loadTemplate() | JROOT/components/com_j2store/views/product/tmpl/item.php:21 |
22 | include JROOT/components/com_j2store/views/product/tmpl/item.php | JROOT/libraries/f0f/view/view.php:442 |
21 | F0FView->loadAnyTemplate() | JROOT/libraries/f0f/view/view.php:843 |
20 | F0FView->loadTemplate() | JROOT/libraries/f0f/view/view.php:474 |
19 | F0FView->display() | JROOT/libraries/f0f/view/raw.php:128 |
18 | F0FViewRaw->display() | JROOT/administrator/components/com_j2store/tables/product.php:263 |
17 | J2StoreTableProduct->get_html() | JROOT/administrator/components/com_j2store/tables/product.php:222 |
16 | J2StoreTableProduct->get_product_html() | JROOT/plugins/content/j2store/j2store.php:94 |
15 | plgContentJ2Store->getProductBlock() | JROOT/plugins/content/j2store/j2store.php:75 |
14 | plgContentJ2Store->defaultPosition() | JROOT/plugins/content/j2store/j2store.php:49 |
13 | plgContentJ2Store->onContentPrepare() | JROOT/libraries/joomla/event/event.php:69 |
12 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
11 | JEventDispatcher->trigger() | JROOT/components/com_content/views/category/view.html.php:106 |
10 | ContentViewCategory->display() | JROOT/libraries/legacy/controller/legacy.php:664 |
9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:38 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
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:261 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Query Time: 1.69 ms** **After last query: 9.92 ms** **Query memory: 0.020 MB Memory before query: 23.957 MB** **Rows returned: 17**
**Duplicate queries**:
#76SHOW FULL COLUMNS
FROM `eqje8_j2store_currencies`
**EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `eqje8_j2store_currencies`**
Status | Duration |
---|
starting | 0.11 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.05 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.42 ms |
init | 0.02 ms |
System lock | 0.01 ms |
optimizing | 0.03 ms |
statistics | 0.08 ms |
preparing | 0.04 ms |
Creating tmp table | 0.04 ms |
executing | 0.07 ms |
checking permissions | 0.06 ms |
checking permissions | 0.03 ms |
checking permissions | 0.03 ms |
checking permissions | 0.03 ms |
checking permissions | 0.03 ms |
checking permissions | 0.03 ms |
checking permissions | 0.03 ms |
checking permissions | 0.03 ms |
checking permissions | 0.03 ms |
checking permissions | 0.03 ms |
checking permissions | 0.03 ms |
checking permissions | 0.03 ms |
checking permissions | 0.03 ms |
checking permissions | 0.04 ms |
checking permissions | 0.03 ms |
checking permissions | 0.03 ms |
checking permissions | 0.03 ms |
checking permissions | 0.02 ms |
checking permissions | 0.04 ms |
end | 0.01 ms |
query end | 0.01 ms |
waiting for handler commit | 0.02 ms |
closing tables | 0.02 ms |
freeing items | 0.07 ms |
cleaning up | 0.02 ms |
# | **Caller** | **File and line number** | 42 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
41 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:440 |
40 | JDatabaseDriverMysqli->getTableColumns() | JROOT/administrator/components/com_j2store/models/currencies.php:134 |
39 | J2StoreModelCurrencies->getTableFields() | JROOT/libraries/f0f/model/behavior/filters.php:37 |
38 | F0FModelBehaviorFilters->onAfterBuildQuery() | JROOT/libraries/f0f/utils/observable/event.php:63 |
37 | F0FUtilsObservableEvent->update() | JROOT/libraries/f0f/utils/observable/dispatcher.php:146 |
36 | F0FUtilsObservableDispatcher->trigger() | JROOT/libraries/f0f/model/model.php:2113 |
35 | F0FModel->buildQuery() | JROOT/libraries/f0f/model/model.php:1219 |
34 | F0FModel->getItemList() | JROOT/libraries/f0f/model/model.php:1204 |
33 | F0FModel->getList() | JROOT/administrator/components/com_j2store/helpers/currency.php:33 |
32 | J2Currency->__construct() | JROOT/administrator/components/com_j2store/helpers/currency.php:53 |
31 | J2Currency::getInstance() | JROOT/administrator/components/com_j2store/helpers/j2store.php:56 |
30 | J2Store::currency() | JROOT/administrator/components/com_j2store/helpers/product.php:633 |
29 | J2Product->displayPrice() | JROOT/components/com_j2store/views/product/tmpl/item_price.php:25 |
28 | include JROOT/components/com_j2store/views/product/tmpl/item_price.php | JROOT/libraries/f0f/view/view.php:442 |
27 | F0FView->loadAnyTemplate() | JROOT/libraries/f0f/view/view.php:843 |
26 | F0FView->loadTemplate() | JROOT/components/com_j2store/views/product/tmpl/item_configurable.php:15 |
25 | include JROOT/components/com_j2store/views/product/tmpl/item_configurable.php | JROOT/libraries/f0f/view/view.php:442 |
24 | F0FView->loadAnyTemplate() | JROOT/libraries/f0f/view/view.php:843 |
23 | F0FView->loadTemplate() | JROOT/components/com_j2store/views/product/tmpl/item.php:21 |
22 | include JROOT/components/com_j2store/views/product/tmpl/item.php | JROOT/libraries/f0f/view/view.php:442 |
21 | F0FView->loadAnyTemplate() | JROOT/libraries/f0f/view/view.php:843 |
20 | F0FView->loadTemplate() | JROOT/libraries/f0f/view/view.php:474 |
19 | F0FView->display() | JROOT/libraries/f0f/view/raw.php:128 |
18 | F0FViewRaw->display() | JROOT/administrator/components/com_j2store/tables/product.php:263 |
17 | J2StoreTableProduct->get_html() | JROOT/administrator/components/com_j2store/tables/product.php:222 |
16 | J2StoreTableProduct->get_product_html() | JROOT/plugins/content/j2store/j2store.php:94 |
15 | plgContentJ2Store->getProductBlock() | JROOT/plugins/content/j2store/j2store.php:75 |
14 | plgContentJ2Store->defaultPosition() | JROOT/plugins/content/j2store/j2store.php:49 |
13 | plgContentJ2Store->onContentPrepare() | JROOT/libraries/joomla/event/event.php:69 |
12 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
11 | JEventDispatcher->trigger() | JROOT/components/com_content/views/category/view.html.php:106 |
10 | ContentViewCategory->display() | JROOT/libraries/legacy/controller/legacy.php:664 |
9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:38 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
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:261 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Query Time: 0.94 ms** **After last query: 95.33 ms** **Query memory: 0.018 MB Memory before query: 24.273 MB** **Rows returned: 1**
SELECT `eqje8_j2store_currencies`.*
FROM `eqje8_j2store_currencies`
WHERE (`enabled` = '1')
ORDER BY `j2store_currency_id` 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 `#__j2store_currencies`.*
FROM `#__j2store_currencies`
WHERE (`enab' at line 1 SQL=EXPLAIN EXTENDED SELECT `#__j2store_currencies`.*
FROM `#__j2store_currencies`
WHERE (`enabled` = '1')
ORDER BY `j2store_currency_id` ASC |
Status | Duration |
---|
starting | 0.14 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.02 ms |
checking permissions | 0.01 ms |
Opening tables | 0.32 ms |
init | 0.02 ms |
System lock | 0.03 ms |
optimizing | 0.02 ms |
statistics | 0.02 ms |
preparing | 0.02 ms |
executing | 0.05 ms |
end | 0.02 ms |
query end | 0.02 ms |
waiting for handler commit | 0.03 ms |
closing tables | 0.02 ms |
freeing items | 0.07 ms |
cleaning up | 0.02 ms |
# | **Caller** | **File and line number** | 37 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
36 | JDatabaseDriver->loadObjectList() | JROOT/libraries/f0f/model/model.php:1953 |
35 | F0FModel->_getList() | JROOT/libraries/f0f/model/model.php:1225 |
34 | F0FModel->getItemList() | JROOT/libraries/f0f/model/model.php:1204 |
33 | F0FModel->getList() | JROOT/administrator/components/com_j2store/helpers/currency.php:33 |
32 | J2Currency->__construct() | JROOT/administrator/components/com_j2store/helpers/currency.php:53 |
31 | J2Currency::getInstance() | JROOT/administrator/components/com_j2store/helpers/j2store.php:56 |
30 | J2Store::currency() | JROOT/administrator/components/com_j2store/helpers/product.php:633 |
29 | J2Product->displayPrice() | JROOT/components/com_j2store/views/product/tmpl/item_price.php:25 |
28 | include JROOT/components/com_j2store/views/product/tmpl/item_price.php | JROOT/libraries/f0f/view/view.php:442 |
27 | F0FView->loadAnyTemplate() | JROOT/libraries/f0f/view/view.php:843 |
26 | F0FView->loadTemplate() | JROOT/components/com_j2store/views/product/tmpl/item_configurable.php:15 |
25 | include JROOT/components/com_j2store/views/product/tmpl/item_configurable.php | JROOT/libraries/f0f/view/view.php:442 |
24 | F0FView->loadAnyTemplate() | JROOT/libraries/f0f/view/view.php:843 |
23 | F0FView->loadTemplate() | JROOT/components/com_j2store/views/product/tmpl/item.php:21 |
22 | include JROOT/components/com_j2store/views/product/tmpl/item.php | JROOT/libraries/f0f/view/view.php:442 |
21 | F0FView->loadAnyTemplate() | JROOT/libraries/f0f/view/view.php:843 |
20 | F0FView->loadTemplate() | JROOT/libraries/f0f/view/view.php:474 |
19 | F0FView->display() | JROOT/libraries/f0f/view/raw.php:128 |
18 | F0FViewRaw->display() | JROOT/administrator/components/com_j2store/tables/product.php:263 |
17 | J2StoreTableProduct->get_html() | JROOT/administrator/components/com_j2store/tables/product.php:222 |
16 | J2StoreTableProduct->get_product_html() | JROOT/plugins/content/j2store/j2store.php:94 |
15 | plgContentJ2Store->getProductBlock() | JROOT/plugins/content/j2store/j2store.php:75 |
14 | plgContentJ2Store->defaultPosition() | JROOT/plugins/content/j2store/j2store.php:49 |
13 | plgContentJ2Store->onContentPrepare() | JROOT/libraries/joomla/event/event.php:69 |
12 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
11 | JEventDispatcher->trigger() | JROOT/components/com_content/views/category/view.html.php:106 |
10 | ContentViewCategory->display() | JROOT/libraries/legacy/controller/legacy.php:664 |
9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:38 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
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:261 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Query Time: 0.57 ms** **After last query: 10.13 ms** **Query memory: 0.007 MB Memory before query: 24.230 MB** **Rows returned: 1**
SELECT MAX(contact.id) AS contactid
FROM `eqje8_contact_details` AS `contact`
WHERE contact.published = 1
AND contact.user_id = 848
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 MAX(contact.id) AS contactid
FROM `#__contact_details` AS `contact`
WH' at line 1 SQL=EXPLAIN EXTENDED SELECT MAX(contact.id) AS contactid
FROM `#__contact_details` AS `contact`
WHERE contact.published = 1 AND contact.user_id = 848 |
Status | Duration |
---|
starting | 0.11 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.02 ms |
checking permissions | 0.01 ms |
Opening tables | 0.04 ms |
init | 0.02 ms |
System lock | 0.02 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 |
waiting for handler commit | 0.02 ms |
closing tables | 0.02 ms |
freeing items | 0.06 ms |
cleaning up | 0.02 ms |
# | **Caller** | **File and line number** | 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1728 |
15 | JDatabaseDriver->loadResult() | JROOT/plugins/content/contact/contact.php:110 |
14 | PlgContentContact->getContactId() | JROOT/plugins/content/contact/contact.php:60 |
13 | PlgContentContact->onContentPrepare() | JROOT/libraries/joomla/event/event.php:69 |
12 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
11 | JEventDispatcher->trigger() | JROOT/components/com_content/views/category/view.html.php:106 |
10 | ContentViewCategory->display() | JROOT/libraries/legacy/controller/legacy.php:664 |
9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:38 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
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:261 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Query Time: 0.64 ms** **After last query: 1.62 ms** **Query memory: 0.009 MB Memory before query: 24.250 MB** **Rows returned: 1**
SELECT a.id, a.title, a.alias, a.catid, a.created_by, a.created_by_alias, a.hits, c.title AS category_title, c.alias AS category_alias, u.name AS author, parent.id AS parent_id, parent.alias AS parent_alias
FROM `eqje8_content` AS a
LEFT JOIN `eqje8_categories` AS c
ON c.id = a.catid
LEFT JOIN `eqje8_users` AS u
ON u.id = a.created_by
LEFT JOIN `eqje8_categories` AS parent
ON parent.id = c.parent_id
WHERE a.id = '212'
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.alias, a.catid, a.created_by, a.created_by_alias, a.hits' at line 1 SQL=EXPLAIN EXTENDED SELECT a.id, a.title, a.alias, a.catid, a.created_by, a.created_by_alias, a.hits, c.title AS category_title, c.alias AS category_alias, u.name AS author, parent.id AS parent_id, parent.alias AS parent_alias FROM `#__content` AS a LEFT JOIN `#__categories` AS c ON c.id = a.catid LEFT JOIN `#__users` AS u ON u.id = a.created_by LEFT JOIN `#__categories` AS parent ON parent.id = c.parent_id WHERE a.id = '212' |
Status | Duration |
---|
starting | 0.12 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.05 ms |
init | 0.02 ms |
System lock | 0.02 ms |
optimizing | 0.02 ms |
statistics | 0.12 ms |
preparing | 0.02 ms |
executing | 0.02 ms |
end | 0.01 ms |
query end | 0.01 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.02 ms |
freeing items | 0.06 ms |
cleaning up | 0.02 ms |
# | **Caller** | **File and line number** | 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1650 |
19 | JDatabaseDriver->loadObject() | JROOT/components/com_komento/helpers/database.php:151 |
18 | KomentoDatabaseJoomla15->__call() | JROOT/components/com_komento/helpers/database.php:40 |
17 | KomentoDatabaseHelper->__call() | JROOT/components/com_komento/komento_plugins/com_content.php:54 |
16 | KomentoComcontent->load() | JROOT/components/com_komento/helpers/helper.php:743 |
15 | Komento::commentify() | JROOT/plugins/content/komento/komento.php:166 |
14 | plgContentKomento->execute() | JROOT/plugins/content/komento/komento.php:80 |
13 | plgContentKomento->onContentAfterDisplay() | JROOT/libraries/joomla/event/event.php:69 |
12 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
11 | JEventDispatcher->trigger() | JROOT/components/com_content/views/category/view.html.php:117 |
10 | ContentViewCategory->display() | JROOT/libraries/legacy/controller/legacy.php:664 |
9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:38 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
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:261 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Query Time: 0.48 ms** **After last query: 0.12 ms** **Query memory: 0.009 MB Memory before query: 24.261 MB** **Rows returned: 1**
SELECT COUNT(1)
FROM `eqje8_komento_comments`
WHERE `component` = 'com_content'
AND `cid` = '212'
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(1) FROM `#__komento_comments` WHERE `component` = 'com_content' ' at line 1 SQL=EXPLAIN EXTENDED SELECT COUNT(1) FROM `#__komento_comments` WHERE `component` = 'com_content' AND `cid` = '212' AND `published` = '1' |
Status | Duration |
---|
starting | 0.08 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.01 ms |
optimizing | 0.02 ms |
statistics | 0.08 ms |
preparing | 0.03 ms |
executing | 0.03 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.06 ms |
cleaning up | 0.01 ms |
# | **Caller** | **File and line number** | 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1728 |
19 | JDatabaseDriver->loadResult() | JROOT/components/com_komento/helpers/database.php:151 |
18 | KomentoDatabaseJoomla15->__call() | JROOT/components/com_komento/helpers/database.php:40 |
17 | KomentoDatabaseHelper->__call() | JROOT/components/com_komento/models/comments.php:73 |
16 | KomentoModelComments->getCount() | JROOT/components/com_komento/helpers/helper.php:869 |
15 | Komento::commentify() | JROOT/plugins/content/komento/komento.php:166 |
14 | plgContentKomento->execute() | JROOT/plugins/content/komento/komento.php:80 |
13 | plgContentKomento->onContentAfterDisplay() | JROOT/libraries/joomla/event/event.php:69 |
12 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
11 | JEventDispatcher->trigger() | JROOT/components/com_content/views/category/view.html.php:117 |
10 | ContentViewCategory->display() | JROOT/libraries/legacy/controller/legacy.php:664 |
9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:38 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
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:261 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Query Time: 0.46 ms** **After last query: 0.12 ms** **Query memory: 0.009 MB Memory before query: 24.271 MB** **Rows returned: 1**
SELECT AVG(`ratings`) as `value`, COUNT(1) AS `total`
FROM `eqje8_komento_comments`
WHERE `component` = 'com_content'
AND `cid` = '212'
AND `published` = '1'
AND `ratings` !=''
ORDER BY `created` ASC
LIMIT 0,10
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 AVG(`ratings`) as `value`, COUNT(1) AS `total` FROM `#__komento_commen' at line 1 SQL=EXPLAIN EXTENDED SELECT AVG(`ratings`) as `value`, COUNT(1) AS `total` FROM `#__komento_comments` WHERE `component` = 'com_content' AND `cid` = '212' AND `published` = '1' AND `ratings` !='' ORDER BY `created` ASC LIMIT 0,10 |
Status | Duration |
---|
starting | 0.08 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.01 ms |
optimizing | 0.02 ms |
statistics | 0.06 ms |
preparing | 0.03 ms |
executing | 0.03 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.05 ms |
cleaning up | 0.02 ms |
# | **Caller** | **File and line number** | 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1650 |
19 | JDatabaseDriver->loadObject() | JROOT/components/com_komento/helpers/database.php:151 |
18 | KomentoDatabaseJoomla15->__call() | JROOT/components/com_komento/helpers/database.php:40 |
17 | KomentoDatabaseHelper->__call() | JROOT/components/com_komento/models/comments.php:108 |
16 | KomentoModelComments->getOverallRatings() | JROOT/components/com_komento/helpers/helper.php:872 |
15 | Komento::commentify() | JROOT/plugins/content/komento/komento.php:166 |
14 | plgContentKomento->execute() | JROOT/plugins/content/komento/komento.php:80 |
13 | plgContentKomento->onContentAfterDisplay() | JROOT/libraries/joomla/event/event.php:69 |
12 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
11 | JEventDispatcher->trigger() | JROOT/components/com_content/views/category/view.html.php:117 |
10 | ContentViewCategory->display() | JROOT/libraries/legacy/controller/legacy.php:664 |
9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:38 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
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:261 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Query Time: 0.50 ms** **After last query: 0.10 ms** **Query memory: 0.009 MB Memory before query: 24.281 MB** **Rows returned: 0**
SELECT *
FROM `eqje8_komento_comments`
WHERE `component` = 'com_content'
AND `cid` = '212'
AND `published` = '1'
AND `parent_id` = '0'
ORDER BY `created` DESC
LIMIT 0,3
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 `#__komento_comments` WHERE `component` = 'com_content' AND `ci' at line 1 SQL=EXPLAIN EXTENDED SELECT * FROM `#__komento_comments` WHERE `component` = 'com_content' AND `cid` = '212' AND `published` = '1' AND `parent_id` = '0' ORDER BY `created` DESC LIMIT 0,3 |
Status | Duration |
---|
starting | 0.07 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.04 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.07 ms |
preparing | 0.05 ms |
executing | 0.05 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.06 ms |
cleaning up | 0.02 ms |
# | **Caller** | **File and line number** | 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
19 | JDatabaseDriver->loadObjectList() | JROOT/components/com_komento/helpers/database.php:151 |
18 | KomentoDatabaseJoomla15->__call() | JROOT/components/com_komento/helpers/database.php:40 |
17 | KomentoDatabaseHelper->__call() | JROOT/components/com_komento/models/comments.php:146 |
16 | KomentoModelComments->getComments() | JROOT/components/com_komento/helpers/helper.php:901 |
15 | Komento::commentify() | JROOT/plugins/content/komento/komento.php:166 |
14 | plgContentKomento->execute() | JROOT/plugins/content/komento/komento.php:80 |
13 | plgContentKomento->onContentAfterDisplay() | JROOT/libraries/joomla/event/event.php:69 |
12 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
11 | JEventDispatcher->trigger() | JROOT/components/com_content/views/category/view.html.php:117 |
10 | ContentViewCategory->display() | JROOT/libraries/legacy/controller/legacy.php:664 |
9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:38 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
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:261 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Query Time: 1.08 ms** **After last query: 53.20 ms** **Query memory: 0.009 MB Memory before query: 24.307 MB** **Rows returned: 1**
SELECT eqje8_j2store_products.*,`eqje8_j2store_productimages`.`j2store_productimage_id`,`eqje8_j2store_productimages`.`main_image`,`eqje8_j2store_productimages`.`thumb_image`,`eqje8_j2store_productimages`.`additional_images`,`eqje8_j2store_addresses`.`first_name` AS manufacturer_first_name,`eqje8_j2store_addresses`.`last_name` AS manufacturer_last_name,`eqje8_j2store_addresses`.`company` AS manufacturer
FROM eqje8_j2store_products
LEFT JOIN `eqje8_j2store_productimages`
ON `eqje8_j2store_products`.`j2store_product_id` = `eqje8_j2store_productimages`.`product_id`
LEFT JOIN `eqje8_j2store_manufacturers`
ON `eqje8_j2store_products`.`manufacturer_id` = `eqje8_j2store_manufacturers`.`j2store_manufacturer_id`
LEFT JOIN `eqje8_j2store_vendors`
ON `eqje8_j2store_products`.`vendor_id` = `eqje8_j2store_vendors`.`j2store_vendor_id`
LEFT JOIN `eqje8_j2store_addresses`
ON `eqje8_j2store_manufacturers`.`address_id` = `eqje8_j2store_addresses`.`j2store_address_id`
WHERE `eqje8_j2store_products`.`product_source` = 'com_content'
AND `eqje8_j2store_products`.`product_source_id` = '194'
AND `eqje8_j2store_products`.`enabled` = '1'
AND `eqje8_j2store_products`.`visibility` = '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 #__j2store_products.*,`#__j2store_productimages`.`j2store_productim' at line 1 SQL=EXPLAIN EXTENDED SELECT #__j2store_products.*,`#__j2store_productimages`.`j2store_productimage_id`,`#__j2store_productimages`.`main_image`,`#__j2store_productimages`.`thumb_image`,`#__j2store_productimages`.`additional_images`,`#__j2store_addresses`.`first_name` AS manufacturer_first_name,`#__j2store_addresses`.`last_name` AS manufacturer_last_name,`#__j2store_addresses`.`company` AS manufacturer
FROM #__j2store_products
LEFT JOIN `#__j2store_productimages` ON `#__j2store_products`.`j2store_product_id` = `#__j2store_productimages`.`product_id`
LEFT JOIN `#__j2store_manufacturers` ON `#__j2store_products`.`manufacturer_id` = `#__j2store_manufacturers`.`j2store_manufacturer_id`
LEFT JOIN `#__j2store_vendors` ON `#__j2store_products`.`vendor_id` = `#__j2store_vendors`.`j2store_vendor_id`
LEFT JOIN `#__j2store_addresses` ON `#__j2store_manufacturers`.`address_id` = `#__j2store_addresses`.`j2store_address_id`
WHERE `#__j2store_products`.`product_source` = 'com_content' AND `#__j2store_products`.`product_source_id` = '194' AND `#__j2store_products`.`enabled` = '1' AND `#__j2store_products`.`visibility` = '1' |
Status | Duration |
---|
starting | 0.25 ms |
Executing hook on transaction | 0.02 ms |
starting | 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 |
Opening tables | 0.11 ms |
init | 0.02 ms |
System lock | 0.02 ms |
optimizing | 0.04 ms |
statistics | 0.15 ms |
preparing | 0.04 ms |
executing | 0.10 ms |
end | 0.02 ms |
query end | 0.01 ms |
waiting for handler commit | 0.02 ms |
closing tables | 0.02 ms |
freeing items | 0.08 ms |
cleaning up | 0.02 ms |
# | **Caller** | **File and line number** | 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1453 |
18 | JDatabaseDriver->loadAssoc() | JROOT/libraries/f0f/table/table.php:949 |
17 | F0FTable->load() | JROOT/administrator/components/com_j2store/tables/product.php:90 |
16 | J2StoreTableProduct->load() | JROOT/administrator/components/com_j2store/tables/product.php:188 |
15 | J2StoreTableProduct->get_product_by_source() | JROOT/plugins/content/j2store/j2store.php:73 |
14 | plgContentJ2Store->defaultPosition() | JROOT/plugins/content/j2store/j2store.php:49 |
13 | plgContentJ2Store->onContentPrepare() | JROOT/libraries/joomla/event/event.php:69 |
12 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
11 | JEventDispatcher->trigger() | JROOT/components/com_content/views/category/view.html.php:106 |
10 | ContentViewCategory->display() | JROOT/libraries/legacy/controller/legacy.php:664 |
9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:38 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
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:261 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Query Time: 0.64 ms** **After last query: 2.03 ms** **Query memory: 0.011 MB Memory before query: 24.346 MB** **Rows returned: 1**
SELECT a.*,c.title AS category_title, c.alias AS category_alias, c.access AS category_access
FROM eqje8_content as a
LEFT JOIN eqje8_categories AS c
on c.id = a.catid
WHERE a.id='194'
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.*,c.title AS category_title, c.alias AS category_alias, c.access AS cat' at line 1 SQL=EXPLAIN EXTENDED SELECT a.*,c.title AS category_title, c.alias AS category_alias, c.access AS category_access
FROM #__content as a
LEFT JOIN #__categories AS c on c.id = a.catid
WHERE a.id='194' |
Status | Duration |
---|
starting | 0.14 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 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.11 ms |
preparing | 0.02 ms |
executing | 0.06 ms |
end | 0.01 ms |
query end | 0.01 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.03 ms |
freeing items | 0.07 ms |
cleaning up | 0.02 ms |
# | **Caller** | **File and line number** | 25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1650 |
24 | JDatabaseDriver->loadObject() | JROOT/plugins/content/j2store/j2store.php:526 |
23 | plgContentJ2Store->getArticle() | JROOT/plugins/content/j2store/j2store.php:456 |
22 | plgContentJ2Store->onJ2StoreAfterGetProduct() | JROOT/libraries/joomla/event/event.php:69 |
21 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
20 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
19 | JApplicationBase->triggerEvent() | JROOT/administrator/components/com_j2store/tables/product.php:380 |
18 | J2StoreTableProduct->get_product() | JROOT/administrator/components/com_j2store/tables/product.php:248 |
17 | J2StoreTableProduct->get_html() | JROOT/administrator/components/com_j2store/tables/product.php:222 |
16 | J2StoreTableProduct->get_product_html() | JROOT/plugins/content/j2store/j2store.php:94 |
15 | plgContentJ2Store->getProductBlock() | JROOT/plugins/content/j2store/j2store.php:75 |
14 | plgContentJ2Store->defaultPosition() | JROOT/plugins/content/j2store/j2store.php:49 |
13 | plgContentJ2Store->onContentPrepare() | JROOT/libraries/joomla/event/event.php:69 |
12 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
11 | JEventDispatcher->trigger() | JROOT/components/com_content/views/category/view.html.php:106 |
10 | ContentViewCategory->display() | JROOT/libraries/legacy/controller/legacy.php:664 |
9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:38 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
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:261 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Query Time: 0.63 ms** **After last query: 14.61 ms** **Query memory: 0.007 MB Memory before query: 24.422 MB** **Rows returned: 1**
SELECT MAX(contact.id) AS contactid
FROM `eqje8_contact_details` AS `contact`
WHERE contact.published = 1
AND contact.user_id = 848
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 MAX(contact.id) AS contactid
FROM `#__contact_details` AS `contact`
WH' at line 1 SQL=EXPLAIN EXTENDED SELECT MAX(contact.id) AS contactid
FROM `#__contact_details` AS `contact`
WHERE contact.published = 1 AND contact.user_id = 848 |
Status | Duration |
---|
starting | 0.16 ms |
Executing hook on transaction | 0.02 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.03 ms |
init | 0.01 ms |
System lock | 0.02 ms |
optimizing | 0.03 ms |
statistics | 0.05 ms |
preparing | 0.03 ms |
executing | 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.06 ms |
cleaning up | 0.02 ms |
# | **Caller** | **File and line number** | 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1728 |
15 | JDatabaseDriver->loadResult() | JROOT/plugins/content/contact/contact.php:110 |
14 | PlgContentContact->getContactId() | JROOT/plugins/content/contact/contact.php:60 |
13 | PlgContentContact->onContentPrepare() | JROOT/libraries/joomla/event/event.php:69 |
12 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
11 | JEventDispatcher->trigger() | JROOT/components/com_content/views/category/view.html.php:106 |
10 | ContentViewCategory->display() | JROOT/libraries/legacy/controller/legacy.php:664 |
9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:38 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
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:261 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Query Time: 0.64 ms** **After last query: 1.30 ms** **Query memory: 0.009 MB Memory before query: 24.441 MB** **Rows returned: 1**
SELECT a.id, a.title, a.alias, a.catid, a.created_by, a.created_by_alias, a.hits, c.title AS category_title, c.alias AS category_alias, u.name AS author, parent.id AS parent_id, parent.alias AS parent_alias
FROM `eqje8_content` AS a
LEFT JOIN `eqje8_categories` AS c
ON c.id = a.catid
LEFT JOIN `eqje8_users` AS u
ON u.id = a.created_by
LEFT JOIN `eqje8_categories` AS parent
ON parent.id = c.parent_id
WHERE a.id = '194'
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.alias, a.catid, a.created_by, a.created_by_alias, a.hits' at line 1 SQL=EXPLAIN EXTENDED SELECT a.id, a.title, a.alias, a.catid, a.created_by, a.created_by_alias, a.hits, c.title AS category_title, c.alias AS category_alias, u.name AS author, parent.id AS parent_id, parent.alias AS parent_alias FROM `#__content` AS a LEFT JOIN `#__categories` AS c ON c.id = a.catid LEFT JOIN `#__users` AS u ON u.id = a.created_by LEFT JOIN `#__categories` AS parent ON parent.id = c.parent_id WHERE a.id = '194' |
Status | Duration |
---|
starting | 0.13 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.05 ms |
init | 0.01 ms |
System lock | 0.02 ms |
optimizing | 0.02 ms |
statistics | 0.13 ms |
preparing | 0.02 ms |
executing | 0.02 ms |
end | 0.01 ms |
query end | 0.01 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.02 ms |
freeing items | 0.06 ms |
cleaning up | 0.02 ms |
# | **Caller** | **File and line number** | 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1650 |
19 | JDatabaseDriver->loadObject() | JROOT/components/com_komento/helpers/database.php:151 |
18 | KomentoDatabaseJoomla15->__call() | JROOT/components/com_komento/helpers/database.php:40 |
17 | KomentoDatabaseHelper->__call() | JROOT/components/com_komento/komento_plugins/com_content.php:54 |
16 | KomentoComcontent->load() | JROOT/components/com_komento/helpers/helper.php:743 |
15 | Komento::commentify() | JROOT/plugins/content/komento/komento.php:166 |
14 | plgContentKomento->execute() | JROOT/plugins/content/komento/komento.php:80 |
13 | plgContentKomento->onContentAfterDisplay() | JROOT/libraries/joomla/event/event.php:69 |
12 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
11 | JEventDispatcher->trigger() | JROOT/components/com_content/views/category/view.html.php:117 |
10 | ContentViewCategory->display() | JROOT/libraries/legacy/controller/legacy.php:664 |
9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:38 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
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:261 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Query Time: 0.50 ms** **After last query: 0.09 ms** **Query memory: 0.009 MB Memory before query: 24.452 MB** **Rows returned: 1**
SELECT COUNT(1)
FROM `eqje8_komento_comments`
WHERE `component` = 'com_content'
AND `cid` = '194'
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(1) FROM `#__komento_comments` WHERE `component` = 'com_content' ' at line 1 SQL=EXPLAIN EXTENDED SELECT COUNT(1) FROM `#__komento_comments` WHERE `component` = 'com_content' AND `cid` = '194' AND `published` = '1' |
Status | Duration |
---|
starting | 0.09 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.01 ms |
optimizing | 0.02 ms |
statistics | 0.09 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.05 ms |
cleaning up | 0.02 ms |
# | **Caller** | **File and line number** | 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1728 |
19 | JDatabaseDriver->loadResult() | JROOT/components/com_komento/helpers/database.php:151 |
18 | KomentoDatabaseJoomla15->__call() | JROOT/components/com_komento/helpers/database.php:40 |
17 | KomentoDatabaseHelper->__call() | JROOT/components/com_komento/models/comments.php:73 |
16 | KomentoModelComments->getCount() | JROOT/components/com_komento/helpers/helper.php:869 |
15 | Komento::commentify() | JROOT/plugins/content/komento/komento.php:166 |
14 | plgContentKomento->execute() | JROOT/plugins/content/komento/komento.php:80 |
13 | plgContentKomento->onContentAfterDisplay() | JROOT/libraries/joomla/event/event.php:69 |
12 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
11 | JEventDispatcher->trigger() | JROOT/components/com_content/views/category/view.html.php:117 |
10 | ContentViewCategory->display() | JROOT/libraries/legacy/controller/legacy.php:664 |
9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:38 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
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:261 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Query Time: 0.52 ms** **After last query: 0.08 ms** **Query memory: 0.009 MB Memory before query: 24.462 MB** **Rows returned: 1**
SELECT AVG(`ratings`) as `value`, COUNT(1) AS `total`
FROM `eqje8_komento_comments`
WHERE `component` = 'com_content'
AND `cid` = '194'
AND `published` = '1'
AND `ratings` !=''
ORDER BY `created` ASC
LIMIT 0,10
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 AVG(`ratings`) as `value`, COUNT(1) AS `total` FROM `#__komento_commen' at line 1 SQL=EXPLAIN EXTENDED SELECT AVG(`ratings`) as `value`, COUNT(1) AS `total` FROM `#__komento_comments` WHERE `component` = 'com_content' AND `cid` = '194' AND `published` = '1' AND `ratings` !='' ORDER BY `created` ASC LIMIT 0,10 |
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.03 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.03 ms |
statistics | 0.07 ms |
preparing | 0.03 ms |
executing | 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.06 ms |
cleaning up | 0.02 ms |
# | **Caller** | **File and line number** | 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1650 |
19 | JDatabaseDriver->loadObject() | JROOT/components/com_komento/helpers/database.php:151 |
18 | KomentoDatabaseJoomla15->__call() | JROOT/components/com_komento/helpers/database.php:40 |
17 | KomentoDatabaseHelper->__call() | JROOT/components/com_komento/models/comments.php:108 |
16 | KomentoModelComments->getOverallRatings() | JROOT/components/com_komento/helpers/helper.php:872 |
15 | Komento::commentify() | JROOT/plugins/content/komento/komento.php:166 |
14 | plgContentKomento->execute() | JROOT/plugins/content/komento/komento.php:80 |
13 | plgContentKomento->onContentAfterDisplay() | JROOT/libraries/joomla/event/event.php:69 |
12 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
11 | JEventDispatcher->trigger() | JROOT/components/com_content/views/category/view.html.php:117 |
10 | ContentViewCategory->display() | JROOT/libraries/legacy/controller/legacy.php:664 |
9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:38 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
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:261 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Query Time: 0.56 ms** **After last query: 0.10 ms** **Query memory: 0.009 MB Memory before query: 24.473 MB** **Rows returned: 1**
SELECT *
FROM `eqje8_komento_comments`
WHERE `component` = 'com_content'
AND `cid` = '194'
AND `published` = '1'
AND `parent_id` = '0'
ORDER BY `created` DESC
LIMIT 0,3
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 `#__komento_comments` WHERE `component` = 'com_content' AND `ci' at line 1 SQL=EXPLAIN EXTENDED SELECT * FROM `#__komento_comments` WHERE `component` = 'com_content' AND `cid` = '194' AND `published` = '1' AND `parent_id` = '0' ORDER BY `created` DESC LIMIT 0,3 |
Status | Duration |
---|
starting | 0.09 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.04 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.07 ms |
preparing | 0.04 ms |
executing | 0.09 ms |
end | 0.01 ms |
query end | 0.01 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.02 ms |
freeing items | 0.06 ms |
cleaning up | 0.02 ms |
# | **Caller** | **File and line number** | 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
19 | JDatabaseDriver->loadObjectList() | JROOT/components/com_komento/helpers/database.php:151 |
18 | KomentoDatabaseJoomla15->__call() | JROOT/components/com_komento/helpers/database.php:40 |
17 | KomentoDatabaseHelper->__call() | JROOT/components/com_komento/models/comments.php:146 |
16 | KomentoModelComments->getComments() | JROOT/components/com_komento/helpers/helper.php:901 |
15 | Komento::commentify() | JROOT/plugins/content/komento/komento.php:166 |
14 | plgContentKomento->execute() | JROOT/plugins/content/komento/komento.php:80 |
13 | plgContentKomento->onContentAfterDisplay() | JROOT/libraries/joomla/event/event.php:69 |
12 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
11 | JEventDispatcher->trigger() | JROOT/components/com_content/views/category/view.html.php:117 |
10 | ContentViewCategory->display() | JROOT/libraries/legacy/controller/legacy.php:664 |
9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:38 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
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:261 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Query Time: 2.21 ms** **After last query: 0.44 ms** **Query memory: 0.011 MB Memory before query: 24.563 MB** **Rows returned: 30**
SHOW FULL COLUMNS
FROM `eqje8_komento_comments`
**EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `eqje8_komento_comments`**
Status | Duration |
---|
starting | 0.09 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.05 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.44 ms |
init | 0.02 ms |
System lock | 0.01 ms |
optimizing | 0.03 ms |
statistics | 0.08 ms |
preparing | 0.03 ms |
Creating tmp table | 0.05 ms |
executing | 0.08 ms |
checking permissions | 0.06 ms |
checking permissions | 0.03 ms |
checking permissions | 0.03 ms |
checking permissions | 0.03 ms |
checking permissions | 0.03 ms |
checking permissions | 0.03 ms |
checking permissions | 0.03 ms |
checking permissions | 0.03 ms |
checking permissions | 0.04 ms |
checking permissions | 0.03 ms |
checking permissions | 0.04 ms |
checking permissions | 0.03 ms |
checking permissions | 0.04 ms |
checking permissions | 0.04 ms |
checking permissions | 0.04 ms |
checking permissions | 0.03 ms |
checking permissions | 0.03 ms |
checking permissions | 0.04 ms |
checking permissions | 0.03 ms |
checking permissions | 0.03 ms |
checking permissions | 0.04 ms |
checking permissions | 0.03 ms |
checking permissions | 0.03 ms |
checking permissions | 0.03 ms |
checking permissions | 0.03 ms |
checking permissions | 0.04 ms |
checking permissions | 0.03 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.02 ms |
closing tables | 0.02 ms |
freeing items | 0.08 ms |
cleaning up | 0.02 ms |
# | **Caller** | **File and line number** | 26 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
25 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:440 |
24 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/joomla/table/table.php:241 |
23 | JTable->getFields() | JROOT/libraries/joomla/table/table.php:162 |
22 | JTable->__construct() | JROOT/administrator/components/com_komento/tables/parent.php:18 |
21 | KomentoParentTable->__construct() | JROOT/administrator/components/com_komento/tables/comments.php:227 |
20 | KomentoTableComments->__construct() | JROOT/libraries/joomla/table/table.php:308 |
19 | JTable::getInstance() | JROOT/administrator/components/com_komento/tables/parent.php:49 |
18 | KomentoParentTable::getInstance() | JROOT/components/com_komento/helpers/helper.php:99 |
17 | Komento::getTable() | JROOT/components/com_komento/models/comments.php:153 |
16 | KomentoModelComments->getComments() | JROOT/components/com_komento/helpers/helper.php:901 |
15 | Komento::commentify() | JROOT/plugins/content/komento/komento.php:166 |
14 | plgContentKomento->execute() | JROOT/plugins/content/komento/komento.php:80 |
13 | plgContentKomento->onContentAfterDisplay() | JROOT/libraries/joomla/event/event.php:69 |
12 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
11 | JEventDispatcher->trigger() | JROOT/components/com_content/views/category/view.html.php:117 |
10 | ContentViewCategory->display() | JROOT/libraries/legacy/controller/legacy.php:664 |
9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:38 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
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:261 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Query Time: 58.73 ms** **After last query: 116.51 ms** **Query memory: 0.006 MB Memory before query: 25.663 MB** **Rows returned: 0**
SELECT `id`
FROM `eqje8_menu`
WHERE `link` LIKE '%option=com_users&view=login%'
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 `id`
FROM `#__menu`
WHERE `link` LIKE '%option=com_users&view=login%' ' at line 1 SQL=EXPLAIN EXTENDED SELECT `id`
FROM `#__menu`
WHERE `link` LIKE '%option=com_users&view=login%' AND `published` = '1' |
Status | Duration |
---|
starting | 0.14 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.01 ms |
optimizing | 0.02 ms |
statistics | 0.03 ms |
preparing | 0.02 ms |
executing | 0.34 ms |
end | 0.01 ms |
query end | 0.01 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.02 ms |
freeing items | 0.06 ms |
cleaning up | 0.02 ms |
# | **Caller** | **File and line number** | 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1728 |
12 | JDatabaseDriver->loadResult() | JROOT/templates/civilearn/features/account.php:53 |
11 | Helix3FeatureAccount::getItemid() | JROOT/templates/civilearn/features/account.php:29 |
10 | Helix3FeatureAccount->renderFeature() | JROOT/plugins/system/helix3/core/helix3.php:167 |
9 | Helix3::importFeatures() | JROOT/plugins/system/helix3/core/helix3.php:205 |
8 | Helix3::generatelayout() | JROOT/templates/civilearn/index.php:157 |
7 | require JROOT/templates/civilearn/index.php | JROOT/libraries/joomla/document/html.php:578 |
6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:640 |
5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:455 |
4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1072 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:773 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:267 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Query Time: 0.77 ms** **After last query: 9.98 ms** **Query memory: 0.011 MB Memory before query: 26.032 MB** **Rows returned: 1**
SELECT `params`
FROM `eqje8_discuss_configs`
WHERE `name`='config'
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 `params` FROM `#__discuss_configs` WHERE `name`='config'' at line 1 SQL=EXPLAIN EXTENDED SELECT `params` FROM `#__discuss_configs` WHERE `name`='config' |
Status | Duration |
---|
starting | 0.16 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.23 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.03 ms |
preparing | 0.02 ms |
executing | 0.08 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.02 ms |
freeing items | 0.06 ms |
cleaning up | 0.02 ms |
# | **Caller** | **File and line number** | 25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1728 |
24 | JDatabaseDriver->loadResult() | JROOT/components/com_easydiscuss/helpers/db.php:139 |
23 | EasyDiscussDbJoomla30->__call() | JROOT/components/com_easydiscuss/helpers/db.php:44 |
22 | DiscussDBHelper->__call() | JROOT/components/com_easydiscuss/helpers/helper.php:701 |
21 | DiscussHelper::getConfig() | JROOT/components/com_easydiscuss/router.php:23 |
20 | EasyDiscussBuildRoute() | JROOT/libraries/cms/component/router/legacy.php:68 |
19 | JComponentRouterLegacy->build() | JROOT/libraries/cms/router/site.php:496 |
18 | JRouterSite->buildSefRoute() | JROOT/libraries/cms/router/site.php:465 |
17 | JRouterSite->_buildSefRoute() | JROOT/libraries/cms/router/router.php:281 |
16 | JRouter->build() | JROOT/libraries/cms/router/site.php:147 |
15 | JRouterSite->build() | JROOT/libraries/joomla/application/route.php:62 |
14 | JRoute::_() | JROOT/plugins/system/helix3/core/classes/menu.php:108 |
13 | Helix3Menu->initMenu() | JROOT/plugins/system/helix3/core/classes/menu.php:27 |
12 | Helix3Menu->__construct() | JROOT/plugins/system/helix3/core/helix3.php:758 |
11 | Helix3::loadMegaMenu() | JROOT/templates/civilearn/features/menu.php:34 |
10 | Helix3FeatureMenu->renderFeature() | JROOT/plugins/system/helix3/core/helix3.php:167 |
9 | Helix3::importFeatures() | JROOT/plugins/system/helix3/core/helix3.php:205 |
8 | Helix3::generatelayout() | JROOT/templates/civilearn/index.php:157 |
7 | require JROOT/templates/civilearn/index.php | JROOT/libraries/joomla/document/html.php:578 |
6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:640 |
5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:455 |
4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1072 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:773 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:267 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Query Time: 2.58 ms** **After last query: 3.83 ms** **Query memory: 0.008 MB Memory before query: 26.225 MB** **Rows returned: 41**
SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM eqje8_modules AS m
LEFT JOIN eqje8_modules_menu AS mm
ON mm.moduleid = m.id
LEFT JOIN eqje8_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 <= '2024-11-29 06:51:52')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2024-11-29 06:51:52')
AND m.access IN (1,1)
AND m.client_id = 0
AND (mm.menuid = 251 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 SQL=EXPLAIN EXTENDED SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM #__modules AS m
LEFT JOIN #__modules_menu AS mm ON mm.moduleid = m.id
LEFT JOIN #__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 <= '2024-11-29 06:51:52') AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2024-11-29 06:51:52') AND m.access IN (1,1) AND m.client_id = 0 AND (mm.menuid = 251 OR mm.menuid <= 0)
ORDER BY m.position, m.ordering |
Status | Duration |
---|
starting | 0.18 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.02 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.02 ms |
Opening tables | 0.35 ms |
init | 0.02 ms |
System lock | 0.02 ms |
optimizing | 0.06 ms |
statistics | 0.15 ms |
preparing | 0.08 ms |
executing | 1.47 ms |
end | 0.02 ms |
query end | 0.02 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.02 ms |
freeing items | 0.07 ms |
cleaning up | 0.02 ms |
# | **Caller** | **File and line number** | 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
16 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/cache/controller/callback.php:152 |
15 | JCacheControllerCallback->get() | JROOT/libraries/cms/module/helper.php:425 |
14 | JModuleHelper::getModuleList() | JROOT/libraries/cms/module/helper.php:361 |
13 | JModuleHelper::load() | JROOT/libraries/cms/module/helper.php:84 |
12 | JModuleHelper::getModules() | JROOT/libraries/joomla/document/html.php:501 |
11 | JDocumentHtml->countModules() | JROOT/plugins/system/helix3/core/helix3.php:502 |
10 | Helix3::countModules() | JROOT/plugins/system/helix3/core/helix3.php:458 |
9 | Helix3::rowColumns() | JROOT/plugins/system/helix3/core/helix3.php:222 |
8 | Helix3::generatelayout() | JROOT/templates/civilearn/index.php:157 |
7 | require JROOT/templates/civilearn/index.php | JROOT/libraries/joomla/document/html.php:578 |
6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:640 |
5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:455 |
4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1072 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:773 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:267 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Query Time: 0.94 ms** **After last query: 91.97 ms** **Query memory: 0.011 MB Memory before query: 26.955 MB** **Rows returned: 32**
SELECT *
FROM `eqje8_social_access_rules`
WHERE `
group` = 'user'
AND `state` = '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 `#__social_access_rules` WHERE `group` = 'user' AND `state` = '' at line 1 SQL=EXPLAIN EXTENDED SELECT * FROM `#__social_access_rules` WHERE `group` = 'user' AND `state` = '1' |
Status | Duration |
---|
starting | 0.15 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.23 ms |
init | 0.01 ms |
System lock | 0.02 ms |
optimizing | 0.02 ms |
statistics | 0.07 ms |
preparing | 0.02 ms |
executing | 0.17 ms |
end | 0.01 ms |
query end | 0.02 ms |
closing tables | 0.01 ms |
freeing items | 0.07 ms |
cleaning up | 0.02 ms |
# | **Caller** | **File and line number** | 25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
24 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_easysocial/includes/db/helpers/base.php:41 |
23 | SocialDBHelper->__call() | JROOT/administrator/components/com_easysocial/includes/db/db.php:241 |
22 | SocialDb->__call() | JROOT/administrator/components/com_easysocial/models/accessrules.php:150 |
21 | EasySocialModelAccessRules->getAllRules() | JROOT/administrator/components/com_easysocial/includes/access/access.php:143 |
20 | SocialAccess->getDefaultValues() | JROOT/administrator/components/com_easysocial/includes/access/access.php:100 |
19 | SocialAccess->loadAccess() | JROOT/administrator/components/com_easysocial/includes/access/access.php:48 |
18 | SocialAccess->__construct() | JROOT/administrator/components/com_easysocial/includes/foundry.php:2000 |
17 | ES::access() | JROOT/administrator/components/com_easysocial/includes/dependencies.php:62 |
16 | EasySocial->__construct() | JROOT/administrator/components/com_easysocial/includes/document/document.php:54 |
15 | SocialDocument->__construct() | JROOT/administrator/components/com_easysocial/includes/document/document.php:66 |
14 | SocialDocument::getInstance() | JROOT/administrator/components/com_easysocial/includes/foundry.php:118 |
13 | ES::getInstance() | JROOT/administrator/components/com_easysocial/includes/foundry.php:1333 |
12 | ES::document() | JROOT/administrator/components/com_easysocial/includes/modules/modules.php:41 |
11 | SocialModules->loadComponentScripts() | JROOT/modules/mod_easysocial_login/mod_easysocial_login.php:50 |
10 | include JROOT/modules/mod_easysocial_login/mod_easysocial_login.php | JROOT/libraries/cms/module/helper.php:199 |
9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:411 |
6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:702 |
5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:477 |
4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1086 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:773 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:267 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Query Time: 0.58 ms** **After last query: 7.51 ms** **Query memory: 0.011 MB Memory before query: 27.005 MB** **Rows returned: 0**
SELECT `params`
FROM `eqje8_social_access`
WHERE `uid` = NULL
AND `type` = 'profiles'
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 `params` FROM `#__social_access` WHERE `uid` = NULL AND `type` = 'prof' at line 1 SQL=EXPLAIN EXTENDED SELECT `params` FROM `#__social_access` WHERE `uid` = NULL AND `type` = 'profiles' |
Status | Duration |
---|
starting | 0.11 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.20 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.03 ms |
preparing | 0.01 ms |
executing | 0.01 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.05 ms |
cleaning up | 0.01 ms |
# | **Caller** | **File and line number** | 24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1728 |
23 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_easysocial/includes/db/helpers/base.php:41 |
22 | SocialDBHelper->__call() | JROOT/administrator/components/com_easysocial/includes/db/db.php:241 |
21 | SocialDb->__call() | JROOT/administrator/components/com_easysocial/models/access.php:71 |
20 | EasySocialModelAccess->getParams() | JROOT/administrator/components/com_easysocial/includes/access/access.php:106 |
19 | SocialAccess->loadAccess() | JROOT/administrator/components/com_easysocial/includes/access/access.php:48 |
18 | SocialAccess->__construct() | JROOT/administrator/components/com_easysocial/includes/foundry.php:2000 |
17 | ES::access() | JROOT/administrator/components/com_easysocial/includes/dependencies.php:62 |
16 | EasySocial->__construct() | JROOT/administrator/components/com_easysocial/includes/document/document.php:54 |
15 | SocialDocument->__construct() | JROOT/administrator/components/com_easysocial/includes/document/document.php:66 |
14 | SocialDocument::getInstance() | JROOT/administrator/components/com_easysocial/includes/foundry.php:118 |
13 | ES::getInstance() | JROOT/administrator/components/com_easysocial/includes/foundry.php:1333 |
12 | ES::document() | JROOT/administrator/components/com_easysocial/includes/modules/modules.php:41 |
11 | SocialModules->loadComponentScripts() | JROOT/modules/mod_easysocial_login/mod_easysocial_login.php:50 |
10 | include JROOT/modules/mod_easysocial_login/mod_easysocial_login.php | JROOT/libraries/cms/module/helper.php:199 |
9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:411 |
6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:702 |
5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:477 |
4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1086 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:773 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:267 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Query Time: 0.62 ms** **After last query: 81.24 ms** **Query memory: 0.011 MB Memory before query: 27.578 MB** **Rows returned: 0**
SELECT *
FROM `eqje8_social_themes`
WHERE `element` = 'wireframe'
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 `#__social_themes` WHERE `element` = 'wireframe'' at line 1 SQL=EXPLAIN EXTENDED SELECT * FROM `#__social_themes` WHERE `element` = 'wireframe' |
Status | Duration |
---|
starting | 0.14 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.20 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
executing | 0.01 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.06 ms |
cleaning up | 0.02 ms |
# | **Caller** | **File and line number** | 26 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1650 |
25 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_easysocial/includes/db/helpers/base.php:41 |
24 | SocialDBHelper->__call() | JROOT/administrator/components/com_easysocial/includes/db/db.php:241 |
23 | SocialDb->__call() | JROOT/administrator/components/com_easysocial/models/themes.php:254 |
22 | EasySocialModelThemes->getParams() | JROOT/administrator/components/com_easysocial/includes/template/template.php:125 |
21 | SocialTemplate->getConfig() | JROOT/administrator/components/com_easysocial/includes/template/template.php:81 |
20 | SocialTemplate->__construct() | JROOT/administrator/components/com_easysocial/includes/themes/themes.php:33 |
19 | SocialThemes->__construct() | JROOT/administrator/components/com_easysocial/includes/foundry.php:206 |
18 | ES::factory() | JROOT/administrator/components/com_easysocial/includes/foundry.php:183 |
17 | ES::get() | JROOT/administrator/components/com_easysocial/includes/compiler/compiler.php:246 |
16 | SocialCompiler->getResourcesSettings() | JROOT/administrator/components/com_easysocial/includes/compiler/compiler.php:137 |
15 | SocialCompiler->getResources() | JROOT/administrator/components/com_easysocial/includes/configuration/configuration.php:264 |
14 | SocialConfiguration->attach() | JROOT/administrator/components/com_easysocial/includes/document/helpers/html.php:64 |
13 | SocialDocumentHTML->initScripts() | JROOT/administrator/components/com_easysocial/includes/document/document.php:74 |
12 | SocialDocument->__call() | JROOT/administrator/components/com_easysocial/includes/modules/modules.php:41 |
11 | SocialModules->loadComponentScripts() | JROOT/modules/mod_easysocial_login/mod_easysocial_login.php:50 |
10 | include JROOT/modules/mod_easysocial_login/mod_easysocial_login.php | JROOT/libraries/cms/module/helper.php:199 |
9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:411 |
6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:702 |
5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:477 |
4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1086 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:773 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:267 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Query Time: 0.52 ms** **After last query: 0.14 ms** **Query memory: 0.010 MB Memory before query: 27.589 MB** **Rows returned: 1**
SELECT template
FROM `eqje8_template_styles` AS s
LEFT JOIN `eqje8_extensions` AS e
ON e.type = `template`
AND e.element=s.template
AND e.client_id=s.client_id
WHERE s.client_id = '0'
AND home = 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 template FROM `#__template_styles` AS s LEFT JOIN `#__extensions` A' at line 1 SQL=EXPLAIN EXTENDED SELECT template FROM `#__template_styles` AS s LEFT JOIN `#__extensions` AS e ON e.type = `template` AND e.element=s.template AND e.client_id=s.client_id WHERE s.client_id = '0' AND home = 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.01 ms |
Opening tables | 0.04 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.04 ms |
preparing | 0.03 ms |
executing | 0.06 ms |
end | 0.01 ms |
query end | 0.01 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.02 ms |
freeing items | 0.06 ms |
cleaning up | 0.02 ms |
# | **Caller** | **File and line number** | 22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1728 |
21 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_easysocial/includes/db/helpers/base.php:41 |
20 | SocialDBHelper->__call() | JROOT/administrator/components/com_easysocial/includes/db/db.php:241 |
19 | SocialDb->__call() | JROOT/administrator/components/com_easysocial/includes/assets/assets.php:263 |
18 | SocialAssets::getJoomlaTemplate() | JROOT/administrator/components/com_easysocial/includes/assets/assets.php:97 |
17 | SocialAssets->locations() | JROOT/administrator/components/com_easysocial/includes/compiler/compiler.php:247 |
16 | SocialCompiler->getResourcesSettings() | JROOT/administrator/components/com_easysocial/includes/compiler/compiler.php:137 |
15 | SocialCompiler->getResources() | JROOT/administrator/components/com_easysocial/includes/configuration/configuration.php:264 |
14 | SocialConfiguration->attach() | JROOT/administrator/components/com_easysocial/includes/document/helpers/html.php:64 |
13 | SocialDocumentHTML->initScripts() | JROOT/administrator/components/com_easysocial/includes/document/document.php:74 |
12 | SocialDocument->__call() | JROOT/administrator/components/com_easysocial/includes/modules/modules.php:41 |
11 | SocialModules->loadComponentScripts() | JROOT/modules/mod_easysocial_login/mod_easysocial_login.php:50 |
10 | include JROOT/modules/mod_easysocial_login/mod_easysocial_login.php | JROOT/libraries/cms/module/helper.php:199 |
9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:411 |
6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:702 |
5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:477 |
4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1086 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:773 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:267 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Query Time: 0.47 ms** **After last query: 0.12 ms** **Query memory: 0.010 MB Memory before query: 27.600 MB** **Rows returned: 1**
SELECT template
FROM `eqje8_template_styles` AS s
LEFT JOIN `eqje8_extensions` AS e
ON e.type = `template`
AND e.element=s.template
AND e.client_id=s.client_id
WHERE s.client_id = '1'
AND home = 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 template FROM `#__template_styles` AS s LEFT JOIN `#__extensions` A' at line 1 SQL=EXPLAIN EXTENDED SELECT template FROM `#__template_styles` AS s LEFT JOIN `#__extensions` AS e ON e.type = `template` AND e.element=s.template AND e.client_id=s.client_id WHERE s.client_id = '1' AND home = 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.01 ms |
Opening tables | 0.04 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.03 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.06 ms |
cleaning up | 0.01 ms |
# | **Caller** | **File and line number** | 22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1728 |
21 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_easysocial/includes/db/helpers/base.php:41 |
20 | SocialDBHelper->__call() | JROOT/administrator/components/com_easysocial/includes/db/db.php:241 |
19 | SocialDb->__call() | JROOT/administrator/components/com_easysocial/includes/assets/assets.php:263 |
18 | SocialAssets::getJoomlaTemplate() | JROOT/administrator/components/com_easysocial/includes/assets/assets.php:100 |
17 | SocialAssets->locations() | JROOT/administrator/components/com_easysocial/includes/compiler/compiler.php:247 |
16 | SocialCompiler->getResourcesSettings() | JROOT/administrator/components/com_easysocial/includes/compiler/compiler.php:137 |
15 | SocialCompiler->getResources() | JROOT/administrator/components/com_easysocial/includes/configuration/configuration.php:264 |
14 | SocialConfiguration->attach() | JROOT/administrator/components/com_easysocial/includes/document/helpers/html.php:64 |
13 | SocialDocumentHTML->initScripts() | JROOT/administrator/components/com_easysocial/includes/document/document.php:74 |
12 | SocialDocument->__call() | JROOT/administrator/components/com_easysocial/includes/modules/modules.php:41 |
11 | SocialModules->loadComponentScripts() | JROOT/modules/mod_easysocial_login/mod_easysocial_login.php:50 |
10 | include JROOT/modules/mod_easysocial_login/mod_easysocial_login.php | JROOT/libraries/cms/module/helper.php:199 |
9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:411 |
6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:702 |
5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:477 |
4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1086 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:773 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:267 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Query Time: 1.05 ms** **After last query: 116.44 ms** **Query memory: 0.010 MB Memory before query: 30.079 MB** **Rows returned: 1**
SELECT *
FROM `eqje8_menu`
WHERE `published` = '1'
AND `link` LIKE 'index.php?option=com_easysocial%'
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 `#__menu` WHERE `published` = '1' AND `link` LIKE 'index.php?op' at line 1 SQL=EXPLAIN EXTENDED SELECT * FROM `#__menu` WHERE `published` = '1' AND `link` LIKE 'index.php?option=com_easysocial%' |
Status | Duration |
---|
starting | 0.17 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.02 ms |
Opening tables | 0.06 ms |
init | 0.01 ms |
System lock | 0.02 ms |
optimizing | 0.02 ms |
statistics | 0.03 ms |
preparing | 0.03 ms |
executing | 0.45 ms |
end | 0.01 ms |
query end | 0.01 ms |
waiting for handler commit | 0.02 ms |
closing tables | 0.02 ms |
freeing items | 0.06 ms |
cleaning up | 0.02 ms |
# | **Caller** | **File and line number** | 21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
20 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_easysocial/includes/db/helpers/base.php:41 |
19 | SocialDBHelper->__call() | JROOT/administrator/components/com_easysocial/includes/db/db.php:241 |
18 | SocialDb->__call() | JROOT/administrator/components/com_easysocial/includes/router.php:353 |
17 | FRoute::getMenus() | JROOT/administrator/components/com_easysocial/includes/router.php:478 |
16 | FRoute::getItemId() | JROOT/administrator/components/com_easysocial/includes/router/router.php:254 |
15 | SocialRouterAdapter->route() | JROOT/administrator/components/com_easysocial/includes/router/router.php:150 |
14 | SocialRouter->route() | JROOT/administrator/components/com_easysocial/includes/router.php:749 |
13 | FRoute::callStatic() | JROOT/administrator/components/com_easysocial/includes/router.php:587 |
12 | FRoute::registration() | JROOT/modules/mod_easysocial_login/tmpl/default_vertical.php:44 |
11 | require JROOT/modules/mod_easysocial_login/tmpl/default_vertical.php | JROOT/modules/mod_easysocial_login/mod_easysocial_login.php:65 |
10 | include JROOT/modules/mod_easysocial_login/mod_easysocial_login.php | JROOT/libraries/cms/module/helper.php:199 |
9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:411 |
6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:702 |
5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:477 |
4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1086 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:773 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:267 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Query Time: 1.54 ms** **After last query: 3.52 ms** **Query memory: 0.007 MB Memory before query: 30.128 MB** **Rows returned: 5**
SELECT *
FROM `eqje8_komento_comments`
WHERE `published` = '1'
ORDER BY `created` DESC
LIMIT 0,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 * FROM `#__komento_comments` WHERE `published` = '1' ORDER BY `created' at line 1 SQL=EXPLAIN EXTENDED SELECT * FROM `#__komento_comments` WHERE `published` = '1' ORDER BY `created` DESC LIMIT 0,5 |
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.05 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.03 ms |
preparing | 0.03 ms |
executing | 1.03 ms |
end | 0.02 ms |
query end | 0.02 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.02 ms |
freeing items | 0.06 ms |
cleaning up | 0.02 ms |
# | **Caller** | **File and line number** | 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
14 | JDatabaseDriver->loadObjectList() | JROOT/components/com_komento/helpers/database.php:151 |
13 | KomentoDatabaseJoomla15->__call() | JROOT/components/com_komento/helpers/database.php:40 |
12 | KomentoDatabaseHelper->__call() | JROOT/components/com_komento/models/comments.php:146 |
11 | KomentoModelComments->getComments() | JROOT/modules/mod_komento_comments/mod_komento_comments.php:96 |
10 | include JROOT/modules/mod_komento_comments/mod_komento_comments.php | JROOT/libraries/cms/module/helper.php:199 |
9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:411 |
6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:702 |
5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:477 |
4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1086 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:773 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:267 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Query Time: 0.54 ms** **After last query: 1.04 ms** **Query memory: 0.009 MB Memory before query: 30.183 MB** **Rows returned: 1**
SELECT *
FROM eqje8_komento_comments
WHERE `id` = '197'
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 #__komento_comments
WHERE `id` = '197'' at line 1 SQL=EXPLAIN EXTENDED SELECT *
FROM #__komento_comments
WHERE `id` = '197' |
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.03 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.05 ms |
preparing | 0.02 ms |
executing | 0.03 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.07 ms |
cleaning up | 0.03 ms |
# | **Caller** | **File and line number** | 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1453 |
16 | JDatabaseDriver->loadAssoc() | JROOT/libraries/joomla/table/table.php:719 |
15 | JTable->load() | JROOT/administrator/components/com_komento/tables/comments.php:240 |
14 | KomentoTableComments->load() | JROOT/components/com_komento/models/comments.php:932 |
13 | KomentoModelComments->getTotalChilds() | JROOT/components/com_komento/helpers/comment.php:45 |
12 | KomentoCommentHelper::process() | JROOT/modules/mod_komento_comments/tmpl/default.php:21 |
11 | require JROOT/modules/mod_komento_comments/tmpl/default.php | JROOT/modules/mod_komento_comments/mod_komento_comments.php:101 |
10 | include JROOT/modules/mod_komento_comments/mod_komento_comments.php | JROOT/libraries/cms/module/helper.php:199 |
9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:411 |
6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:702 |
5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:477 |
4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1086 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:773 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:267 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Query Time: 0.56 ms** **After last query: 0.10 ms** **Query memory: 0.009 MB Memory before query: 30.191 MB** **Rows returned: 1**
SELECT COUNT(1)
FROM `eqje8_komento_comments`
WHERE `component` = 'com_content'
AND `cid` = '115'
AND `lft` BETWEEN '25'
AND '26'
AND `lft` != '25'
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(1) FROM `#__komento_comments` WHERE `component` = 'com_content' ' at line 1 SQL=EXPLAIN EXTENDED SELECT COUNT(1) FROM `#__komento_comments` WHERE `component` = 'com_content' AND `cid` = '115' AND `lft` BETWEEN '25' AND '26' AND `lft` != '25' |
Status | Duration |
---|
starting | 0.08 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.01 ms |
optimizing | 0.02 ms |
statistics | 0.14 ms |
preparing | 0.03 ms |
executing | 0.06 ms |
end | 0.01 ms |
query end | 0.01 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.02 ms |
freeing items | 0.06 ms |
cleaning up | 0.02 ms |
# | **Caller** | **File and line number** | 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1728 |
16 | JDatabaseDriver->loadResult() | JROOT/components/com_komento/helpers/database.php:151 |
15 | KomentoDatabaseJoomla15->__call() | JROOT/components/com_komento/helpers/database.php:40 |
14 | KomentoDatabaseHelper->__call() | JROOT/components/com_komento/models/comments.php:946 |
13 | KomentoModelComments->getTotalChilds() | JROOT/components/com_komento/helpers/comment.php:45 |
12 | KomentoCommentHelper::process() | JROOT/modules/mod_komento_comments/tmpl/default.php:21 |
11 | require JROOT/modules/mod_komento_comments/tmpl/default.php | JROOT/modules/mod_komento_comments/mod_komento_comments.php:101 |
10 | include JROOT/modules/mod_komento_comments/mod_komento_comments.php | JROOT/libraries/cms/module/helper.php:199 |
9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:411 |
6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:702 |
5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:477 |
4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1086 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:773 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:267 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Query Time: 0.57 ms** **After last query: 0.07 ms** **Query memory: 0.009 MB Memory before query: 30.194 MB** **Rows returned: 1**
SELECT a.id, a.title, a.alias, a.catid, a.created_by, a.created_by_alias, a.hits, c.title AS category_title, c.alias AS category_alias, u.name AS author, parent.id AS parent_id, parent.alias AS parent_alias
FROM `eqje8_content` AS a
LEFT JOIN `eqje8_categories` AS c
ON c.id = a.catid
LEFT JOIN `eqje8_users` AS u
ON u.id = a.created_by
LEFT JOIN `eqje8_categories` AS parent
ON parent.id = c.parent_id
WHERE a.id = '115'
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.alias, a.catid, a.created_by, a.created_by_alias, a.hits' at line 1 SQL=EXPLAIN EXTENDED SELECT a.id, a.title, a.alias, a.catid, a.created_by, a.created_by_alias, a.hits, c.title AS category_title, c.alias AS category_alias, u.name AS author, parent.id AS parent_id, parent.alias AS parent_alias FROM `#__content` AS a LEFT JOIN `#__categories` AS c ON c.id = a.catid LEFT JOIN `#__users` AS u ON u.id = a.created_by LEFT JOIN `#__categories` AS parent ON parent.id = c.parent_id WHERE a.id = '115' |
Status | Duration |
---|
starting | 0.11 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 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.12 ms |
preparing | 0.02 ms |
executing | 0.02 ms |
end | 0.01 ms |
query end | 0.01 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.02 ms |
freeing items | 0.06 ms |
cleaning up | 0.01 ms |
# | **Caller** | **File and line number** | 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1650 |
16 | JDatabaseDriver->loadObject() | JROOT/components/com_komento/helpers/database.php:151 |
15 | KomentoDatabaseJoomla15->__call() | JROOT/components/com_komento/helpers/database.php:40 |
14 | KomentoDatabaseHelper->__call() | JROOT/components/com_komento/komento_plugins/com_content.php:54 |
13 | KomentoComcontent->load() | JROOT/components/com_komento/helpers/comment.php:55 |
12 | KomentoCommentHelper::process() | JROOT/modules/mod_komento_comments/tmpl/default.php:21 |
11 | require JROOT/modules/mod_komento_comments/tmpl/default.php | JROOT/modules/mod_komento_comments/mod_komento_comments.php:101 |
10 | include JROOT/modules/mod_komento_comments/mod_komento_comments.php | JROOT/libraries/cms/module/helper.php:199 |
9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:411 |
6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:702 |
5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:477 |
4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1086 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:773 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:267 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Query Time: 1.63 ms** **After last query: 0.12 ms** **Query memory: 0.009 MB Memory before query: 30.213 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 eqje8_categories as c
LEFT JOIN (SELECT cat.id as id
FROM eqje8_categories AS cat JOIN eqje8_categories AS parent
ON cat.lft BETWEEN parent.lft
AND parent.rgt
WHERE parent.extension = 'com_content'
AND parent.published != 1
GROUP BY cat.id) AS badcats
ON badcats.id = c.id
LEFT JOIN eqje8_categories AS s
ON (s.lft <= c.lft
AND s.rgt >= c.rgt) OR (s.lft > c.lft
AND s.rgt < c.rgt)
WHERE (c.extension='com_content' OR c.extension='system')
AND c.access IN (1,1)
AND c.published = 1
AND badcats.id is null
AND s.id=87
GROUP BY c.id, c.asset_id, c.access, c.alias, c.checked_out, c.checked_out_time,
c.created_time, c.created_user_id, c.description, c.extension, c.hits, c.language, c.level,
c.lft, c.metadata, c.metadesc, c.metakey, c.modified_time, c.note, c.params, c.parent_id,
c.path, c.published, c.rgt, c.title, c.modified_user_id, c.version
ORDER BY c.lft
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 SQL=EXPLAIN EXTENDED 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 #__categories as c
LEFT JOIN (SELECT cat.id as id FROM #__categories AS cat JOIN #__categories AS parent ON cat.lft BETWEEN parent.lft AND parent.rgt WHERE parent.extension = 'com_content' AND parent.published != 1 GROUP BY cat.id) AS badcats ON badcats.id = c.id
LEFT JOIN #__categories AS s ON (s.lft <= c.lft AND s.rgt >= c.rgt) OR (s.lft > c.lft AND s.rgt < c.rgt)
WHERE (c.extension='com_content' OR c.extension='system') AND c.access IN (1,1) AND c.published = 1 AND badcats.id is null AND s.id=87
GROUP BY c.id, c.asset_id, c.access, c.alias, c.checked_out, c.checked_out_time,
c.created_time, c.created_user_id, c.description, c.extension, c.hits, c.language, c.level,
c.lft, c.metadata, c.metadesc, c.metakey, c.modified_time, c.note, c.params, c.parent_id,
c.path, c.published, c.rgt, c.title, c.modified_user_id, c.version
ORDER BY c.lft |
Status | Duration |
---|
starting | 0.19 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.11 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.07 ms |
preparing | 0.02 ms |
Creating tmp table | 0.05 ms |
statistics | 0.12 ms |
preparing | 0.05 ms |
Creating tmp table | 0.35 ms |
executing | 0.34 ms |
end | 0.02 ms |
query end | 0.01 ms |
waiting for handler commit | 0.03 ms |
closing tables | 0.02 ms |
freeing items | 0.07 ms |
cleaning up | 0.02 ms |
# | **Caller** | **File and line number** | 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
17 | JDatabaseDriver->loadObjectList() | JROOT/libraries/legacy/categories/categories.php:309 |
16 | JCategories->_load() | JROOT/libraries/legacy/categories/categories.php:184 |
15 | JCategories->get() | JROOT/components/com_content/helpers/route.php:44 |
14 | ContentHelperRoute::getArticleRoute() | JROOT/components/com_komento/komento_plugins/com_content.php:214 |
13 | KomentoComcontent->getContentPermalink() | JROOT/components/com_komento/helpers/comment.php:69 |
12 | KomentoCommentHelper::process() | JROOT/modules/mod_komento_comments/tmpl/default.php:21 |
11 | require JROOT/modules/mod_komento_comments/tmpl/default.php | JROOT/modules/mod_komento_comments/mod_komento_comments.php:101 |
10 | include JROOT/modules/mod_komento_comments/mod_komento_comments.php | JROOT/libraries/cms/module/helper.php:199 |
9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:411 |
6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:702 |
5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:477 |
4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1086 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:773 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:267 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Query Time: 0.60 ms** **After last query: 2.58 ms** **Query memory: 0.009 MB Memory before query: 30.287 MB** **Rows returned: 1**
SELECT COUNT(1)
FROM `eqje8_komento_actions`
WHERE `type` = 'likes'
AND `comment_id` = '197'
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(1) FROM `#__komento_actions` WHERE `type` = 'likes' AND `comment' at line 1 SQL=EXPLAIN EXTENDED SELECT COUNT(1) FROM `#__komento_actions` WHERE `type` = 'likes' AND `comment_id` = '197' |
Status | Duration |
---|
starting | 0.09 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.16 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.06 ms |
preparing | 0.03 ms |
executing | 0.03 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.06 ms |
cleaning up | 0.02 ms |
# | **Caller** | **File and line number** | 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1728 |
16 | JDatabaseDriver->loadResult() | JROOT/components/com_komento/helpers/database.php:151 |
15 | KomentoDatabaseJoomla15->__call() | JROOT/components/com_komento/helpers/database.php:40 |
14 | KomentoDatabaseHelper->__call() | JROOT/components/com_komento/models/actions.php:228 |
13 | KomentoModelActions->countAction() | JROOT/components/com_komento/helpers/comment.php:157 |
12 | KomentoCommentHelper::process() | JROOT/modules/mod_komento_comments/tmpl/default.php:21 |
11 | require JROOT/modules/mod_komento_comments/tmpl/default.php | JROOT/modules/mod_komento_comments/mod_komento_comments.php:101 |
10 | include JROOT/modules/mod_komento_comments/mod_komento_comments.php | JROOT/libraries/cms/module/helper.php:199 |
9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:411 |
6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:702 |
5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:477 |
4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1086 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:773 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:267 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Query Time: 0.52 ms** **After last query: 3.34 ms** **Query memory: 0.010 MB Memory before query: 30.482 MB** **Rows returned: 0**
SELECT *
FROM `eqje8_social_default_avatars`
WHERE `uid`=''
AND `type`='profiles'
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 `#__social_default_avatars` WHERE `uid`='' AND `type`='profiles' at line 1 SQL=EXPLAIN EXTENDED SELECT * FROM `#__social_default_avatars` WHERE `uid`='' AND `type`='profiles' |
Status | Duration |
---|
starting | 0.09 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.15 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.02 ms |
executing | 0.02 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.06 ms |
cleaning up | 0.02 ms |
# | **Caller** | **File and line number** | 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
19 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_easysocial/includes/db/helpers/base.php:41 |
18 | SocialDBHelper->__call() | JROOT/administrator/components/com_easysocial/includes/db/db.php:241 |
17 | SocialDb->__call() | JROOT/administrator/components/com_easysocial/models/avatars.php:211 |
16 | EasySocialModelAvatars->getDefaultAvatars() | JROOT/administrator/components/com_easysocial/includes/user/user.php:1142 |
15 | SocialUser->getDefaultAvatar() | JROOT/administrator/components/com_easysocial/includes/user/user.php:1045 |
14 | SocialUser->getAvatar() | JROOT/components/com_komento/classes/profileVendors.php:83 |
13 | KomentoProfileEasysocial->getAvatar() | JROOT/components/com_komento/classes/profile.php:138 |
12 | KomentoProfile->getAvatar() | JROOT/modules/mod_komento_comments/tmpl/default.php:56 |
11 | require JROOT/modules/mod_komento_comments/tmpl/default.php | JROOT/modules/mod_komento_comments/mod_komento_comments.php:101 |
10 | include JROOT/modules/mod_komento_comments/mod_komento_comments.php | JROOT/libraries/cms/module/helper.php:199 |
9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:411 |
6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:702 |
5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:477 |
4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1086 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:773 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:267 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Query Time: 0.42 ms** **After last query: 0.27 ms** **Query memory: 0.009 MB Memory before query: 30.501 MB** **Rows returned: 1**
SELECT *
FROM eqje8_komento_comments
WHERE `id` = '196'
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 #__komento_comments
WHERE `id` = '196'' at line 1 SQL=EXPLAIN EXTENDED SELECT *
FROM #__komento_comments
WHERE `id` = '196' |
Status | Duration |
---|
starting | 0.07 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.01 ms |
optimizing | 0.02 ms |
statistics | 0.04 ms |
preparing | 0.02 ms |
executing | 0.03 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.05 ms |
cleaning up | 0.01 ms |
# | **Caller** | **File and line number** | 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1453 |
16 | JDatabaseDriver->loadAssoc() | JROOT/libraries/joomla/table/table.php:719 |
15 | JTable->load() | JROOT/administrator/components/com_komento/tables/comments.php:240 |
14 | KomentoTableComments->load() | JROOT/components/com_komento/models/comments.php:932 |
13 | KomentoModelComments->getTotalChilds() | JROOT/components/com_komento/helpers/comment.php:45 |
12 | KomentoCommentHelper::process() | JROOT/modules/mod_komento_comments/tmpl/default.php:21 |
11 | require JROOT/modules/mod_komento_comments/tmpl/default.php | JROOT/modules/mod_komento_comments/mod_komento_comments.php:101 |
10 | include JROOT/modules/mod_komento_comments/mod_komento_comments.php | JROOT/libraries/cms/module/helper.php:199 |
9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:411 |
6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:702 |
5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:477 |
4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1086 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:773 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:267 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Query Time: 0.48 ms** **After last query: 0.08 ms** **Query memory: 0.009 MB Memory before query: 30.508 MB** **Rows returned: 1**
SELECT COUNT(1)
FROM `eqje8_komento_comments`
WHERE `component` = 'com_content'
AND `cid` = '230'
AND `lft` BETWEEN '1'
AND '2'
AND `lft` != '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(1) FROM `#__komento_comments` WHERE `component` = 'com_content' ' at line 1 SQL=EXPLAIN EXTENDED SELECT COUNT(1) FROM `#__komento_comments` WHERE `component` = 'com_content' AND `cid` = '230' AND `lft` BETWEEN '1' AND '2' AND `lft` != '1' |
Status | Duration |
---|
starting | 0.07 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.01 ms |
optimizing | 0.02 ms |
statistics | 0.10 ms |
preparing | 0.03 ms |
executing | 0.03 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.06 ms |
cleaning up | 0.01 ms |
# | **Caller** | **File and line number** | 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1728 |
16 | JDatabaseDriver->loadResult() | JROOT/components/com_komento/helpers/database.php:151 |
15 | KomentoDatabaseJoomla15->__call() | JROOT/components/com_komento/helpers/database.php:40 |
14 | KomentoDatabaseHelper->__call() | JROOT/components/com_komento/models/comments.php:946 |
13 | KomentoModelComments->getTotalChilds() | JROOT/components/com_komento/helpers/comment.php:45 |
12 | KomentoCommentHelper::process() | JROOT/modules/mod_komento_comments/tmpl/default.php:21 |
11 | require JROOT/modules/mod_komento_comments/tmpl/default.php | JROOT/modules/mod_komento_comments/mod_komento_comments.php:101 |
10 | include JROOT/modules/mod_komento_comments/mod_komento_comments.php | JROOT/libraries/cms/module/helper.php:199 |
9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:411 |
6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:702 |
5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:477 |
4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1086 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:773 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:267 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Query Time: 0.54 ms** **After last query: 0.05 ms** **Query memory: 0.009 MB Memory before query: 30.512 MB** **Rows returned: 1**
SELECT a.id, a.title, a.alias, a.catid, a.created_by, a.created_by_alias, a.hits, c.title AS category_title, c.alias AS category_alias, u.name AS author, parent.id AS parent_id, parent.alias AS parent_alias
FROM `eqje8_content` AS a
LEFT JOIN `eqje8_categories` AS c
ON c.id = a.catid
LEFT JOIN `eqje8_users` AS u
ON u.id = a.created_by
LEFT JOIN `eqje8_categories` AS parent
ON parent.id = c.parent_id
WHERE a.id = '230'
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.alias, a.catid, a.created_by, a.created_by_alias, a.hits' at line 1 SQL=EXPLAIN EXTENDED SELECT a.id, a.title, a.alias, a.catid, a.created_by, a.created_by_alias, a.hits, c.title AS category_title, c.alias AS category_alias, u.name AS author, parent.id AS parent_id, parent.alias AS parent_alias FROM `#__content` AS a LEFT JOIN `#__categories` AS c ON c.id = a.catid LEFT JOIN `#__users` AS u ON u.id = a.created_by LEFT JOIN `#__categories` AS parent ON parent.id = c.parent_id WHERE a.id = '230' |
Status | Duration |
---|
starting | 0.10 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 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.10 ms |
preparing | 0.02 ms |
executing | 0.02 ms |
end | 0.01 ms |
query end | 0.01 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.02 ms |
freeing items | 0.06 ms |
cleaning up | 0.01 ms |
# | **Caller** | **File and line number** | 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1650 |
16 | JDatabaseDriver->loadObject() | JROOT/components/com_komento/helpers/database.php:151 |
15 | KomentoDatabaseJoomla15->__call() | JROOT/components/com_komento/helpers/database.php:40 |
14 | KomentoDatabaseHelper->__call() | JROOT/components/com_komento/komento_plugins/com_content.php:54 |
13 | KomentoComcontent->load() | JROOT/components/com_komento/helpers/comment.php:55 |
12 | KomentoCommentHelper::process() | JROOT/modules/mod_komento_comments/tmpl/default.php:21 |
11 | require JROOT/modules/mod_komento_comments/tmpl/default.php | JROOT/modules/mod_komento_comments/mod_komento_comments.php:101 |
10 | include JROOT/modules/mod_komento_comments/mod_komento_comments.php | JROOT/libraries/cms/module/helper.php:199 |
9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:411 |
6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:702 |
5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:477 |
4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1086 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:773 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:267 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Query Time: 1.41 ms** **After last query: 0.12 ms** **Query memory: 0.009 MB Memory before query: 30.530 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 eqje8_categories as c
LEFT JOIN (SELECT cat.id as id
FROM eqje8_categories AS cat JOIN eqje8_categories AS parent
ON cat.lft BETWEEN parent.lft
AND parent.rgt
WHERE parent.extension = 'com_content'
AND parent.published != 1
GROUP BY cat.id) AS badcats
ON badcats.id = c.id
LEFT JOIN eqje8_categories AS s
ON (s.lft <= c.lft
AND s.rgt >= c.rgt) OR (s.lft > c.lft
AND s.rgt < c.rgt)
WHERE (c.extension='com_content' OR c.extension='system')
AND c.access IN (1,1)
AND c.published = 1
AND badcats.id is null
AND s.id=91
GROUP BY c.id, c.asset_id, c.access, c.alias, c.checked_out, c.checked_out_time,
c.created_time, c.created_user_id, c.description, c.extension, c.hits, c.language, c.level,
c.lft, c.metadata, c.metadesc, c.metakey, c.modified_time, c.note, c.params, c.parent_id,
c.path, c.published, c.rgt, c.title, c.modified_user_id, c.version
ORDER BY c.lft
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 SQL=EXPLAIN EXTENDED 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 #__categories as c
LEFT JOIN (SELECT cat.id as id FROM #__categories AS cat JOIN #__categories AS parent ON cat.lft BETWEEN parent.lft AND parent.rgt WHERE parent.extension = 'com_content' AND parent.published != 1 GROUP BY cat.id) AS badcats ON badcats.id = c.id
LEFT JOIN #__categories AS s ON (s.lft <= c.lft AND s.rgt >= c.rgt) OR (s.lft > c.lft AND s.rgt < c.rgt)
WHERE (c.extension='com_content' OR c.extension='system') AND c.access IN (1,1) AND c.published = 1 AND badcats.id is null AND s.id=91
GROUP BY c.id, c.asset_id, c.access, c.alias, c.checked_out, c.checked_out_time,
c.created_time, c.created_user_id, c.description, c.extension, c.hits, c.language, c.level,
c.lft, c.metadata, c.metadesc, c.metakey, c.modified_time, c.note, c.params, c.parent_id,
c.path, c.published, c.rgt, c.title, c.modified_user_id, c.version
ORDER BY c.lft |
Status | Duration |
---|
starting | 0.16 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.10 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.06 ms |
preparing | 0.02 ms |
Creating tmp table | 0.04 ms |
statistics | 0.13 ms |
preparing | 0.04 ms |
Creating tmp table | 0.25 ms |
executing | 0.30 ms |
end | 0.01 ms |
query end | 0.01 ms |
waiting for handler commit | 0.02 ms |
closing tables | 0.02 ms |
freeing items | 0.07 ms |
cleaning up | 0.01 ms |
# | **Caller** | **File and line number** | 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
17 | JDatabaseDriver->loadObjectList() | JROOT/libraries/legacy/categories/categories.php:309 |
16 | JCategories->_load() | JROOT/libraries/legacy/categories/categories.php:184 |
15 | JCategories->get() | JROOT/components/com_content/helpers/route.php:44 |
14 | ContentHelperRoute::getArticleRoute() | JROOT/components/com_komento/komento_plugins/com_content.php:214 |
13 | KomentoComcontent->getContentPermalink() | JROOT/components/com_komento/helpers/comment.php:69 |
12 | KomentoCommentHelper::process() | JROOT/modules/mod_komento_comments/tmpl/default.php:21 |
11 | require JROOT/modules/mod_komento_comments/tmpl/default.php | JROOT/modules/mod_komento_comments/mod_komento_comments.php:101 |
10 | include JROOT/modules/mod_komento_comments/mod_komento_comments.php | JROOT/libraries/cms/module/helper.php:199 |
9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:411 |
6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:702 |
5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:477 |
4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1086 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:773 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:267 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Query Time: 59.23 ms** **After last query: 0.97 ms** **Query memory: 0.012 MB Memory before query: 30.600 MB** **Rows returned: 16**
SHOW FULL COLUMNS
FROM `eqje8_users`
**EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `eqje8_users`**
Status | Duration |
---|
starting | 0.11 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.04 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.46 ms |
init | 0.02 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.08 ms |
preparing | 0.03 ms |
Creating tmp table | 0.04 ms |
executing | 0.10 ms |
checking permissions | 0.07 ms |
checking permissions | 0.04 ms |
checking permissions | 0.04 ms |
checking permissions | 0.04 ms |
checking permissions | 0.03 ms |
checking permissions | 0.03 ms |
checking permissions | 0.03 ms |
checking permissions | 0.04 ms |
checking permissions | 0.03 ms |
checking permissions | 0.03 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.03 ms |
checking permissions | 0.02 ms |
checking permissions | 0.04 ms |
end | 0.01 ms |
query end | 0.01 ms |
waiting for handler commit | 0.02 ms |
closing tables | 0.02 ms |
freeing items | 0.08 ms |
cleaning up | 0.02 ms |
# | **Caller** | **File and line number** | 26 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
25 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:440 |
24 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/joomla/table/table.php:241 |
23 | JTable->getFields() | JROOT/libraries/joomla/table/table.php:162 |
22 | JTable->__construct() | JROOT/libraries/joomla/table/user.php:39 |
21 | JTableUser->__construct() | JROOT/libraries/joomla/table/table.php:308 |
20 | JTable::getInstance() | JROOT/libraries/joomla/user/user.php:583 |
19 | JUser::getTable() | JROOT/libraries/joomla/user/user.php:861 |
18 | JUser->load() | JROOT/libraries/joomla/user/user.php:243 |
17 | JUser->__construct() | JROOT/libraries/joomla/user/user.php:296 |
16 | JUser::getInstance() | JROOT/libraries/joomla/factory.php:248 |
15 | JFactory::getUser() | JROOT/components/com_komento/classes/profile.php:48 |
14 | KomentoProfile::getUser() | JROOT/components/com_komento/helpers/helper.php:307 |
13 | Komento::getProfile() | JROOT/components/com_komento/helpers/comment.php:97 |
12 | KomentoCommentHelper::process() | JROOT/modules/mod_komento_comments/tmpl/default.php:21 |
11 | require JROOT/modules/mod_komento_comments/tmpl/default.php | JROOT/modules/mod_komento_comments/mod_komento_comments.php:101 |
10 | include JROOT/modules/mod_komento_comments/mod_komento_comments.php | JROOT/libraries/cms/module/helper.php:199 |
9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:411 |
6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:702 |
5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:477 |
4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1086 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:773 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:267 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Query Time: 0.54 ms** **After last query: 0.21 ms** **Query memory: 0.010 MB Memory before query: 30.636 MB** **Rows returned: 1**
SELECT *
FROM `eqje8_users`
WHERE `id` = 865
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` = 865' at line 1 SQL=EXPLAIN EXTENDED SELECT *
FROM `#__users`
WHERE `id` = 865 |
Status | Duration |
---|
starting | 0.12 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.01 ms |
optimizing | 0.01 ms |
statistics | 0.06 ms |
preparing | 0.02 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.05 ms |
cleaning up | 0.02 ms |
# | **Caller** | **File and line number** | 21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1453 |
20 | JDatabaseDriver->loadAssoc() | JROOT/libraries/joomla/table/user.php:85 |
19 | JTableUser->load() | JROOT/libraries/joomla/user/user.php:864 |
18 | JUser->load() | JROOT/libraries/joomla/user/user.php:243 |
17 | JUser->__construct() | JROOT/libraries/joomla/user/user.php:296 |
16 | JUser::getInstance() | JROOT/libraries/joomla/factory.php:248 |
15 | JFactory::getUser() | JROOT/components/com_komento/classes/profile.php:48 |
14 | KomentoProfile::getUser() | JROOT/components/com_komento/helpers/helper.php:307 |
13 | Komento::getProfile() | JROOT/components/com_komento/helpers/comment.php:97 |
12 | KomentoCommentHelper::process() | JROOT/modules/mod_komento_comments/tmpl/default.php:21 |
11 | require JROOT/modules/mod_komento_comments/tmpl/default.php | JROOT/modules/mod_komento_comments/mod_komento_comments.php:101 |
10 | include JROOT/modules/mod_komento_comments/mod_komento_comments.php | JROOT/libraries/cms/module/helper.php:199 |
9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:411 |
6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:702 |
5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:477 |
4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1086 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:773 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:267 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Query Time: 0.62 ms** **After last query: 0.20 ms** **Query memory: 0.010 MB Memory before query: 30.649 MB** **Rows returned: 1**
SELECT `g`.`id`,`g`.`title`
FROM `eqje8_usergroups` AS g
INNER JOIN `eqje8_user_usergroup_map` AS m
ON m.group_id = g.id
WHERE `m`.`user_id` = 865
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 SQL=EXPLAIN EXTENDED SELECT `g`.`id`,`g`.`title`
FROM `#__usergroups` AS g
INNER JOIN `#__user_usergroup_map` AS m ON m.group_id = g.id
WHERE `m`.`user_id` = 865 |
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.01 ms |
Opening tables | 0.15 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.06 ms |
preparing | 0.02 ms |
executing | 0.04 ms |
end | 0.01 ms |
query end | 0.01 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.02 ms |
freeing items | 0.06 ms |
cleaning up | 0.01 ms |
# | **Caller** | **File and line number** | 21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1494 |
20 | JDatabaseDriver->loadAssocList() | JROOT/libraries/joomla/table/user.php:110 |
19 | JTableUser->load() | JROOT/libraries/joomla/user/user.php:864 |
18 | JUser->load() | JROOT/libraries/joomla/user/user.php:243 |
17 | JUser->__construct() | JROOT/libraries/joomla/user/user.php:296 |
16 | JUser::getInstance() | JROOT/libraries/joomla/factory.php:248 |
15 | JFactory::getUser() | JROOT/components/com_komento/classes/profile.php:48 |
14 | KomentoProfile::getUser() | JROOT/components/com_komento/helpers/helper.php:307 |
13 | Komento::getProfile() | JROOT/components/com_komento/helpers/comment.php:97 |
12 | KomentoCommentHelper::process() | JROOT/modules/mod_komento_comments/tmpl/default.php:21 |
11 | require JROOT/modules/mod_komento_comments/tmpl/default.php | JROOT/modules/mod_komento_comments/mod_komento_comments.php:101 |
10 | include JROOT/modules/mod_komento_comments/mod_komento_comments.php | JROOT/libraries/cms/module/helper.php:199 |
9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:411 |
6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:702 |
5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:477 |
4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1086 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:773 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:267 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Query Time: 0.41 ms** **After last query: 0.14 ms** **Query memory: 0.010 MB Memory before query: 30.661 MB** **Rows returned: 1**
SELECT *
FROM `eqje8_users`
WHERE `id` = 865
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` = 865' at line 1 SQL=EXPLAIN EXTENDED SELECT *
FROM `#__users`
WHERE `id` = 865 |
Status | Duration |
---|
starting | 0.08 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.01 ms |
optimizing | 0.01 ms |
statistics | 0.04 ms |
preparing | 0.02 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.05 ms |
cleaning up | 0.01 ms |
# | **Caller** | **File and line number** | 21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1453 |
20 | JDatabaseDriver->loadAssoc() | JROOT/libraries/joomla/table/user.php:85 |
19 | JTableUser->load() | JROOT/libraries/joomla/user/user.php:864 |
18 | JUser->load() | JROOT/components/com_komento/classes/profile.php:73 |
17 | KomentoProfile->load() | JROOT/libraries/joomla/user/user.php:243 |
16 | JUser->__construct() | JROOT/components/com_komento/classes/profile.php:41 |
15 | KomentoProfile->__construct() | JROOT/components/com_komento/classes/profile.php:58 |
14 | KomentoProfile::getUser() | JROOT/components/com_komento/helpers/helper.php:307 |
13 | Komento::getProfile() | JROOT/components/com_komento/helpers/comment.php:97 |
12 | KomentoCommentHelper::process() | JROOT/modules/mod_komento_comments/tmpl/default.php:21 |
11 | require JROOT/modules/mod_komento_comments/tmpl/default.php | JROOT/modules/mod_komento_comments/mod_komento_comments.php:101 |
10 | include JROOT/modules/mod_komento_comments/mod_komento_comments.php | JROOT/libraries/cms/module/helper.php:199 |
9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:411 |
6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:702 |
5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:477 |
4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1086 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:773 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:267 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Query Time: 0.41 ms** **After last query: 0.09 ms** **Query memory: 0.010 MB Memory before query: 30.674 MB** **Rows returned: 1**
SELECT `g`.`id`,`g`.`title`
FROM `eqje8_usergroups` AS g
INNER JOIN `eqje8_user_usergroup_map` AS m
ON m.group_id = g.id
WHERE `m`.`user_id` = 865
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 SQL=EXPLAIN EXTENDED SELECT `g`.`id`,`g`.`title`
FROM `#__usergroups` AS g
INNER JOIN `#__user_usergroup_map` AS m ON m.group_id = g.id
WHERE `m`.`user_id` = 865 |
Status | Duration |
---|
starting | 0.07 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.03 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.04 ms |
preparing | 0.02 ms |
executing | 0.03 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.06 ms |
cleaning up | 0.01 ms |
# | **Caller** | **File and line number** | 21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1494 |
20 | JDatabaseDriver->loadAssocList() | JROOT/libraries/joomla/table/user.php:110 |
19 | JTableUser->load() | JROOT/libraries/joomla/user/user.php:864 |
18 | JUser->load() | JROOT/components/com_komento/classes/profile.php:73 |
17 | KomentoProfile->load() | JROOT/libraries/joomla/user/user.php:243 |
16 | JUser->__construct() | JROOT/components/com_komento/classes/profile.php:41 |
15 | KomentoProfile->__construct() | JROOT/components/com_komento/classes/profile.php:58 |
14 | KomentoProfile::getUser() | JROOT/components/com_komento/helpers/helper.php:307 |
13 | Komento::getProfile() | JROOT/components/com_komento/helpers/comment.php:97 |
12 | KomentoCommentHelper::process() | JROOT/modules/mod_komento_comments/tmpl/default.php:21 |
11 | require JROOT/modules/mod_komento_comments/tmpl/default.php | JROOT/modules/mod_komento_comments/mod_komento_comments.php:101 |
10 | include JROOT/modules/mod_komento_comments/mod_komento_comments.php | JROOT/libraries/cms/module/helper.php:199 |
9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:411 |
6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:702 |
5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:477 |
4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1086 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:773 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:267 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Query Time: 0.37 ms** **After last query: 0.13 ms** **Query memory: 0.009 MB Memory before query: 30.683 MB** **Rows returned: 1**
SELECT *
FROM `eqje8_users`
WHERE `id` = 865
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` = 865' at line 1 SQL=EXPLAIN EXTENDED SELECT *
FROM `#__users`
WHERE `id` = 865 |
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.02 ms |
init | 0.01 ms |
System lock | 0.02 ms |
optimizing | 0.01 ms |
statistics | 0.03 ms |
preparing | 0.02 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.05 ms |
cleaning up | 0.01 ms |
# | **Caller** | **File and line number** | 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1453 |
18 | JDatabaseDriver->loadAssoc() | JROOT/libraries/joomla/table/user.php:85 |
17 | JTableUser->load() | JROOT/libraries/joomla/user/user.php:864 |
16 | JUser->load() | JROOT/components/com_komento/classes/profile.php:73 |
15 | KomentoProfile->load() | JROOT/components/com_komento/classes/profile.php:61 |
14 | KomentoProfile::getUser() | JROOT/components/com_komento/helpers/helper.php:307 |
13 | Komento::getProfile() | JROOT/components/com_komento/helpers/comment.php:97 |
12 | KomentoCommentHelper::process() | JROOT/modules/mod_komento_comments/tmpl/default.php:21 |
11 | require JROOT/modules/mod_komento_comments/tmpl/default.php | JROOT/modules/mod_komento_comments/mod_komento_comments.php:101 |
10 | include JROOT/modules/mod_komento_comments/mod_komento_comments.php | JROOT/libraries/cms/module/helper.php:199 |
9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:411 |
6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:702 |
5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:477 |
4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1086 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:773 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:267 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Query Time: 0.40 ms** **After last query: 0.13 ms** **Query memory: 0.009 MB Memory before query: 30.696 MB** **Rows returned: 1**
SELECT `g`.`id`,`g`.`title`
FROM `eqje8_usergroups` AS g
INNER JOIN `eqje8_user_usergroup_map` AS m
ON m.group_id = g.id
WHERE `m`.`user_id` = 865
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 SQL=EXPLAIN EXTENDED SELECT `g`.`id`,`g`.`title`
FROM `#__usergroups` AS g
INNER JOIN `#__user_usergroup_map` AS m ON m.group_id = g.id
WHERE `m`.`user_id` = 865 |
Status | Duration |
---|
starting | 0.07 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.03 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.04 ms |
preparing | 0.02 ms |
executing | 0.03 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.05 ms |
cleaning up | 0.01 ms |
# | **Caller** | **File and line number** | 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1494 |
18 | JDatabaseDriver->loadAssocList() | JROOT/libraries/joomla/table/user.php:110 |
17 | JTableUser->load() | JROOT/libraries/joomla/user/user.php:864 |
16 | JUser->load() | JROOT/components/com_komento/classes/profile.php:73 |
15 | KomentoProfile->load() | JROOT/components/com_komento/classes/profile.php:61 |
14 | KomentoProfile::getUser() | JROOT/components/com_komento/helpers/helper.php:307 |
13 | Komento::getProfile() | JROOT/components/com_komento/helpers/comment.php:97 |
12 | KomentoCommentHelper::process() | JROOT/modules/mod_komento_comments/tmpl/default.php:21 |
11 | require JROOT/modules/mod_komento_comments/tmpl/default.php | JROOT/modules/mod_komento_comments/mod_komento_comments.php:101 |
10 | include JROOT/modules/mod_komento_comments/mod_komento_comments.php | JROOT/libraries/cms/module/helper.php:199 |
9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:411 |
6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:702 |
5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:477 |
4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1086 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:773 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:267 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Query Time: 0.51 ms** **After last query: 0.50 ms** **Query memory: 0.009 MB Memory before query: 30.701 MB** **Rows returned: 1**
SELECT COUNT(1)
FROM `eqje8_komento_actions`
WHERE `type` = 'likes'
AND `comment_id` = '196'
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(1) FROM `#__komento_actions` WHERE `type` = 'likes' AND `comment' at line 1 SQL=EXPLAIN EXTENDED SELECT COUNT(1) FROM `#__komento_actions` WHERE `type` = 'likes' AND `comment_id` = '196' |
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.04 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.07 ms |
preparing | 0.03 ms |
executing | 0.03 ms |
end | 0.01 ms |
query end | 0.01 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.02 ms |
freeing items | 0.07 ms |
cleaning up | 0.02 ms |
# | **Caller** | **File and line number** | 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1728 |
16 | JDatabaseDriver->loadResult() | JROOT/components/com_komento/helpers/database.php:151 |
15 | KomentoDatabaseJoomla15->__call() | JROOT/components/com_komento/helpers/database.php:40 |
14 | KomentoDatabaseHelper->__call() | JROOT/components/com_komento/models/actions.php:228 |
13 | KomentoModelActions->countAction() | JROOT/components/com_komento/helpers/comment.php:157 |
12 | KomentoCommentHelper::process() | JROOT/modules/mod_komento_comments/tmpl/default.php:21 |
11 | require JROOT/modules/mod_komento_comments/tmpl/default.php | JROOT/modules/mod_komento_comments/mod_komento_comments.php:101 |
10 | include JROOT/modules/mod_komento_comments/mod_komento_comments.php | JROOT/libraries/cms/module/helper.php:199 |
9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:411 |
6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:702 |
5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:477 |
4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1086 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:773 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:267 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Query Time: 1.41 ms** **After last query: 4.78 ms** **Query memory: 0.010 MB Memory before query: 31.047 MB** **Rows returned: 1**
SELECT `a`.*,`b`.`small`,`b`.`medium`,`b`.`large`,`b`.`square`,`b`.`avatar_id`,`b`.`photo_id`,`b`.`storage` AS `avatarStorage`,`d`.`profile_id`,`e`.`state`,`e`.`type`,`e`.`alias`,`e`.`completed_fields`,`e`.`permalink`,`f`.`id` AS `cover_id`,`f`.`uid` AS `cover_uid`,`f`.`type` AS `cover_type`,`f`.`photo_id` AS `cover_photo_id`,`f`.`cover_id` AS `cover_cover_id`,`f`.`x` AS `cover_x`,`f`.`y` AS `cover_y`,`f`.`modified` AS `cover_modified`,SUM(`g`.`points`) AS `points`
FROM `eqje8_users` AS `a`
LEFT JOIN `eqje8_social_avatars` AS `b`
ON `b`.`uid` = `a`.`id`
AND `b`.`type` = 'user'
LEFT JOIN `eqje8_social_profiles_maps` AS `d`
ON `d`.`user_id` = `a`.`id`
LEFT JOIN `eqje8_social_users` AS `e`
ON `e`.`user_id` = `a`.`id`
LEFT JOIN `eqje8_social_covers` AS `f`
ON `f`.`uid` = `a`.`id`
AND `f`.`type` = 'user'
LEFT JOIN `eqje8_social_points_history` AS `g`
ON `g`.`user_id` = `a`.`id`
WHERE `a`.`id` = '865'
GROUP BY `a`.`id`
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`.*,`b`.`small`,`b`.`medium`,`b`.`large`,`b`.`square`,`b`.`avatar_id`,`' at line 1 SQL=EXPLAIN EXTENDED SELECT `a`.*,`b`.`small`,`b`.`medium`,`b`.`large`,`b`.`square`,`b`.`avatar_id`,`b`.`photo_id`,`b`.`storage` AS `avatarStorage`,`d`.`profile_id`,`e`.`state`,`e`.`type`,`e`.`alias`,`e`.`completed_fields`,`e`.`permalink`,`f`.`id` AS `cover_id`,`f`.`uid` AS `cover_uid`,`f`.`type` AS `cover_type`,`f`.`photo_id` AS `cover_photo_id`,`f`.`cover_id` AS `cover_cover_id`,`f`.`x` AS `cover_x`,`f`.`y` AS `cover_y`,`f`.`modified` AS `cover_modified`,SUM(`g`.`points`) AS `points` FROM `#__users` AS `a` LEFT JOIN `#__social_avatars` AS `b` ON `b`.`uid` = `a`.`id` AND `b`.`type` = 'user' LEFT JOIN `#__social_profiles_maps` AS `d` ON `d`.`user_id` = `a`.`id` LEFT JOIN `#__social_users` AS `e` ON `e`.`user_id` = `a`.`id` LEFT JOIN `#__social_covers` AS `f` ON `f`.`uid` = `a`.`id` AND `f`.`type` = 'user' LEFT JOIN `#__social_points_history` AS `g` ON `g`.`user_id` = `a`.`id` WHERE `a`.`id` = '865' GROUP BY `a`.`id` |
Status | Duration |
---|
starting | 0.15 ms |
Executing hook on transaction | 0.01 ms |
starting | 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 |
Opening tables | 0.59 ms |
init | 0.02 ms |
System lock | 0.02 ms |
optimizing | 0.02 ms |
statistics | 0.16 ms |
preparing | 0.05 ms |
executing | 0.11 ms |
end | 0.01 ms |
query end | 0.01 ms |
waiting for handler commit | 0.02 ms |
closing tables | 0.02 ms |
freeing items | 0.06 ms |
cleaning up | 0.02 ms |
# | **Caller** | **File and line number** | 21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
20 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_easysocial/includes/db/helpers/base.php:41 |
19 | SocialDBHelper->__call() | JROOT/administrator/components/com_easysocial/includes/db/db.php:241 |
18 | SocialDb->__call() | JROOT/administrator/components/com_easysocial/models/users.php:773 |
17 | EasySocialModelUsers->getUsersMeta() | JROOT/administrator/components/com_easysocial/includes/user/user.php:682 |
16 | SocialUser::loadUsers() | JROOT/administrator/components/com_easysocial/includes/user/user.php:428 |
15 | SocialUser::factory() | JROOT/administrator/components/com_easysocial/includes/foundry.php:1534 |
14 | ES::user() | JROOT/components/com_komento/classes/profileVendors.php:90 |
13 | KomentoProfileEasysocial->getLink() | JROOT/components/com_komento/classes/profile.php:156 |
12 | KomentoProfile->getProfileLink() | JROOT/modules/mod_komento_comments/tmpl/default.php:52 |
11 | require JROOT/modules/mod_komento_comments/tmpl/default.php | JROOT/modules/mod_komento_comments/mod_komento_comments.php:101 |
10 | include JROOT/modules/mod_komento_comments/mod_komento_comments.php | JROOT/libraries/cms/module/helper.php:199 |
9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:411 |
6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:702 |
5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:477 |
4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1086 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:773 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:267 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Query Time: 0.39 ms** **After last query: 0.97 ms** **Query memory: 0.010 MB Memory before query: 31.078 MB** **Rows returned: 1**
SELECT COUNT(1) AS `count`
FROM `eqje8_social_users`
WHERE `user_id` = '865'
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(1) AS `count` FROM `#__social_users` WHERE `user_id` = '865'' at line 1 SQL=EXPLAIN EXTENDED SELECT COUNT(1) AS `count` FROM `#__social_users` WHERE `user_id` = '865' |
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.02 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.02 ms |
executing | 0.01 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.05 ms |
cleaning up | 0.02 ms |
# | **Caller** | **File and line number** | 21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1728 |
20 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_easysocial/includes/db/helpers/base.php:41 |
19 | SocialDBHelper->__call() | JROOT/administrator/components/com_easysocial/includes/db/db.php:241 |
18 | SocialDb->__call() | JROOT/administrator/components/com_easysocial/models/users.php:360 |
17 | EasySocialModelUsers->metaExists() | JROOT/administrator/components/com_easysocial/includes/user/user.php:702 |
16 | SocialUser::loadUsers() | JROOT/administrator/components/com_easysocial/includes/user/user.php:428 |
15 | SocialUser::factory() | JROOT/administrator/components/com_easysocial/includes/foundry.php:1534 |
14 | ES::user() | JROOT/components/com_komento/classes/profileVendors.php:90 |
13 | KomentoProfileEasysocial->getLink() | JROOT/components/com_komento/classes/profile.php:156 |
12 | KomentoProfile->getProfileLink() | JROOT/modules/mod_komento_comments/tmpl/default.php:52 |
11 | require JROOT/modules/mod_komento_comments/tmpl/default.php | JROOT/modules/mod_komento_comments/mod_komento_comments.php:101 |
10 | include JROOT/modules/mod_komento_comments/mod_komento_comments.php | JROOT/libraries/cms/module/helper.php:199 |
9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:411 |
6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:702 |
5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:477 |
4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1086 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:773 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:267 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Query Time: 0.41 ms** **After last query: 0.20 ms** **Query memory: 0.011 MB Memory before query: 31.093 MB** **Rows returned: 1**
SELECT b.`group_id` AS `id`, a.`title`
FROM `eqje8_usergroups` AS a
INNER JOIN `eqje8_user_usergroup_map` AS b
ON a.`id` = b.`group_id`
WHERE b.`user_id` = '865'
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.`group_id` AS `id`, a.`title` FROM `#__usergroups` AS a INNER JOIN `' at line 1 SQL=EXPLAIN EXTENDED SELECT b.`group_id` AS `id`, a.`title` FROM `#__usergroups` AS a INNER JOIN `#__user_usergroup_map` AS b ON a.`id` = b.`group_id` WHERE b.`user_id` = '865' |
Status | Duration |
---|
starting | 0.08 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.03 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.05 ms |
preparing | 0.02 ms |
executing | 0.03 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.05 ms |
cleaning up | 0.01 ms |
# | **Caller** | **File and line number** | 23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
22 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_easysocial/includes/db/helpers/base.php:41 |
21 | SocialDBHelper->__call() | JROOT/administrator/components/com_easysocial/includes/db/db.php:241 |
20 | SocialDb->__call() | JROOT/administrator/components/com_easysocial/includes/user/helpers/joomla.php:82 |
19 | SocialUserHelperJoomla->getUserGroups() | JROOT/administrator/components/com_easysocial/includes/user/user.php:413 |
18 | SocialUser->initParams() | JROOT/administrator/components/com_easysocial/includes/user/user.php:260 |
17 | SocialUser->__construct() | JROOT/administrator/components/com_easysocial/includes/user/user.php:713 |
16 | SocialUser::loadUsers() | JROOT/administrator/components/com_easysocial/includes/user/user.php:428 |
15 | SocialUser::factory() | JROOT/administrator/components/com_easysocial/includes/foundry.php:1534 |
14 | ES::user() | JROOT/components/com_komento/classes/profileVendors.php:90 |
13 | KomentoProfileEasysocial->getLink() | JROOT/components/com_komento/classes/profile.php:156 |
12 | KomentoProfile->getProfileLink() | JROOT/modules/mod_komento_comments/tmpl/default.php:52 |
11 | require JROOT/modules/mod_komento_comments/tmpl/default.php | JROOT/modules/mod_komento_comments/mod_komento_comments.php:101 |
10 | include JROOT/modules/mod_komento_comments/mod_komento_comments.php | JROOT/libraries/cms/module/helper.php:199 |
9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:411 |
6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:702 |
5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:477 |
4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1086 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:773 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:267 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Query Time: 0.46 ms** **After last query: 0.19 ms** **Query memory: 0.009 MB Memory before query: 31.107 MB** **Rows returned: 1**
SELECT *
FROM eqje8_social_profiles
WHERE `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 *
FROM #__social_profiles
WHERE `id` = '1'' at line 1 SQL=EXPLAIN EXTENDED SELECT *
FROM #__social_profiles
WHERE `id` = '1' |
Status | Duration |
---|
starting | 0.07 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.14 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.01 ms |
executing | 0.02 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.02 ms |
freeing items | 0.05 ms |
cleaning up | 0.01 ms |
# | **Caller** | **File and line number** | 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1453 |
18 | JDatabaseDriver->loadAssoc() | JROOT/libraries/joomla/table/table.php:719 |
17 | JTable->load() | JROOT/administrator/components/com_easysocial/includes/user/user.php:1446 |
16 | SocialUser->getProfile() | JROOT/administrator/components/com_easysocial/includes/user/user.php:1003 |
15 | SocialUser->hasCommunityAccess() | JROOT/administrator/components/com_easysocial/includes/user/user.php:1537 |
14 | SocialUser->getPermalink() | JROOT/components/com_komento/classes/profileVendors.php:97 |
13 | KomentoProfileEasysocial->getLink() | JROOT/components/com_komento/classes/profile.php:156 |
12 | KomentoProfile->getProfileLink() | JROOT/modules/mod_komento_comments/tmpl/default.php:52 |
11 | require JROOT/modules/mod_komento_comments/tmpl/default.php | JROOT/modules/mod_komento_comments/mod_komento_comments.php:101 |
10 | include JROOT/modules/mod_komento_comments/mod_komento_comments.php | JROOT/libraries/cms/module/helper.php:199 |
9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:411 |
6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:702 |
5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:477 |
4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1086 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:773 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:267 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Query Time: 0.41 ms** **After last query: 2.18 ms** **Query memory: 0.010 MB Memory before query: 31.139 MB** **Rows returned: 0**
SELECT *
FROM `eqje8_social_default_avatars`
WHERE `uid`='1'
AND `type`='profiles'
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 `#__social_default_avatars` WHERE `uid`='1' AND `type`='profile' at line 1 SQL=EXPLAIN EXTENDED SELECT * FROM `#__social_default_avatars` WHERE `uid`='1' AND `type`='profiles' |
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.03 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.02 ms |
executing | 0.02 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.06 ms |
cleaning up | 0.02 ms |
# | **Caller** | **File and line number** | 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
19 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_easysocial/includes/db/helpers/base.php:41 |
18 | SocialDBHelper->__call() | JROOT/administrator/components/com_easysocial/includes/db/db.php:241 |
17 | SocialDb->__call() | JROOT/administrator/components/com_easysocial/models/avatars.php:211 |
16 | EasySocialModelAvatars->getDefaultAvatars() | JROOT/administrator/components/com_easysocial/includes/user/user.php:1142 |
15 | SocialUser->getDefaultAvatar() | JROOT/administrator/components/com_easysocial/includes/user/user.php:1045 |
14 | SocialUser->getAvatar() | JROOT/components/com_komento/classes/profileVendors.php:83 |
13 | KomentoProfileEasysocial->getAvatar() | JROOT/components/com_komento/classes/profile.php:138 |
12 | KomentoProfile->getAvatar() | JROOT/modules/mod_komento_comments/tmpl/default.php:53 |
11 | require JROOT/modules/mod_komento_comments/tmpl/default.php | JROOT/modules/mod_komento_comments/mod_komento_comments.php:101 |
10 | include JROOT/modules/mod_komento_comments/mod_komento_comments.php | JROOT/libraries/cms/module/helper.php:199 |
9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:411 |
6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:702 |
5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:477 |
4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1086 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:773 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:267 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Query Time: 0.48 ms** **After last query: 0.58 ms** **Query memory: 0.009 MB Memory before query: 31.158 MB** **Rows returned: 1**
SELECT *
FROM eqje8_komento_comments
WHERE `id` = '195'
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 #__komento_comments
WHERE `id` = '195'' at line 1 SQL=EXPLAIN EXTENDED SELECT *
FROM #__komento_comments
WHERE `id` = '195' |
Status | Duration |
---|
starting | 0.08 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.04 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.06 ms |
preparing | 0.02 ms |
executing | 0.03 ms |
end | 0.01 ms |
query end | 0.01 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.02 ms |
freeing items | 0.06 ms |
cleaning up | 0.01 ms |
# | **Caller** | **File and line number** | 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1453 |
16 | JDatabaseDriver->loadAssoc() | JROOT/libraries/joomla/table/table.php:719 |
15 | JTable->load() | JROOT/administrator/components/com_komento/tables/comments.php:240 |
14 | KomentoTableComments->load() | JROOT/components/com_komento/models/comments.php:932 |
13 | KomentoModelComments->getTotalChilds() | JROOT/components/com_komento/helpers/comment.php:45 |
12 | KomentoCommentHelper::process() | JROOT/modules/mod_komento_comments/tmpl/default.php:21 |
11 | require JROOT/modules/mod_komento_comments/tmpl/default.php | JROOT/modules/mod_komento_comments/mod_komento_comments.php:101 |
10 | include JROOT/modules/mod_komento_comments/mod_komento_comments.php | JROOT/libraries/cms/module/helper.php:199 |
9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:411 |
6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:702 |
5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:477 |
4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1086 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:773 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:267 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Query Time: 0.48 ms** **After last query: 0.13 ms** **Query memory: 0.009 MB Memory before query: 31.166 MB** **Rows returned: 1**
SELECT COUNT(1)
FROM `eqje8_komento_comments`
WHERE `component` = 'com_content'
AND `cid` = '229'
AND `lft` BETWEEN '1'
AND '2'
AND `lft` != '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(1) FROM `#__komento_comments` WHERE `component` = 'com_content' ' at line 1 SQL=EXPLAIN EXTENDED SELECT COUNT(1) FROM `#__komento_comments` WHERE `component` = 'com_content' AND `cid` = '229' AND `lft` BETWEEN '1' AND '2' AND `lft` != '1' |
Status | Duration |
---|
starting | 0.08 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.01 ms |
optimizing | 0.02 ms |
statistics | 0.10 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.05 ms |
cleaning up | 0.01 ms |
# | **Caller** | **File and line number** | 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1728 |
16 | JDatabaseDriver->loadResult() | JROOT/components/com_komento/helpers/database.php:151 |
15 | KomentoDatabaseJoomla15->__call() | JROOT/components/com_komento/helpers/database.php:40 |
14 | KomentoDatabaseHelper->__call() | JROOT/components/com_komento/models/comments.php:946 |
13 | KomentoModelComments->getTotalChilds() | JROOT/components/com_komento/helpers/comment.php:45 |
12 | KomentoCommentHelper::process() | JROOT/modules/mod_komento_comments/tmpl/default.php:21 |
11 | require JROOT/modules/mod_komento_comments/tmpl/default.php | JROOT/modules/mod_komento_comments/mod_komento_comments.php:101 |
10 | include JROOT/modules/mod_komento_comments/mod_komento_comments.php | JROOT/libraries/cms/module/helper.php:199 |
9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:411 |
6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:702 |
5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:477 |
4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1086 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:773 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:267 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Query Time: 0.59 ms** **After last query: 0.08 ms** **Query memory: 0.009 MB Memory before query: 31.169 MB** **Rows returned: 1**
SELECT a.id, a.title, a.alias, a.catid, a.created_by, a.created_by_alias, a.hits, c.title AS category_title, c.alias AS category_alias, u.name AS author, parent.id AS parent_id, parent.alias AS parent_alias
FROM `eqje8_content` AS a
LEFT JOIN `eqje8_categories` AS c
ON c.id = a.catid
LEFT JOIN `eqje8_users` AS u
ON u.id = a.created_by
LEFT JOIN `eqje8_categories` AS parent
ON parent.id = c.parent_id
WHERE a.id = '229'
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.alias, a.catid, a.created_by, a.created_by_alias, a.hits' at line 1 SQL=EXPLAIN EXTENDED SELECT a.id, a.title, a.alias, a.catid, a.created_by, a.created_by_alias, a.hits, c.title AS category_title, c.alias AS category_alias, u.name AS author, parent.id AS parent_id, parent.alias AS parent_alias FROM `#__content` AS a LEFT JOIN `#__categories` AS c ON c.id = a.catid LEFT JOIN `#__users` AS u ON u.id = a.created_by LEFT JOIN `#__categories` AS parent ON parent.id = c.parent_id WHERE a.id = '229' |
Status | Duration |
---|
starting | 0.10 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 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.12 ms |
preparing | 0.02 ms |
executing | 0.02 ms |
end | 0.01 ms |
query end | 0.01 ms |
waiting for handler commit | 0.02 ms |
closing tables | 0.02 ms |
freeing items | 0.07 ms |
cleaning up | 0.02 ms |
# | **Caller** | **File and line number** | 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1650 |
16 | JDatabaseDriver->loadObject() | JROOT/components/com_komento/helpers/database.php:151 |
15 | KomentoDatabaseJoomla15->__call() | JROOT/components/com_komento/helpers/database.php:40 |
14 | KomentoDatabaseHelper->__call() | JROOT/components/com_komento/komento_plugins/com_content.php:54 |
13 | KomentoComcontent->load() | JROOT/components/com_komento/helpers/comment.php:55 |
12 | KomentoCommentHelper::process() | JROOT/modules/mod_komento_comments/tmpl/default.php:21 |
11 | require JROOT/modules/mod_komento_comments/tmpl/default.php | JROOT/modules/mod_komento_comments/mod_komento_comments.php:101 |
10 | include JROOT/modules/mod_komento_comments/mod_komento_comments.php | JROOT/libraries/cms/module/helper.php:199 |
9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:411 |
6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:702 |
5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:477 |
4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1086 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:773 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:267 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Query Time: 0.49 ms** **After last query: 0.47 ms** **Query memory: 0.010 MB Memory before query: 31.186 MB** **Rows returned: 1**
SELECT *
FROM `eqje8_users`
WHERE `id` = 1190
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` = 1190' at line 1 SQL=EXPLAIN EXTENDED SELECT *
FROM `#__users`
WHERE `id` = 1190 |
Status | Duration |
---|
starting | 0.08 ms |
Executing hook on transaction | 0.02 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.03 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.05 ms |
preparing | 0.02 ms |
executing | 0.03 ms |
end | 0.01 ms |
query end | 0.01 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.02 ms |
freeing items | 0.05 ms |
cleaning up | 0.01 ms |
# | **Caller** | **File and line number** | 21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1453 |
20 | JDatabaseDriver->loadAssoc() | JROOT/libraries/joomla/table/user.php:85 |
19 | JTableUser->load() | JROOT/libraries/joomla/user/user.php:864 |
18 | JUser->load() | JROOT/libraries/joomla/user/user.php:243 |
17 | JUser->__construct() | JROOT/libraries/joomla/user/user.php:296 |
16 | JUser::getInstance() | JROOT/libraries/joomla/factory.php:248 |
15 | JFactory::getUser() | JROOT/components/com_komento/classes/profile.php:48 |
14 | KomentoProfile::getUser() | JROOT/components/com_komento/helpers/helper.php:307 |
13 | Komento::getProfile() | JROOT/components/com_komento/helpers/comment.php:97 |
12 | KomentoCommentHelper::process() | JROOT/modules/mod_komento_comments/tmpl/default.php:21 |
11 | require JROOT/modules/mod_komento_comments/tmpl/default.php | JROOT/modules/mod_komento_comments/mod_komento_comments.php:101 |
10 | include JROOT/modules/mod_komento_comments/mod_komento_comments.php | JROOT/libraries/cms/module/helper.php:199 |
9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:411 |
6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:702 |
5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:477 |
4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1086 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:773 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:267 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Query Time: 0.54 ms** **After last query: 0.13 ms** **Query memory: 0.014 MB Memory before query: 31.211 MB** **Rows returned: 1**
SELECT `g`.`id`,`g`.`title`
FROM `eqje8_usergroups` AS g
INNER JOIN `eqje8_user_usergroup_map` AS m
ON m.group_id = g.id
WHERE `m`.`user_id` = 1190
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 SQL=EXPLAIN EXTENDED SELECT `g`.`id`,`g`.`title`
FROM `#__usergroups` AS g
INNER JOIN `#__user_usergroup_map` AS m ON m.group_id = g.id
WHERE `m`.`user_id` = 1190 |
Status | Duration |
---|
starting | 0.08 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.02 ms |
Opening tables | 0.03 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.07 ms |
preparing | 0.03 ms |
executing | 0.05 ms |
end | 0.02 ms |
query end | 0.02 ms |
waiting for handler commit | 0.03 ms |
closing tables | 0.03 ms |
freeing items | 0.06 ms |
cleaning up | 0.01 ms |
# | **Caller** | **File and line number** | 21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1494 |
20 | JDatabaseDriver->loadAssocList() | JROOT/libraries/joomla/table/user.php:110 |
19 | JTableUser->load() | JROOT/libraries/joomla/user/user.php:864 |
18 | JUser->load() | JROOT/libraries/joomla/user/user.php:243 |
17 | JUser->__construct() | JROOT/libraries/joomla/user/user.php:296 |
16 | JUser::getInstance() | JROOT/libraries/joomla/factory.php:248 |
15 | JFactory::getUser() | JROOT/components/com_komento/classes/profile.php:48 |
14 | KomentoProfile::getUser() | JROOT/components/com_komento/helpers/helper.php:307 |
13 | Komento::getProfile() | JROOT/components/com_komento/helpers/comment.php:97 |
12 | KomentoCommentHelper::process() | JROOT/modules/mod_komento_comments/tmpl/default.php:21 |
11 | require JROOT/modules/mod_komento_comments/tmpl/default.php | JROOT/modules/mod_komento_comments/mod_komento_comments.php:101 |
10 | include JROOT/modules/mod_komento_comments/mod_komento_comments.php | JROOT/libraries/cms/module/helper.php:199 |
9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:411 |
6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:702 |
5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:477 |
4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1086 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:773 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:267 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Query Time: 0.38 ms** **After last query: 0.14 ms** **Query memory: 0.010 MB Memory before query: 31.225 MB** **Rows returned: 1**
SELECT *
FROM `eqje8_users`
WHERE `id` = 1190
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` = 1190' at line 1 SQL=EXPLAIN EXTENDED SELECT *
FROM `#__users`
WHERE `id` = 1190 |
Status | Duration |
---|
starting | 0.07 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.01 ms |
optimizing | 0.01 ms |
statistics | 0.03 ms |
preparing | 0.02 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.05 ms |
cleaning up | 0.01 ms |
# | **Caller** | **File and line number** | 21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1453 |
20 | JDatabaseDriver->loadAssoc() | JROOT/libraries/joomla/table/user.php:85 |
19 | JTableUser->load() | JROOT/libraries/joomla/user/user.php:864 |
18 | JUser->load() | JROOT/components/com_komento/classes/profile.php:73 |
17 | KomentoProfile->load() | JROOT/libraries/joomla/user/user.php:243 |
16 | JUser->__construct() | JROOT/components/com_komento/classes/profile.php:41 |
15 | KomentoProfile->__construct() | JROOT/components/com_komento/classes/profile.php:58 |
14 | KomentoProfile::getUser() | JROOT/components/com_komento/helpers/helper.php:307 |
13 | Komento::getProfile() | JROOT/components/com_komento/helpers/comment.php:97 |
12 | KomentoCommentHelper::process() | JROOT/modules/mod_komento_comments/tmpl/default.php:21 |
11 | require JROOT/modules/mod_komento_comments/tmpl/default.php | JROOT/modules/mod_komento_comments/mod_komento_comments.php:101 |
10 | include JROOT/modules/mod_komento_comments/mod_komento_comments.php | JROOT/libraries/cms/module/helper.php:199 |
9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:411 |
6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:702 |
5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:477 |
4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1086 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:773 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:267 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Query Time: 0.45 ms** **After last query: 0.12 ms** **Query memory: 0.010 MB Memory before query: 31.238 MB** **Rows returned: 1**
SELECT `g`.`id`,`g`.`title`
FROM `eqje8_usergroups` AS g
INNER JOIN `eqje8_user_usergroup_map` AS m
ON m.group_id = g.id
WHERE `m`.`user_id` = 1190
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 SQL=EXPLAIN EXTENDED SELECT `g`.`id`,`g`.`title`
FROM `#__usergroups` AS g
INNER JOIN `#__user_usergroup_map` AS m ON m.group_id = g.id
WHERE `m`.`user_id` = 1190 |
Status | Duration |
---|
starting | 0.11 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.03 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.05 ms |
preparing | 0.02 ms |
executing | 0.03 ms |
end | 0.01 ms |
query end | 0.01 ms |
waiting for handler commit | 0.02 ms |
closing tables | 0.01 ms |
freeing items | 0.05 ms |
cleaning up | 0.01 ms |
# | **Caller** | **File and line number** | 21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1494 |
20 | JDatabaseDriver->loadAssocList() | JROOT/libraries/joomla/table/user.php:110 |
19 | JTableUser->load() | JROOT/libraries/joomla/user/user.php:864 |
18 | JUser->load() | JROOT/components/com_komento/classes/profile.php:73 |
17 | KomentoProfile->load() | JROOT/libraries/joomla/user/user.php:243 |
16 | JUser->__construct() | JROOT/components/com_komento/classes/profile.php:41 |
15 | KomentoProfile->__construct() | JROOT/components/com_komento/classes/profile.php:58 |
14 | KomentoProfile::getUser() | JROOT/components/com_komento/helpers/helper.php:307 |
13 | Komento::getProfile() | JROOT/components/com_komento/helpers/comment.php:97 |
12 | KomentoCommentHelper::process() | JROOT/modules/mod_komento_comments/tmpl/default.php:21 |
11 | require JROOT/modules/mod_komento_comments/tmpl/default.php | JROOT/modules/mod_komento_comments/mod_komento_comments.php:101 |
10 | include JROOT/modules/mod_komento_comments/mod_komento_comments.php | JROOT/libraries/cms/module/helper.php:199 |
9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:411 |
6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:702 |
5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:477 |
4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1086 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:773 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:267 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Query Time: 0.41 ms** **After last query: 0.14 ms** **Query memory: 0.009 MB Memory before query: 31.248 MB** **Rows returned: 1**
SELECT *
FROM `eqje8_users`
WHERE `id` = 1190
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` = 1190' at line 1 SQL=EXPLAIN EXTENDED SELECT *
FROM `#__users`
WHERE `id` = 1190 |
Status | Duration |
---|
starting | 0.07 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.01 ms |
optimizing | 0.01 ms |
statistics | 0.04 ms |
preparing | 0.02 ms |
executing | 0.03 ms |
end | 0.01 ms |
query end | 0.01 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.02 ms |
freeing items | 0.05 ms |
cleaning up | 0.01 ms |
# | **Caller** | **File and line number** | 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1453 |
18 | JDatabaseDriver->loadAssoc() | JROOT/libraries/joomla/table/user.php:85 |
17 | JTableUser->load() | JROOT/libraries/joomla/user/user.php:864 |
16 | JUser->load() | JROOT/components/com_komento/classes/profile.php:73 |
15 | KomentoProfile->load() | JROOT/components/com_komento/classes/profile.php:61 |
14 | KomentoProfile::getUser() | JROOT/components/com_komento/helpers/helper.php:307 |
13 | Komento::getProfile() | JROOT/components/com_komento/helpers/comment.php:97 |
12 | KomentoCommentHelper::process() | JROOT/modules/mod_komento_comments/tmpl/default.php:21 |
11 | require JROOT/modules/mod_komento_comments/tmpl/default.php | JROOT/modules/mod_komento_comments/mod_komento_comments.php:101 |
10 | include JROOT/modules/mod_komento_comments/mod_komento_comments.php | JROOT/libraries/cms/module/helper.php:199 |
9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:411 |
6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:702 |
5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:477 |
4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1086 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:773 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:267 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Query Time: 0.44 ms** **After last query: 0.11 ms** **Query memory: 0.009 MB Memory before query: 31.260 MB** **Rows returned: 1**
SELECT `g`.`id`,`g`.`title`
FROM `eqje8_usergroups` AS g
INNER JOIN `eqje8_user_usergroup_map` AS m
ON m.group_id = g.id
WHERE `m`.`user_id` = 1190
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 SQL=EXPLAIN EXTENDED SELECT `g`.`id`,`g`.`title`
FROM `#__usergroups` AS g
INNER JOIN `#__user_usergroup_map` AS m ON m.group_id = g.id
WHERE `m`.`user_id` = 1190 |
Status | Duration |
---|
starting | 0.07 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.02 ms |
checking permissions | 0.01 ms |
Opening tables | 0.03 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.04 ms |
preparing | 0.02 ms |
executing | 0.04 ms |
end | 0.01 ms |
query end | 0.01 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.02 ms |
freeing items | 0.07 ms |
cleaning up | 0.02 ms |
# | **Caller** | **File and line number** | 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1494 |
18 | JDatabaseDriver->loadAssocList() | JROOT/libraries/joomla/table/user.php:110 |
17 | JTableUser->load() | JROOT/libraries/joomla/user/user.php:864 |
16 | JUser->load() | JROOT/components/com_komento/classes/profile.php:73 |
15 | KomentoProfile->load() | JROOT/components/com_komento/classes/profile.php:61 |
14 | KomentoProfile::getUser() | JROOT/components/com_komento/helpers/helper.php:307 |
13 | Komento::getProfile() | JROOT/components/com_komento/helpers/comment.php:97 |
12 | KomentoCommentHelper::process() | JROOT/modules/mod_komento_comments/tmpl/default.php:21 |
11 | require JROOT/modules/mod_komento_comments/tmpl/default.php | JROOT/modules/mod_komento_comments/mod_komento_comments.php:101 |
10 | include JROOT/modules/mod_komento_comments/mod_komento_comments.php | JROOT/libraries/cms/module/helper.php:199 |
9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:411 |
6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:702 |
5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:477 |
4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1086 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:773 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:267 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Query Time: 0.48 ms** **After last query: 0.44 ms** **Query memory: 0.009 MB Memory before query: 31.265 MB** **Rows returned: 1**
SELECT COUNT(1)
FROM `eqje8_komento_actions`
WHERE `type` = 'likes'
AND `comment_id` = '195'
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(1) FROM `#__komento_actions` WHERE `type` = 'likes' AND `comment' at line 1 SQL=EXPLAIN EXTENDED SELECT COUNT(1) FROM `#__komento_actions` WHERE `type` = 'likes' AND `comment_id` = '195' |
Status | Duration |
---|
starting | 0.09 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.03 ms |
init | 0.02 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.08 ms |
preparing | 0.03 ms |
executing | 0.03 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.05 ms |
cleaning up | 0.01 ms |
# | **Caller** | **File and line number** | 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1728 |
16 | JDatabaseDriver->loadResult() | JROOT/components/com_komento/helpers/database.php:151 |
15 | KomentoDatabaseJoomla15->__call() | JROOT/components/com_komento/helpers/database.php:40 |
14 | KomentoDatabaseHelper->__call() | JROOT/components/com_komento/models/actions.php:228 |
13 | KomentoModelActions->countAction() | JROOT/components/com_komento/helpers/comment.php:157 |
12 | KomentoCommentHelper::process() | JROOT/modules/mod_komento_comments/tmpl/default.php:21 |
11 | require JROOT/modules/mod_komento_comments/tmpl/default.php | JROOT/modules/mod_komento_comments/mod_komento_comments.php:101 |
10 | include JROOT/modules/mod_komento_comments/mod_komento_comments.php | JROOT/libraries/cms/module/helper.php:199 |
9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:411 |
6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:702 |
5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:477 |
4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1086 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:773 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:267 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Query Time: 0.92 ms** **After last query: 0.97 ms** **Query memory: 0.010 MB Memory before query: 31.294 MB** **Rows returned: 1**
SELECT `a`.*,`b`.`small`,`b`.`medium`,`b`.`large`,`b`.`square`,`b`.`avatar_id`,`b`.`photo_id`,`b`.`storage` AS `avatarStorage`,`d`.`profile_id`,`e`.`state`,`e`.`type`,`e`.`alias`,`e`.`completed_fields`,`e`.`permalink`,`f`.`id` AS `cover_id`,`f`.`uid` AS `cover_uid`,`f`.`type` AS `cover_type`,`f`.`photo_id` AS `cover_photo_id`,`f`.`cover_id` AS `cover_cover_id`,`f`.`x` AS `cover_x`,`f`.`y` AS `cover_y`,`f`.`modified` AS `cover_modified`,SUM(`g`.`points`) AS `points`
FROM `eqje8_users` AS `a`
LEFT JOIN `eqje8_social_avatars` AS `b`
ON `b`.`uid` = `a`.`id`
AND `b`.`type` = 'user'
LEFT JOIN `eqje8_social_profiles_maps` AS `d`
ON `d`.`user_id` = `a`.`id`
LEFT JOIN `eqje8_social_users` AS `e`
ON `e`.`user_id` = `a`.`id`
LEFT JOIN `eqje8_social_covers` AS `f`
ON `f`.`uid` = `a`.`id`
AND `f`.`type` = 'user'
LEFT JOIN `eqje8_social_points_history` AS `g`
ON `g`.`user_id` = `a`.`id`
WHERE `a`.`id` = '1190'
GROUP BY `a`.`id`
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`.*,`b`.`small`,`b`.`medium`,`b`.`large`,`b`.`square`,`b`.`avatar_id`,`' at line 1 SQL=EXPLAIN EXTENDED SELECT `a`.*,`b`.`small`,`b`.`medium`,`b`.`large`,`b`.`square`,`b`.`avatar_id`,`b`.`photo_id`,`b`.`storage` AS `avatarStorage`,`d`.`profile_id`,`e`.`state`,`e`.`type`,`e`.`alias`,`e`.`completed_fields`,`e`.`permalink`,`f`.`id` AS `cover_id`,`f`.`uid` AS `cover_uid`,`f`.`type` AS `cover_type`,`f`.`photo_id` AS `cover_photo_id`,`f`.`cover_id` AS `cover_cover_id`,`f`.`x` AS `cover_x`,`f`.`y` AS `cover_y`,`f`.`modified` AS `cover_modified`,SUM(`g`.`points`) AS `points` FROM `#__users` AS `a` LEFT JOIN `#__social_avatars` AS `b` ON `b`.`uid` = `a`.`id` AND `b`.`type` = 'user' LEFT JOIN `#__social_profiles_maps` AS `d` ON `d`.`user_id` = `a`.`id` LEFT JOIN `#__social_users` AS `e` ON `e`.`user_id` = `a`.`id` LEFT JOIN `#__social_covers` AS `f` ON `f`.`uid` = `a`.`id` AND `f`.`type` = 'user' LEFT JOIN `#__social_points_history` AS `g` ON `g`.`user_id` = `a`.`id` WHERE `a`.`id` = '1190' GROUP BY `a`.`id` |
Status | Duration |
---|
starting | 0.14 ms |
Executing hook on transaction | 0.01 ms |
starting | 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 |
Opening tables | 0.08 ms |
init | 0.01 ms |
System lock | 0.02 ms |
optimizing | 0.02 ms |
statistics | 0.15 ms |
preparing | 0.05 ms |
executing | 0.14 ms |
end | 0.02 ms |
query end | 0.01 ms |
waiting for handler commit | 0.02 ms |
closing tables | 0.02 ms |
freeing items | 0.09 ms |
cleaning up | 0.02 ms |
# | **Caller** | **File and line number** | 21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
20 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_easysocial/includes/db/helpers/base.php:41 |
19 | SocialDBHelper->__call() | JROOT/administrator/components/com_easysocial/includes/db/db.php:241 |
18 | SocialDb->__call() | JROOT/administrator/components/com_easysocial/models/users.php:773 |
17 | EasySocialModelUsers->getUsersMeta() | JROOT/administrator/components/com_easysocial/includes/user/user.php:682 |
16 | SocialUser::loadUsers() | JROOT/administrator/components/com_easysocial/includes/user/user.php:428 |
15 | SocialUser::factory() | JROOT/administrator/components/com_easysocial/includes/foundry.php:1534 |
14 | ES::user() | JROOT/components/com_komento/classes/profileVendors.php:90 |
13 | KomentoProfileEasysocial->getLink() | JROOT/components/com_komento/classes/profile.php:156 |
12 | KomentoProfile->getProfileLink() | JROOT/modules/mod_komento_comments/tmpl/default.php:52 |
11 | require JROOT/modules/mod_komento_comments/tmpl/default.php | JROOT/modules/mod_komento_comments/mod_komento_comments.php:101 |
10 | include JROOT/modules/mod_komento_comments/mod_komento_comments.php | JROOT/libraries/cms/module/helper.php:199 |
9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:411 |
6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:702 |
5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:477 |
4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1086 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:773 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:267 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Query Time: 0.43 ms** **After last query: 0.31 ms** **Query memory: 0.010 MB Memory before query: 31.293 MB** **Rows returned: 1**
SELECT COUNT(1) AS `count`
FROM `eqje8_social_users`
WHERE `user_id` = '1190'
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(1) AS `count` FROM `#__social_users` WHERE `user_id` = '1190'' at line 1 SQL=EXPLAIN EXTENDED SELECT COUNT(1) AS `count` FROM `#__social_users` WHERE `user_id` = '1190' |
Status | Duration |
---|
starting | 0.09 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.02 ms |
checking permissions | 0.01 ms |
Opening tables | 0.03 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.03 ms |
preparing | 0.02 ms |
executing | 0.02 ms |
end | 0.02 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.07 ms |
cleaning up | 0.01 ms |
# | **Caller** | **File and line number** | 21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1728 |
20 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_easysocial/includes/db/helpers/base.php:41 |
19 | SocialDBHelper->__call() | JROOT/administrator/components/com_easysocial/includes/db/db.php:241 |
18 | SocialDb->__call() | JROOT/administrator/components/com_easysocial/models/users.php:360 |
17 | EasySocialModelUsers->metaExists() | JROOT/administrator/components/com_easysocial/includes/user/user.php:702 |
16 | SocialUser::loadUsers() | JROOT/administrator/components/com_easysocial/includes/user/user.php:428 |
15 | SocialUser::factory() | JROOT/administrator/components/com_easysocial/includes/foundry.php:1534 |
14 | ES::user() | JROOT/components/com_komento/classes/profileVendors.php:90 |
13 | KomentoProfileEasysocial->getLink() | JROOT/components/com_komento/classes/profile.php:156 |
12 | KomentoProfile->getProfileLink() | JROOT/modules/mod_komento_comments/tmpl/default.php:52 |
11 | require JROOT/modules/mod_komento_comments/tmpl/default.php | JROOT/modules/mod_komento_comments/mod_komento_comments.php:101 |
10 | include JROOT/modules/mod_komento_comments/mod_komento_comments.php | JROOT/libraries/cms/module/helper.php:199 |
9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:411 |
6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:702 |
5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:477 |
4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1086 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:773 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:267 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Query Time: 0.49 ms** **After last query: 0.15 ms** **Query memory: 0.011 MB Memory before query: 31.308 MB** **Rows returned: 1**
SELECT b.`group_id` AS `id`, a.`title`
FROM `eqje8_usergroups` AS a
INNER JOIN `eqje8_user_usergroup_map` AS b
ON a.`id` = b.`group_id`
WHERE b.`user_id` = '1190'
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.`group_id` AS `id`, a.`title` FROM `#__usergroups` AS a INNER JOIN `' at line 1 SQL=EXPLAIN EXTENDED SELECT b.`group_id` AS `id`, a.`title` FROM `#__usergroups` AS a INNER JOIN `#__user_usergroup_map` AS b ON a.`id` = b.`group_id` WHERE b.`user_id` = '1190' |
Status | Duration |
---|
starting | 0.08 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.03 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.06 ms |
preparing | 0.03 ms |
executing | 0.04 ms |
end | 0.02 ms |
query end | 0.01 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.02 ms |
freeing items | 0.07 ms |
cleaning up | 0.02 ms |
# | **Caller** | **File and line number** | 23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
22 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_easysocial/includes/db/helpers/base.php:41 |
21 | SocialDBHelper->__call() | JROOT/administrator/components/com_easysocial/includes/db/db.php:241 |
20 | SocialDb->__call() | JROOT/administrator/components/com_easysocial/includes/user/helpers/joomla.php:82 |
19 | SocialUserHelperJoomla->getUserGroups() | JROOT/administrator/components/com_easysocial/includes/user/user.php:413 |
18 | SocialUser->initParams() | JROOT/administrator/components/com_easysocial/includes/user/user.php:260 |
17 | SocialUser->__construct() | JROOT/administrator/components/com_easysocial/includes/user/user.php:713 |
16 | SocialUser::loadUsers() | JROOT/administrator/components/com_easysocial/includes/user/user.php:428 |
15 | SocialUser::factory() | JROOT/administrator/components/com_easysocial/includes/foundry.php:1534 |
14 | ES::user() | JROOT/components/com_komento/classes/profileVendors.php:90 |
13 | KomentoProfileEasysocial->getLink() | JROOT/components/com_komento/classes/profile.php:156 |
12 | KomentoProfile->getProfileLink() | JROOT/modules/mod_komento_comments/tmpl/default.php:52 |
11 | require JROOT/modules/mod_komento_comments/tmpl/default.php | JROOT/modules/mod_komento_comments/mod_komento_comments.php:101 |
10 | include JROOT/modules/mod_komento_comments/mod_komento_comments.php | JROOT/libraries/cms/module/helper.php:199 |
9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:411 |
6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:702 |
5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:477 |
4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1086 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:773 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:267 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Query Time: 0.48 ms** **After last query: 0.94 ms** **Query memory: 0.010 MB Memory before query: 31.318 MB** **Rows returned: 0**
SELECT *
FROM `eqje8_social_default_avatars`
WHERE `uid`='1'
AND `type`='profiles'
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 `#__social_default_avatars` WHERE `uid`='1' AND `type`='profile' at line 1 SQL=EXPLAIN EXTENDED SELECT * FROM `#__social_default_avatars` WHERE `uid`='1' AND `type`='profiles' |
Status | Duration |
---|
starting | 0.11 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.04 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.02 ms |
executing | 0.03 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.08 ms |
cleaning up | 0.04 ms |
# | **Caller** | **File and line number** | 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
19 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_easysocial/includes/db/helpers/base.php:41 |
18 | SocialDBHelper->__call() | JROOT/administrator/components/com_easysocial/includes/db/db.php:241 |
17 | SocialDb->__call() | JROOT/administrator/components/com_easysocial/models/avatars.php:211 |
16 | EasySocialModelAvatars->getDefaultAvatars() | JROOT/administrator/components/com_easysocial/includes/user/user.php:1142 |
15 | SocialUser->getDefaultAvatar() | JROOT/administrator/components/com_easysocial/includes/user/user.php:1045 |
14 | SocialUser->getAvatar() | JROOT/components/com_komento/classes/profileVendors.php:83 |
13 | KomentoProfileEasysocial->getAvatar() | JROOT/components/com_komento/classes/profile.php:138 |
12 | KomentoProfile->getAvatar() | JROOT/modules/mod_komento_comments/tmpl/default.php:53 |
11 | require JROOT/modules/mod_komento_comments/tmpl/default.php | JROOT/modules/mod_komento_comments/mod_komento_comments.php:101 |
10 | include JROOT/modules/mod_komento_comments/mod_komento_comments.php | JROOT/libraries/cms/module/helper.php:199 |
9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:411 |
6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:702 |
5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:477 |
4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1086 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:773 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:267 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Query Time: 0.54 ms** **After last query: 0.30 ms** **Query memory: 0.009 MB Memory before query: 31.336 MB** **Rows returned: 1**
SELECT *
FROM eqje8_komento_comments
WHERE `id` = '194'
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 #__komento_comments
WHERE `id` = '194'' at line 1 SQL=EXPLAIN EXTENDED SELECT *
FROM #__komento_comments
WHERE `id` = '194' |
Status | Duration |
---|
starting | 0.11 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.04 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.06 ms |
preparing | 0.02 ms |
executing | 0.03 ms |
end | 0.01 ms |
query end | 0.01 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.02 ms |
freeing items | 0.07 ms |
cleaning up | 0.03 ms |
# | **Caller** | **File and line number** | 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1453 |
16 | JDatabaseDriver->loadAssoc() | JROOT/libraries/joomla/table/table.php:719 |
15 | JTable->load() | JROOT/administrator/components/com_komento/tables/comments.php:240 |
14 | KomentoTableComments->load() | JROOT/components/com_komento/models/comments.php:932 |
13 | KomentoModelComments->getTotalChilds() | JROOT/components/com_komento/helpers/comment.php:45 |
12 | KomentoCommentHelper::process() | JROOT/modules/mod_komento_comments/tmpl/default.php:21 |
11 | require JROOT/modules/mod_komento_comments/tmpl/default.php | JROOT/modules/mod_komento_comments/mod_komento_comments.php:101 |
10 | include JROOT/modules/mod_komento_comments/mod_komento_comments.php | JROOT/libraries/cms/module/helper.php:199 |
9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:411 |
6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:702 |
5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:477 |
4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1086 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:773 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:267 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Query Time: 0.56 ms** **After last query: 0.08 ms** **Query memory: 0.009 MB Memory before query: 31.343 MB** **Rows returned: 1**
SELECT COUNT(1)
FROM `eqje8_komento_comments`
WHERE `component` = 'com_content'
AND `cid` = '181'
AND `lft` BETWEEN '2'
AND '3'
AND `lft` != '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 COUNT(1) FROM `#__komento_comments` WHERE `component` = 'com_content' ' at line 1 SQL=EXPLAIN EXTENDED SELECT COUNT(1) FROM `#__komento_comments` WHERE `component` = 'com_content' AND `cid` = '181' AND `lft` BETWEEN '2' AND '3' AND `lft` != '2' |
Status | Duration |
---|
starting | 0.12 ms |
Executing hook on transaction | 0.03 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.03 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.09 ms |
preparing | 0.03 ms |
executing | 0.03 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.06 ms |
cleaning up | 0.03 ms |
# | **Caller** | **File and line number** | 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1728 |
16 | JDatabaseDriver->loadResult() | JROOT/components/com_komento/helpers/database.php:151 |
15 | KomentoDatabaseJoomla15->__call() | JROOT/components/com_komento/helpers/database.php:40 |
14 | KomentoDatabaseHelper->__call() | JROOT/components/com_komento/models/comments.php:946 |
13 | KomentoModelComments->getTotalChilds() | JROOT/components/com_komento/helpers/comment.php:45 |
12 | KomentoCommentHelper::process() | JROOT/modules/mod_komento_comments/tmpl/default.php:21 |
11 | require JROOT/modules/mod_komento_comments/tmpl/default.php | JROOT/modules/mod_komento_comments/mod_komento_comments.php:101 |
10 | include JROOT/modules/mod_komento_comments/mod_komento_comments.php | JROOT/libraries/cms/module/helper.php:199 |
9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:411 |
6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:702 |
5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:477 |
4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1086 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:773 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:267 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Query Time: 0.65 ms** **After last query: 0.07 ms** **Query memory: 0.009 MB Memory before query: 31.347 MB** **Rows returned: 1**
SELECT a.id, a.title, a.alias, a.catid, a.created_by, a.created_by_alias, a.hits, c.title AS category_title, c.alias AS category_alias, u.name AS author, parent.id AS parent_id, parent.alias AS parent_alias
FROM `eqje8_content` AS a
LEFT JOIN `eqje8_categories` AS c
ON c.id = a.catid
LEFT JOIN `eqje8_users` AS u
ON u.id = a.created_by
LEFT JOIN `eqje8_categories` AS parent
ON parent.id = c.parent_id
WHERE a.id = '181'
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.alias, a.catid, a.created_by, a.created_by_alias, a.hits' at line 1 SQL=EXPLAIN EXTENDED SELECT a.id, a.title, a.alias, a.catid, a.created_by, a.created_by_alias, a.hits, c.title AS category_title, c.alias AS category_alias, u.name AS author, parent.id AS parent_id, parent.alias AS parent_alias FROM `#__content` AS a LEFT JOIN `#__categories` AS c ON c.id = a.catid LEFT JOIN `#__users` AS u ON u.id = a.created_by LEFT JOIN `#__categories` AS parent ON parent.id = c.parent_id WHERE a.id = '181' |
Status | Duration |
---|
starting | 0.12 ms |
Executing hook on transaction | 0.02 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.05 ms |
init | 0.02 ms |
System lock | 0.03 ms |
optimizing | 0.02 ms |
statistics | 0.13 ms |
preparing | 0.02 ms |
executing | 0.02 ms |
end | 0.02 ms |
query end | 0.01 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.02 ms |
freeing items | 0.07 ms |
cleaning up | 0.02 ms |
# | **Caller** | **File and line number** | 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1650 |
16 | JDatabaseDriver->loadObject() | JROOT/components/com_komento/helpers/database.php:151 |
15 | KomentoDatabaseJoomla15->__call() | JROOT/components/com_komento/helpers/database.php:40 |
14 | KomentoDatabaseHelper->__call() | JROOT/components/com_komento/komento_plugins/com_content.php:54 |
13 | KomentoComcontent->load() | JROOT/components/com_komento/helpers/comment.php:55 |
12 | KomentoCommentHelper::process() | JROOT/modules/mod_komento_comments/tmpl/default.php:21 |
11 | require JROOT/modules/mod_komento_comments/tmpl/default.php | JROOT/modules/mod_komento_comments/mod_komento_comments.php:101 |
10 | include JROOT/modules/mod_komento_comments/mod_komento_comments.php | JROOT/libraries/cms/module/helper.php:199 |
9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:411 |
6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:702 |
5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:477 |
4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1086 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:773 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:267 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Query Time: 0.43 ms** **After last query: 0.31 ms** **Query memory: 0.010 MB Memory before query: 31.365 MB** **Rows returned: 1**
SELECT *
FROM `eqje8_users`
WHERE `id` = 848
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` = 848' at line 1 SQL=EXPLAIN EXTENDED SELECT *
FROM `#__users`
WHERE `id` = 848 |
Status | Duration |
---|
starting | 0.08 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.01 ms |
optimizing | 0.01 ms |
statistics | 0.03 ms |
preparing | 0.02 ms |
executing | 0.02 ms |
end | 0.01 ms |
query end | 0.02 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.05 ms |
cleaning up | 0.01 ms |
# | **Caller** | **File and line number** | 21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1453 |
20 | JDatabaseDriver->loadAssoc() | JROOT/libraries/joomla/table/user.php:85 |
19 | JTableUser->load() | JROOT/libraries/joomla/user/user.php:864 |
18 | JUser->load() | JROOT/libraries/joomla/user/user.php:243 |
17 | JUser->__construct() | JROOT/libraries/joomla/user/user.php:296 |
16 | JUser::getInstance() | JROOT/libraries/joomla/factory.php:248 |
15 | JFactory::getUser() | JROOT/components/com_komento/classes/profile.php:48 |
14 | KomentoProfile::getUser() | JROOT/components/com_komento/helpers/helper.php:307 |
13 | Komento::getProfile() | JROOT/components/com_komento/helpers/comment.php:97 |
12 | KomentoCommentHelper::process() | JROOT/modules/mod_komento_comments/tmpl/default.php:21 |
11 | require JROOT/modules/mod_komento_comments/tmpl/default.php | JROOT/modules/mod_komento_comments/mod_komento_comments.php:101 |
10 | include JROOT/modules/mod_komento_comments/mod_komento_comments.php | JROOT/libraries/cms/module/helper.php:199 |
9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:411 |
6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:702 |
5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:477 |
4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1086 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:773 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:267 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Query Time: 0.43 ms** **After last query: 0.09 ms** **Query memory: 0.010 MB Memory before query: 31.378 MB** **Rows returned: 3**
SELECT `g`.`id`,`g`.`title`
FROM `eqje8_usergroups` AS g
INNER JOIN `eqje8_user_usergroup_map` AS m
ON m.group_id = g.id
WHERE `m`.`user_id` = 848
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 SQL=EXPLAIN EXTENDED SELECT `g`.`id`,`g`.`title`
FROM `#__usergroups` AS g
INNER JOIN `#__user_usergroup_map` AS m ON m.group_id = g.id
WHERE `m`.`user_id` = 848 |
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.02 ms |
Opening tables | 0.03 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.05 ms |
preparing | 0.02 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.05 ms |
cleaning up | 0.01 ms |
# | **Caller** | **File and line number** | 21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1494 |
20 | JDatabaseDriver->loadAssocList() | JROOT/libraries/joomla/table/user.php:110 |
19 | JTableUser->load() | JROOT/libraries/joomla/user/user.php:864 |
18 | JUser->load() | JROOT/libraries/joomla/user/user.php:243 |
17 | JUser->__construct() | JROOT/libraries/joomla/user/user.php:296 |
16 | JUser::getInstance() | JROOT/libraries/joomla/factory.php:248 |
15 | JFactory::getUser() | JROOT/components/com_komento/classes/profile.php:48 |
14 | KomentoProfile::getUser() | JROOT/components/com_komento/helpers/helper.php:307 |
13 | Komento::getProfile() | JROOT/components/com_komento/helpers/comment.php:97 |
12 | KomentoCommentHelper::process() | JROOT/modules/mod_komento_comments/tmpl/default.php:21 |
11 | require JROOT/modules/mod_komento_comments/tmpl/default.php | JROOT/modules/mod_komento_comments/mod_komento_comments.php:101 |
10 | include JROOT/modules/mod_komento_comments/mod_komento_comments.php | JROOT/libraries/cms/module/helper.php:199 |
9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:411 |
6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:702 |
5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:477 |
4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1086 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:773 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:267 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Query Time: 0.38 ms** **After last query: 0.10 ms** **Query memory: 0.010 MB Memory before query: 31.389 MB** **Rows returned: 1**
SELECT *
FROM `eqje8_users`
WHERE `id` = 848
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` = 848' at line 1 SQL=EXPLAIN EXTENDED SELECT *
FROM `#__users`
WHERE `id` = 848 |
Status | Duration |
---|
starting | 0.07 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.01 ms |
optimizing | 0.01 ms |
statistics | 0.04 ms |
preparing | 0.02 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.05 ms |
cleaning up | 0.01 ms |
# | **Caller** | **File and line number** | 21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1453 |
20 | JDatabaseDriver->loadAssoc() | JROOT/libraries/joomla/table/user.php:85 |
19 | JTableUser->load() | JROOT/libraries/joomla/user/user.php:864 |
18 | JUser->load() | JROOT/components/com_komento/classes/profile.php:73 |
17 | KomentoProfile->load() | JROOT/libraries/joomla/user/user.php:243 |
16 | JUser->__construct() | JROOT/components/com_komento/classes/profile.php:41 |
15 | KomentoProfile->__construct() | JROOT/components/com_komento/classes/profile.php:58 |
14 | KomentoProfile::getUser() | JROOT/components/com_komento/helpers/helper.php:307 |
13 | Komento::getProfile() | JROOT/components/com_komento/helpers/comment.php:97 |
12 | KomentoCommentHelper::process() | JROOT/modules/mod_komento_comments/tmpl/default.php:21 |
11 | require JROOT/modules/mod_komento_comments/tmpl/default.php | JROOT/modules/mod_komento_comments/mod_komento_comments.php:101 |
10 | include JROOT/modules/mod_komento_comments/mod_komento_comments.php | JROOT/libraries/cms/module/helper.php:199 |
9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:411 |
6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:702 |
5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:477 |
4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1086 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:773 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:267 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Query Time: 0.43 ms** **After last query: 0.07 ms** **Query memory: 0.010 MB Memory before query: 31.402 MB** **Rows returned: 3**
SELECT `g`.`id`,`g`.`title`
FROM `eqje8_usergroups` AS g
INNER JOIN `eqje8_user_usergroup_map` AS m
ON m.group_id = g.id
WHERE `m`.`user_id` = 848
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 SQL=EXPLAIN EXTENDED SELECT `g`.`id`,`g`.`title`
FROM `#__usergroups` AS g
INNER JOIN `#__user_usergroup_map` AS m ON m.group_id = g.id
WHERE `m`.`user_id` = 848 |
Status | Duration |
---|
starting | 0.08 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.03 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.04 ms |
preparing | 0.02 ms |
executing | 0.03 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.07 ms |
cleaning up | 0.02 ms |
# | **Caller** | **File and line number** | 21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1494 |
20 | JDatabaseDriver->loadAssocList() | JROOT/libraries/joomla/table/user.php:110 |
19 | JTableUser->load() | JROOT/libraries/joomla/user/user.php:864 |
18 | JUser->load() | JROOT/components/com_komento/classes/profile.php:73 |
17 | KomentoProfile->load() | JROOT/libraries/joomla/user/user.php:243 |
16 | JUser->__construct() | JROOT/components/com_komento/classes/profile.php:41 |
15 | KomentoProfile->__construct() | JROOT/components/com_komento/classes/profile.php:58 |
14 | KomentoProfile::getUser() | JROOT/components/com_komento/helpers/helper.php:307 |
13 | Komento::getProfile() | JROOT/components/com_komento/helpers/comment.php:97 |
12 | KomentoCommentHelper::process() | JROOT/modules/mod_komento_comments/tmpl/default.php:21 |
11 | require JROOT/modules/mod_komento_comments/tmpl/default.php | JROOT/modules/mod_komento_comments/mod_komento_comments.php:101 |
10 | include JROOT/modules/mod_komento_comments/mod_komento_comments.php | JROOT/libraries/cms/module/helper.php:199 |
9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:411 |
6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:702 |
5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:477 |
4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1086 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:773 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:267 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Query Time: 0.43 ms** **After last query: 0.09 ms** **Query memory: 0.009 MB Memory before query: 31.412 MB** **Rows returned: 1**
SELECT *
FROM `eqje8_users`
WHERE `id` = 848
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` = 848' at line 1 SQL=EXPLAIN EXTENDED SELECT *
FROM `#__users`
WHERE `id` = 848 |
Status | Duration |
---|
starting | 0.11 ms |
Executing hook on transaction | 0.03 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.03 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.03 ms |
preparing | 0.02 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.05 ms |
cleaning up | 0.01 ms |
# | **Caller** | **File and line number** | 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1453 |
18 | JDatabaseDriver->loadAssoc() | JROOT/libraries/joomla/table/user.php:85 |
17 | JTableUser->load() | JROOT/libraries/joomla/user/user.php:864 |
16 | JUser->load() | JROOT/components/com_komento/classes/profile.php:73 |
15 | KomentoProfile->load() | JROOT/components/com_komento/classes/profile.php:61 |
14 | KomentoProfile::getUser() | JROOT/components/com_komento/helpers/helper.php:307 |
13 | Komento::getProfile() | JROOT/components/com_komento/helpers/comment.php:97 |
12 | KomentoCommentHelper::process() | JROOT/modules/mod_komento_comments/tmpl/default.php:21 |
11 | require JROOT/modules/mod_komento_comments/tmpl/default.php | JROOT/modules/mod_komento_comments/mod_komento_comments.php:101 |
10 | include JROOT/modules/mod_komento_comments/mod_komento_comments.php | JROOT/libraries/cms/module/helper.php:199 |
9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:411 |
6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:702 |
5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:477 |
4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1086 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:773 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:267 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Query Time: 0.42 ms** **After last query: 0.07 ms** **Query memory: 0.009 MB Memory before query: 31.424 MB** **Rows returned: 3**
SELECT `g`.`id`,`g`.`title`
FROM `eqje8_usergroups` AS g
INNER JOIN `eqje8_user_usergroup_map` AS m
ON m.group_id = g.id
WHERE `m`.`user_id` = 848
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 SQL=EXPLAIN EXTENDED SELECT `g`.`id`,`g`.`title`
FROM `#__usergroups` AS g
INNER JOIN `#__user_usergroup_map` AS m ON m.group_id = g.id
WHERE `m`.`user_id` = 848 |
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.01 ms |
Opening tables | 0.03 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.04 ms |
preparing | 0.02 ms |
executing | 0.03 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.05 ms |
cleaning up | 0.01 ms |
# | **Caller** | **File and line number** | 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1494 |
18 | JDatabaseDriver->loadAssocList() | JROOT/libraries/joomla/table/user.php:110 |
17 | JTableUser->load() | JROOT/libraries/joomla/user/user.php:864 |
16 | JUser->load() | JROOT/components/com_komento/classes/profile.php:73 |
15 | KomentoProfile->load() | JROOT/components/com_komento/classes/profile.php:61 |
14 | KomentoProfile::getUser() | JROOT/components/com_komento/helpers/helper.php:307 |
13 | Komento::getProfile() | JROOT/components/com_komento/helpers/comment.php:97 |
12 | KomentoCommentHelper::process() | JROOT/modules/mod_komento_comments/tmpl/default.php:21 |
11 | require JROOT/modules/mod_komento_comments/tmpl/default.php | JROOT/modules/mod_komento_comments/mod_komento_comments.php:101 |
10 | include JROOT/modules/mod_komento_comments/mod_komento_comments.php | JROOT/libraries/cms/module/helper.php:199 |
9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:411 |
6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:702 |
5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:477 |
4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1086 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:773 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:267 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Query Time: 0.37 ms** **After last query: 0.30 ms** **Query memory: 0.009 MB Memory before query: 31.429 MB** **Rows returned: 1**
SELECT COUNT(1)
FROM `eqje8_komento_actions`
WHERE `type` = 'likes'
AND `comment_id` = '194'
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(1) FROM `#__komento_actions` WHERE `type` = 'likes' AND `comment' at line 1 SQL=EXPLAIN EXTENDED SELECT COUNT(1) FROM `#__komento_actions` WHERE `type` = 'likes' AND `comment_id` = '194' |
Status | Duration |
---|
starting | 0.07 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.01 ms |
optimizing | 0.02 ms |
statistics | 0.05 ms |
preparing | 0.02 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.06 ms |
cleaning up | 0.01 ms |
# | **Caller** | **File and line number** | 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1728 |
16 | JDatabaseDriver->loadResult() | JROOT/components/com_komento/helpers/database.php:151 |
15 | KomentoDatabaseJoomla15->__call() | JROOT/components/com_komento/helpers/database.php:40 |
14 | KomentoDatabaseHelper->__call() | JROOT/components/com_komento/models/actions.php:228 |
13 | KomentoModelActions->countAction() | JROOT/components/com_komento/helpers/comment.php:157 |
12 | KomentoCommentHelper::process() | JROOT/modules/mod_komento_comments/tmpl/default.php:21 |
11 | require JROOT/modules/mod_komento_comments/tmpl/default.php | JROOT/modules/mod_komento_comments/mod_komento_comments.php:101 |
10 | include JROOT/modules/mod_komento_comments/mod_komento_comments.php | JROOT/libraries/cms/module/helper.php:199 |
9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:411 |
6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:702 |
5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:477 |
4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1086 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:773 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:267 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Query Time: 0.95 ms** **After last query: 0.55 ms** **Query memory: 0.010 MB Memory before query: 31.458 MB** **Rows returned: 1**
SELECT `a`.*,`b`.`small`,`b`.`medium`,`b`.`large`,`b`.`square`,`b`.`avatar_id`,`b`.`photo_id`,`b`.`storage` AS `avatarStorage`,`d`.`profile_id`,`e`.`state`,`e`.`type`,`e`.`alias`,`e`.`completed_fields`,`e`.`permalink`,`f`.`id` AS `cover_id`,`f`.`uid` AS `cover_uid`,`f`.`type` AS `cover_type`,`f`.`photo_id` AS `cover_photo_id`,`f`.`cover_id` AS `cover_cover_id`,`f`.`x` AS `cover_x`,`f`.`y` AS `cover_y`,`f`.`modified` AS `cover_modified`,SUM(`g`.`points`) AS `points`
FROM `eqje8_users` AS `a`
LEFT JOIN `eqje8_social_avatars` AS `b`
ON `b`.`uid` = `a`.`id`
AND `b`.`type` = 'user'
LEFT JOIN `eqje8_social_profiles_maps` AS `d`
ON `d`.`user_id` = `a`.`id`
LEFT JOIN `eqje8_social_users` AS `e`
ON `e`.`user_id` = `a`.`id`
LEFT JOIN `eqje8_social_covers` AS `f`
ON `f`.`uid` = `a`.`id`
AND `f`.`type` = 'user'
LEFT JOIN `eqje8_social_points_history` AS `g`
ON `g`.`user_id` = `a`.`id`
WHERE `a`.`id` = '848'
GROUP BY `a`.`id`
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`.*,`b`.`small`,`b`.`medium`,`b`.`large`,`b`.`square`,`b`.`avatar_id`,`' at line 1 SQL=EXPLAIN EXTENDED SELECT `a`.*,`b`.`small`,`b`.`medium`,`b`.`large`,`b`.`square`,`b`.`avatar_id`,`b`.`photo_id`,`b`.`storage` AS `avatarStorage`,`d`.`profile_id`,`e`.`state`,`e`.`type`,`e`.`alias`,`e`.`completed_fields`,`e`.`permalink`,`f`.`id` AS `cover_id`,`f`.`uid` AS `cover_uid`,`f`.`type` AS `cover_type`,`f`.`photo_id` AS `cover_photo_id`,`f`.`cover_id` AS `cover_cover_id`,`f`.`x` AS `cover_x`,`f`.`y` AS `cover_y`,`f`.`modified` AS `cover_modified`,SUM(`g`.`points`) AS `points` FROM `#__users` AS `a` LEFT JOIN `#__social_avatars` AS `b` ON `b`.`uid` = `a`.`id` AND `b`.`type` = 'user' LEFT JOIN `#__social_profiles_maps` AS `d` ON `d`.`user_id` = `a`.`id` LEFT JOIN `#__social_users` AS `e` ON `e`.`user_id` = `a`.`id` LEFT JOIN `#__social_covers` AS `f` ON `f`.`uid` = `a`.`id` AND `f`.`type` = 'user' LEFT JOIN `#__social_points_history` AS `g` ON `g`.`user_id` = `a`.`id` WHERE `a`.`id` = '848' GROUP BY `a`.`id` |
Status | Duration |
---|
starting | 0.12 ms |
Executing hook on transaction | 0.01 ms |
starting | 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 |
Opening tables | 0.07 ms |
init | 0.01 ms |
System lock | 0.02 ms |
optimizing | 0.02 ms |
statistics | 0.14 ms |
preparing | 0.04 ms |
executing | 0.27 ms |
end | 0.01 ms |
query end | 0.01 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.03 ms |
freeing items | 0.06 ms |
cleaning up | 0.03 ms |
# | **Caller** | **File and line number** | 21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
20 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_easysocial/includes/db/helpers/base.php:41 |
19 | SocialDBHelper->__call() | JROOT/administrator/components/com_easysocial/includes/db/db.php:241 |
18 | SocialDb->__call() | JROOT/administrator/components/com_easysocial/models/users.php:773 |
17 | EasySocialModelUsers->getUsersMeta() | JROOT/administrator/components/com_easysocial/includes/user/user.php:682 |
16 | SocialUser::loadUsers() | JROOT/administrator/components/com_easysocial/includes/user/user.php:428 |
15 | SocialUser::factory() | JROOT/administrator/components/com_easysocial/includes/foundry.php:1534 |
14 | ES::user() | JROOT/components/com_komento/classes/profileVendors.php:90 |
13 | KomentoProfileEasysocial->getLink() | JROOT/components/com_komento/classes/profile.php:156 |
12 | KomentoProfile->getProfileLink() | JROOT/modules/mod_komento_comments/tmpl/default.php:52 |
11 | require JROOT/modules/mod_komento_comments/tmpl/default.php | JROOT/modules/mod_komento_comments/mod_komento_comments.php:101 |
10 | include JROOT/modules/mod_komento_comments/mod_komento_comments.php | JROOT/libraries/cms/module/helper.php:199 |
9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:411 |
6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:702 |
5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:477 |
4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1086 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:773 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:267 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Query Time: 0.37 ms** **After last query: 0.22 ms** **Query memory: 0.010 MB Memory before query: 31.459 MB** **Rows returned: 1**
SELECT COUNT(1) AS `count`
FROM `eqje8_social_users`
WHERE `user_id` = '848'
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(1) AS `count` FROM `#__social_users` WHERE `user_id` = '848'' at line 1 SQL=EXPLAIN EXTENDED SELECT COUNT(1) AS `count` FROM `#__social_users` WHERE `user_id` = '848' |
Status | Duration |
---|
starting | 0.07 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
init | 0.01 ms |
System lock | 0.02 ms |
optimizing | 0.02 ms |
statistics | 0.02 ms |
preparing | 0.04 ms |
executing | 0.01 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.05 ms |
cleaning up | 0.02 ms |
# | **Caller** | **File and line number** | 21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1728 |
20 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_easysocial/includes/db/helpers/base.php:41 |
19 | SocialDBHelper->__call() | JROOT/administrator/components/com_easysocial/includes/db/db.php:241 |
18 | SocialDb->__call() | JROOT/administrator/components/com_easysocial/models/users.php:360 |
17 | EasySocialModelUsers->metaExists() | JROOT/administrator/components/com_easysocial/includes/user/user.php:702 |
16 | SocialUser::loadUsers() | JROOT/administrator/components/com_easysocial/includes/user/user.php:428 |
15 | SocialUser::factory() | JROOT/administrator/components/com_easysocial/includes/foundry.php:1534 |
14 | ES::user() | JROOT/components/com_komento/classes/profileVendors.php:90 |
13 | KomentoProfileEasysocial->getLink() | JROOT/components/com_komento/classes/profile.php:156 |
12 | KomentoProfile->getProfileLink() | JROOT/modules/mod_komento_comments/tmpl/default.php:52 |
11 | require JROOT/modules/mod_komento_comments/tmpl/default.php | JROOT/modules/mod_komento_comments/mod_komento_comments.php:101 |
10 | include JROOT/modules/mod_komento_comments/mod_komento_comments.php | JROOT/libraries/cms/module/helper.php:199 |
9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:411 |
6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:702 |
5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:477 |
4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1086 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:773 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:267 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Query Time: 0.45 ms** **After last query: 0.13 ms** **Query memory: 0.011 MB Memory before query: 31.475 MB** **Rows returned: 3**
SELECT b.`group_id` AS `id`, a.`title`
FROM `eqje8_usergroups` AS a
INNER JOIN `eqje8_user_usergroup_map` AS b
ON a.`id` = b.`group_id`
WHERE b.`user_id` = '848'
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.`group_id` AS `id`, a.`title` FROM `#__usergroups` AS a INNER JOIN `' at line 1 SQL=EXPLAIN EXTENDED SELECT b.`group_id` AS `id`, a.`title` FROM `#__usergroups` AS a INNER JOIN `#__user_usergroup_map` AS b ON a.`id` = b.`group_id` WHERE b.`user_id` = '848' |
Status | Duration |
---|
starting | 0.08 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.03 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.05 ms |
preparing | 0.02 ms |
executing | 0.05 ms |
end | 0.01 ms |
query end | 0.01 ms |
waiting for handler commit | 0.02 ms |
closing tables | 0.02 ms |
freeing items | 0.05 ms |
cleaning up | 0.03 ms |
# | **Caller** | **File and line number** | 23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
22 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_easysocial/includes/db/helpers/base.php:41 |
21 | SocialDBHelper->__call() | JROOT/administrator/components/com_easysocial/includes/db/db.php:241 |
20 | SocialDb->__call() | JROOT/administrator/components/com_easysocial/includes/user/helpers/joomla.php:82 |
19 | SocialUserHelperJoomla->getUserGroups() | JROOT/administrator/components/com_easysocial/includes/user/user.php:413 |
18 | SocialUser->initParams() | JROOT/administrator/components/com_easysocial/includes/user/user.php:260 |
17 | SocialUser->__construct() | JROOT/administrator/components/com_easysocial/includes/user/user.php:713 |
16 | SocialUser::loadUsers() | JROOT/administrator/components/com_easysocial/includes/user/user.php:428 |
15 | SocialUser::factory() | JROOT/administrator/components/com_easysocial/includes/foundry.php:1534 |
14 | ES::user() | JROOT/components/com_komento/classes/profileVendors.php:90 |
13 | KomentoProfileEasysocial->getLink() | JROOT/components/com_komento/classes/profile.php:156 |
12 | KomentoProfile->getProfileLink() | JROOT/modules/mod_komento_comments/tmpl/default.php:52 |
11 | require JROOT/modules/mod_komento_comments/tmpl/default.php | JROOT/modules/mod_komento_comments/mod_komento_comments.php:101 |
10 | include JROOT/modules/mod_komento_comments/mod_komento_comments.php | JROOT/libraries/cms/module/helper.php:199 |
9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:411 |
6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:702 |
5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:477 |
4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1086 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:773 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:267 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Query Time: 0.42 ms** **After last query: 0.87 ms** **Query memory: 0.010 MB Memory before query: 31.485 MB** **Rows returned: 0**
SELECT *
FROM `eqje8_social_default_avatars`
WHERE `uid`='1'
AND `type`='profiles'
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 `#__social_default_avatars` WHERE `uid`='1' AND `type`='profile' at line 1 SQL=EXPLAIN EXTENDED SELECT * FROM `#__social_default_avatars` WHERE `uid`='1' AND `type`='profiles' |
Status | Duration |
---|
starting | 0.09 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.01 ms |
optimizing | 0.02 ms |
statistics | 0.02 ms |
executing | 0.02 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.07 ms |
cleaning up | 0.03 ms |
# | **Caller** | **File and line number** | 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
19 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_easysocial/includes/db/helpers/base.php:41 |
18 | SocialDBHelper->__call() | JROOT/administrator/components/com_easysocial/includes/db/db.php:241 |
17 | SocialDb->__call() | JROOT/administrator/components/com_easysocial/models/avatars.php:211 |
16 | EasySocialModelAvatars->getDefaultAvatars() | JROOT/administrator/components/com_easysocial/includes/user/user.php:1142 |
15 | SocialUser->getDefaultAvatar() | JROOT/administrator/components/com_easysocial/includes/user/user.php:1045 |
14 | SocialUser->getAvatar() | JROOT/components/com_komento/classes/profileVendors.php:83 |
13 | KomentoProfileEasysocial->getAvatar() | JROOT/components/com_komento/classes/profile.php:138 |
12 | KomentoProfile->getAvatar() | JROOT/modules/mod_komento_comments/tmpl/default.php:53 |
11 | require JROOT/modules/mod_komento_comments/tmpl/default.php | JROOT/modules/mod_komento_comments/mod_komento_comments.php:101 |
10 | include JROOT/modules/mod_komento_comments/mod_komento_comments.php | JROOT/libraries/cms/module/helper.php:199 |
9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:411 |
6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:702 |
5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:477 |
4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1086 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:773 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:267 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Query Time: 0.47 ms** **After last query: 0.41 ms** **Query memory: 0.009 MB Memory before query: 31.503 MB** **Rows returned: 1**
SELECT *
FROM eqje8_komento_comments
WHERE `id` = '193'
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 #__komento_comments
WHERE `id` = '193'' at line 1 SQL=EXPLAIN EXTENDED SELECT *
FROM #__komento_comments
WHERE `id` = '193' |
Status | Duration |
---|
starting | 0.09 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.01 ms |
optimizing | 0.01 ms |
statistics | 0.04 ms |
preparing | 0.02 ms |
executing | 0.03 ms |
end | 0.01 ms |
query end | 0.01 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.02 ms |
freeing items | 0.06 ms |
cleaning up | 0.01 ms |
# | **Caller** | **File and line number** | 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1453 |
16 | JDatabaseDriver->loadAssoc() | JROOT/libraries/joomla/table/table.php:719 |
15 | JTable->load() | JROOT/administrator/components/com_komento/tables/comments.php:240 |
14 | KomentoTableComments->load() | JROOT/components/com_komento/models/comments.php:932 |
13 | KomentoModelComments->getTotalChilds() | JROOT/components/com_komento/helpers/comment.php:45 |
12 | KomentoCommentHelper::process() | JROOT/modules/mod_komento_comments/tmpl/default.php:21 |
11 | require JROOT/modules/mod_komento_comments/tmpl/default.php | JROOT/modules/mod_komento_comments/mod_komento_comments.php:101 |
10 | include JROOT/modules/mod_komento_comments/mod_komento_comments.php | JROOT/libraries/cms/module/helper.php:199 |
9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:411 |
6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:702 |
5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:477 |
4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1086 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:773 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:267 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Query Time: 0.48 ms** **After last query: 0.08 ms** **Query memory: 0.009 MB Memory before query: 31.510 MB** **Rows returned: 1**
SELECT COUNT(1)
FROM `eqje8_komento_comments`
WHERE `component` = 'com_content'
AND `cid` = '213'
AND `lft` BETWEEN '8'
AND '9'
AND `lft` != '8'
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(1) FROM `#__komento_comments` WHERE `component` = 'com_content' ' at line 1 SQL=EXPLAIN EXTENDED SELECT COUNT(1) FROM `#__komento_comments` WHERE `component` = 'com_content' AND `cid` = '213' AND `lft` BETWEEN '8' AND '9' AND `lft` != '8' |
Status | Duration |
---|
starting | 0.09 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.01 ms |
optimizing | 0.02 ms |
statistics | 0.09 ms |
preparing | 0.03 ms |
executing | 0.03 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.06 ms |
cleaning up | 0.01 ms |
# | **Caller** | **File and line number** | 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1728 |
16 | JDatabaseDriver->loadResult() | JROOT/components/com_komento/helpers/database.php:151 |
15 | KomentoDatabaseJoomla15->__call() | JROOT/components/com_komento/helpers/database.php:40 |
14 | KomentoDatabaseHelper->__call() | JROOT/components/com_komento/models/comments.php:946 |
13 | KomentoModelComments->getTotalChilds() | JROOT/components/com_komento/helpers/comment.php:45 |
12 | KomentoCommentHelper::process() | JROOT/modules/mod_komento_comments/tmpl/default.php:21 |
11 | require JROOT/modules/mod_komento_comments/tmpl/default.php | JROOT/modules/mod_komento_comments/mod_komento_comments.php:101 |
10 | include JROOT/modules/mod_komento_comments/mod_komento_comments.php | JROOT/libraries/cms/module/helper.php:199 |
9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:411 |
6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:702 |
5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:477 |
4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1086 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:773 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:267 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Query Time: 0.49 ms** **After last query: 0.05 ms** **Query memory: 0.009 MB Memory before query: 31.514 MB** **Rows returned: 1**
SELECT a.id, a.title, a.alias, a.catid, a.created_by, a.created_by_alias, a.hits, c.title AS category_title, c.alias AS category_alias, u.name AS author, parent.id AS parent_id, parent.alias AS parent_alias
FROM `eqje8_content` AS a
LEFT JOIN `eqje8_categories` AS c
ON c.id = a.catid
LEFT JOIN `eqje8_users` AS u
ON u.id = a.created_by
LEFT JOIN `eqje8_categories` AS parent
ON parent.id = c.parent_id
WHERE a.id = '213'
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.alias, a.catid, a.created_by, a.created_by_alias, a.hits' at line 1 SQL=EXPLAIN EXTENDED SELECT a.id, a.title, a.alias, a.catid, a.created_by, a.created_by_alias, a.hits, c.title AS category_title, c.alias AS category_alias, u.name AS author, parent.id AS parent_id, parent.alias AS parent_alias FROM `#__content` AS a LEFT JOIN `#__categories` AS c ON c.id = a.catid LEFT JOIN `#__users` AS u ON u.id = a.created_by LEFT JOIN `#__categories` AS parent ON parent.id = c.parent_id WHERE a.id = '213' |
Status | Duration |
---|
starting | 0.10 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.04 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.07 ms |
preparing | 0.02 ms |
executing | 0.02 ms |
end | 0.01 ms |
query end | 0.01 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.02 ms |
freeing items | 0.06 ms |
cleaning up | 0.01 ms |
# | **Caller** | **File and line number** | 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1650 |
16 | JDatabaseDriver->loadObject() | JROOT/components/com_komento/helpers/database.php:151 |
15 | KomentoDatabaseJoomla15->__call() | JROOT/components/com_komento/helpers/database.php:40 |
14 | KomentoDatabaseHelper->__call() | JROOT/components/com_komento/komento_plugins/com_content.php:54 |
13 | KomentoComcontent->load() | JROOT/components/com_komento/helpers/comment.php:55 |
12 | KomentoCommentHelper::process() | JROOT/modules/mod_komento_comments/tmpl/default.php:21 |
11 | require JROOT/modules/mod_komento_comments/tmpl/default.php | JROOT/modules/mod_komento_comments/mod_komento_comments.php:101 |
10 | include JROOT/modules/mod_komento_comments/mod_komento_comments.php | JROOT/libraries/cms/module/helper.php:199 |
9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:411 |
6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:702 |
5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:477 |
4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1086 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:773 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:267 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Query Time: 59.62 ms** **After last query: 0.48 ms** **Query memory: 0.009 MB Memory before query: 31.530 MB** **Rows returned: 1**
SELECT COUNT(1)
FROM `eqje8_komento_actions`
WHERE `type` = 'likes'
AND `comment_id` = '193'
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(1) FROM `#__komento_actions` WHERE `type` = 'likes' AND `comment' at line 1 SQL=EXPLAIN EXTENDED SELECT COUNT(1) FROM `#__komento_actions` WHERE `type` = 'likes' AND `comment_id` = '193' |
Status | Duration |
---|
starting | 0.09 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.01 ms |
optimizing | 0.02 ms |
statistics | 0.05 ms |
preparing | 0.03 ms |
executing | 0.03 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.06 ms |
cleaning up | 0.01 ms |
# | **Caller** | **File and line number** | 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1728 |
16 | JDatabaseDriver->loadResult() | JROOT/components/com_komento/helpers/database.php:151 |
15 | KomentoDatabaseJoomla15->__call() | JROOT/components/com_komento/helpers/database.php:40 |
14 | KomentoDatabaseHelper->__call() | JROOT/components/com_komento/models/actions.php:228 |
13 | KomentoModelActions->countAction() | JROOT/components/com_komento/helpers/comment.php:157 |
12 | KomentoCommentHelper::process() | JROOT/modules/mod_komento_comments/tmpl/default.php:21 |
11 | require JROOT/modules/mod_komento_comments/tmpl/default.php | JROOT/modules/mod_komento_comments/mod_komento_comments.php:101 |
10 | include JROOT/modules/mod_komento_comments/mod_komento_comments.php | JROOT/libraries/cms/module/helper.php:199 |
9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:411 |
6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:702 |
5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:477 |
4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1086 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:773 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:267 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Query Time: 0.79 ms** **After last query: 3.59 ms** **Query memory: 0.006 MB Memory before query: 31.538 MB** **Rows returned: 0**
SELECT *
FROM eqje8_jmap_metainfo
WHERE `linkurl` = 'http://www.civilearn.com/category/learn/education-course'
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 *
FROM #__jmap_metainfo
WHERE `linkurl` = 'http://www.civilearn.com/' at line 1 SQL=EXPLAIN EXTENDED SELECT *
FROM #__jmap_metainfo
WHERE `linkurl` = 'http://www.civilearn.com/category/learn/education-course'
AND `published` = 1 |
Status | Duration |
---|
starting | 0.14 ms |
Executing hook on transaction | 0.01 ms |
starting | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.21 ms |
init | 0.02 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.08 ms |
preparing | 0.03 ms |
executing | 0.03 ms |
end | 0.01 ms |
query end | 0.01 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.03 ms |
freeing items | 0.06 ms |
cleaning up | 0.02 ms |
# | **Caller** | **File and line number** | 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1650 |
13 | JDatabaseDriver->loadObject() | JROOT/plugins/system/jmap/jmap.php:264 |
12 | plgSystemJMap->onBeforeCompileHead() | JROOT/libraries/joomla/event/event.php:69 |
11 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
10 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
9 | JApplicationBase->triggerEvent() | JROOT/libraries/joomla/document/renderer/html/head.php:58 |
8 | JDocumentRendererHtmlHead->fetchHead() | JROOT/libraries/joomla/document/renderer/html/head.php:34 |
7 | JDocumentRendererHtmlHead->render() | JROOT/libraries/joomla/document/html.php:411 |
6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:702 |
5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:477 |
4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1086 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:773 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:267 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Query Time: 0.51 ms** **After last query: 6.07 ms** **Query memory: 0.004 MB Memory before query: 31.676 MB** **Rows returned: 0**
SELECT `name`,`regex`,`replacement`
FROM `eqje8_jhackguard_output_filters`
WHERE `state` = 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 `name`,`regex`,`replacement`
FROM `#__jhackguard_output_filters`
WHERE' at line 1 SQL=EXPLAIN EXTENDED SELECT `name`,`regex`,`replacement`
FROM `#__jhackguard_output_filters`
WHERE `state` = 1
ORDER BY ordering ASC |
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.15 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
executing | 0.01 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.02 ms |
freeing items | 0.06 ms |
cleaning up | 0.02 ms |
# | **Caller** | **File and line number** | 9 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
8 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/jhackguard/jhackguard.php:91 |
7 | PlgSystemJhackguard->onAfterRender() | JROOT/libraries/joomla/event/event.php:69 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
5 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
4 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1092 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:773 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:267 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**10 × SELECT a.id, a.title, a.alias, a.catid, a.created_by, a.created_by_alias, a.hits, c.title AS category_title, c.alias AS category_alias, u.name AS author, parent.id AS parent_id, parent.alias AS parent_alias
FROM `eqje8_content` AS a
LEFT JOIN `eqje8_categories` AS c
ON c.id = a.catid
LEFT JOIN `eqje8_users` AS u
ON u.id = a.created_by
LEFT JOIN `eqje8_categories` AS parent
ON parent.id = c.parent_id**
**10 × SELECT COUNT(1)
FROM `eqje8_komento_comments`**
**9 × SELECT `g`.`id`,`g`.`title`
FROM `eqje8_usergroups` AS g
INNER JOIN `eqje8_user_usergroup_map` AS m
ON m.group_id = g.id**
**9 × SELECT *
FROM `eqje8_users`**
**6 × SELECT `m`.`tag_id`,`t`.*
FROM `eqje8_contentitem_tag_map` AS m
INNER JOIN `eqje8_tags` AS t
ON `m`.`tag_id` = `t`.`id`**
**6 × SELECT *
FROM `eqje8_komento_comments`**
**5 × SELECT eqje8_j2store_products.*,`eqje8_j2store_productimages`.`j2store_productimage_id`,`eqje8_j2store_productimages`.`main_image`,`eqje8_j2store_productimages`.`thumb_image`,`eqje8_j2store_productimages`.`additional_images`,`eqje8_j2store_addresses`.`first_name` AS manufacturer_first_name,`eqje8_j2store_addresses`.`last_name` AS manufacturer_last_name,`eqje8_j2store_addresses`.`company` AS manufacturer
FROM eqje8_j2store_products
LEFT JOIN `eqje8_j2store_productimages`
ON `eqje8_j2store_products`.`j2store_product_id` = `eqje8_j2store_productimages`.`product_id`
LEFT JOIN `eqje8_j2store_manufacturers`
ON `eqje8_j2store_products`.`manufacturer_id` = `eqje8_j2store_manufacturers`.`j2store_manufacturer_id`
LEFT JOIN `eqje8_j2store_vendors`
ON `eqje8_j2store_products`.`vendor_id` = `eqje8_j2store_vendors`.`j2store_vendor_id`
LEFT JOIN `eqje8_j2store_addresses`
ON `eqje8_j2store_manufacturers`.`address_id` = `eqje8_j2store_addresses`.`j2store_address_id`**
**5 × SELECT MAX(contact.id) AS contactid
FROM `eqje8_contact_details` AS `contact`**
**5 × SELECT AVG(`ratings`) as `value`, COUNT(1) AS `total`
FROM `eqje8_komento_comments`**
**5 × SELECT *
FROM eqje8_komento_mailq**
**5 × SELECT *
FROM eqje8_komento_comments**
**5 × SELECT COUNT(1)
FROM `eqje8_komento_actions`**
**4 × SELECT *
FROM `eqje8_social_default_avatars`**
**3 × SELECT `a`.*,`b`.`small`,`b`.`medium`,`b`.`large`,`b`.`square`,`b`.`avatar_id`,`b`.`photo_id`,`b`.`storage` AS `avatarStorage`,`d`.`profile_id`,`e`.`state`,`e`.`type`,`e`.`alias`,`e`.`completed_fields`,`e`.`permalink`,`f`.`id` AS `cover_id`,`f`.`uid` AS `cover_uid`,`f`.`type` AS `cover_type`,`f`.`photo_id` AS `cover_photo_id`,`f`.`cover_id` AS `cover_cover_id`,`f`.`x` AS `cover_x`,`f`.`y` AS `cover_y`,`f`.`modified` AS `cover_modified`,SUM(`g`.`points`) AS `points`
FROM `eqje8_users` AS `a`
LEFT JOIN `eqje8_social_avatars` AS `b`
ON `b`.`uid` = `a`.`id`
AND `b`.`type` = 'user'
LEFT JOIN `eqje8_social_profiles_maps` AS `d`
ON `d`.`user_id` = `a`.`id`
LEFT JOIN `eqje8_social_users` AS `e`
ON `e`.`user_id` = `a`.`id`
LEFT JOIN `eqje8_social_covers` AS `f`
ON `f`.`uid` = `a`.`id`
AND `f`.`type` = 'user'
LEFT JOIN `eqje8_social_points_history` AS `g`
ON `g`.`user_id` = `a`.`id`**
**3 × SELECT COUNT(1) AS `count`
FROM `eqje8_social_users`**
**3 × SELECT b.`group_id` AS `id`, a.`title`
FROM `eqje8_usergroups` AS a
INNER JOIN `eqje8_user_usergroup_map` AS b
ON a.`id` = b.`group_id`**
**3 × 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 eqje8_categories as c
LEFT JOIN (SELECT cat.id as id
FROM eqje8_categories AS cat JOIN eqje8_categories AS parent
ON cat.lft BETWEEN parent.lft
AND parent.rgt**
**2 × SELECT *
FROM eqje8_komento_configs**
**2 × SELECT template
FROM `eqje8_template_styles` AS s
LEFT JOIN `eqje8_extensions` AS e
ON e.type = `template`
AND e.element=s.template
AND e.client_id=s.client_id**
**2 × SELECT a.*,c.title AS category_title, c.alias AS category_alias, c.access AS category_access
FROM eqje8_content as a
LEFT JOIN eqje8_categories AS c
on c.id = a.catid**
**2 × SELECT `rules`
FROM `eqje8_komento_acl`**
**2 × SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `eqje8_extensions`**
**1 × SELECT template
FROM eqje8_template_styles**
**1 × SELECT `params`
FROM `eqje8_social_access`**
**1 × SELECT `eqje8_j2store_currencies`.*
FROM `eqje8_j2store_currencies`**
**1 × SELECT `id`
FROM `eqje8_menu`**
**1 × SELECT `params`
FROM `eqje8_discuss_configs`**
**1 × SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM eqje8_modules AS m
LEFT JOIN eqje8_modules_menu AS mm
ON mm.moduleid = m.id
LEFT JOIN eqje8_extensions AS e
ON e.element = m.module
AND e.client_id = m.client_id**
**1 × SELECT *
FROM `eqje8_social_access_rules`**
**1 × SELECT *
FROM eqje8_jmap_metainfo**
**1 × SELECT *
FROM `eqje8_menu`**
**1 × SELECT *
FROM eqje8_social_profiles**
**1 × SELECT *
FROM `eqje8_social_themes`**
**1 × SELECT `data`
FROM `eqje8_session`**
**1 × SELECT `id`
FROM `eqje8_komento_mailq`**
**1 × SELECT id, home, template, s.params
FROM eqje8_template_styles as s
LEFT JOIN eqje8_extensions as e
ON e.element=s.template
AND e.type='template'
AND e.client_id=s.client_id**
**1 × SELECT b.id
FROM eqje8_usergroups AS a
LEFT JOIN eqje8_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt**
**1 × SELECT id, rules
FROM `eqje8_viewlevels**
**1 × SELECT folder AS type, element AS name, params
FROM eqje8_extensions**
**1 × SELECT *
FROM eqje8_j2store_configuration**
**1 × SELECT `state`,`rule_type`
FROM `eqje8_jhackguard_ip_filters`**
**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 eqje8_menu AS m
LEFT JOIN eqje8_extensions AS e
ON m.component_id = e.extension_id**
**1 × SELECT *
FROM `eqje8_social_config`**
**1 × SELECT `id`, `name`,`alias`, `use_feedburner`, `uri`, `feed_type`
FROM `eqje8_obrss`**
**1 × SELECT *
FROM eqje8_languages**
**1 × SELECT *
FROM eqje8_assets**
**1 × SELECT `session_id`
FROM `eqje8_session`**
**1 × SELECT a.rules
FROM eqje8_assets AS a**
**1 × SELECT a.id, a.parent_id
FROM eqje8_assets AS a**
**1 × SELECT a.id, a.name, a.rules
FROM eqje8_assets AS a**
**1 × SELECT c.id, c.asset_id, c.access, c.alias, c.checked_out, c.checked_out_time, c.created_time, c.created_user_id, c.description, c.extension, c.hits, c.language, c.level, c.lft, c.metadata, c.metadesc, c.metakey, c.modified_time, c.note, c.params, c.parent_id, c.path, c.published, c.rgt, c.title, c.modified_user_id, c.version,
CASE WHEN CHAR_LENGTH(c.alias) != 0 THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as slug,COUNT(i.`id`) AS numitems
FROM eqje8_categories as c
LEFT JOIN (SELECT cat.id as id
FROM eqje8_categories AS cat JOIN eqje8_categories AS parent
ON cat.lft BETWEEN parent.lft
AND parent.rgt**
**1 × SELECT element
FROM eqje8_extensions**
**1 × SELECT a.name, a.rules
FROM eqje8_assets AS a**
**1 × SELECT a.id, a.title, a.alias, a.introtext, a.fulltext, a.checked_out, a.checked_out_time, 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, uam.name as modified_by_name,
CASE WHEN a.publish_up = '0000-00-00 00:00:00' THEN a.created ELSE a.publish_up END as publish_up,a.publish_down, a.images, a.urls, a.attribs, a.metadata, a.metakey, a.metadesc, a.access, a.hits, a.xreference, a.featured, a.language, LENGTH(a.fulltext) AS readmore,
CASE WHEN badcats.id is not null THEN 0 ELSE a.state END AS state,c.title AS category_title, c.path AS category_route, c.access AS category_access, c.alias AS category_alias,
CASE WHEN a.created_by_alias > ' ' THEN a.created_by_alias ELSE ua.name END AS author,ua.email AS author_email,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,c.published,
CASE WHEN badcats.id is null THEN c.published ELSE 0 END AS parents_published
FROM eqje8_content AS a
LEFT JOIN eqje8_categories AS c
ON c.id = a.catid
LEFT JOIN eqje8_users AS ua
ON ua.id = a.created_by
LEFT JOIN eqje8_users AS uam
ON uam.id = a.modified_by
LEFT JOIN eqje8_categories as parent
ON parent.id = c.parent_id
LEFT JOIN eqje8_content_rating AS v
ON a.id = v.content_id
LEFT
OUTER JOIN (SELECT cat.id as id
FROM eqje8_categories AS cat JOIN eqje8_categories AS parent
ON cat.lft BETWEEN parent.lft
AND parent.rgt**
**1 × SELECT COUNT(*)
FROM eqje8_content AS a
LEFT JOIN eqje8_categories AS c
ON c.id = a.catid
LEFT JOIN eqje8_users AS ua
ON ua.id = a.created_by
LEFT JOIN eqje8_users AS uam
ON uam.id = a.modified_by
LEFT JOIN eqje8_categories as parent
ON parent.id = c.parent_id
LEFT JOIN eqje8_content_rating AS v
ON a.id = v.content_id
LEFT
OUTER JOIN (SELECT cat.id as id
FROM eqje8_categories AS cat JOIN eqje8_categories AS parent
ON cat.lft BETWEEN parent.lft
AND parent.rgt**
**1 × SELECT id,template
FROM eqje8_template_styles**
**1 × SELECT `name`,`regex`,`replacement`
FROM `eqje8_jhackguard_output_filters`**
تشکر ویژه از مهندس امینی
دانلود وبنار حل تست در سایت در بخش ورکشاپ ها قرا...
انشالله بزودی برای دانلود قرار داده میشه.
از بخش ورمشاپ ها پیگیر باشید. البته در کا...