Query Time: 0.25 ms
SELECT `data`
FROM `joom_session`
WHERE `session_id` = '4it94ettp3j6sc3i2bktmqv1a7'
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` = '4it94ettp3j6sc3i2bktmqv1' at line 1 SQL=EXPLAIN EXTENDED SELECT `data`
FROM `#__session`
WHERE `session_id` = '4it94ettp3j6sc3i2bktmqv1a7' |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number | 14 | JDatabaseDriverMysql->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:258 |
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:748 |
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:404 |
2 | JApplicationCms::getInstance() | JROOT/libraries/joomla/factory.php:125 |
1 | JFactory::getApplication() | JROOT/index.php:46 |
Query Time: 0.17 ms After last query: 0.56 ms
DELETE
FROM `joom_session`
WHERE `time` < '1732403343'
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 `#__session`
WHERE `time` < '1732403343'' at line 1 SQL=EXPLAIN EXTENDED DELETE
FROM `#__session`
WHERE `time` < '1732403343' |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number | 6 | JDatabaseDriverMysql->execute() | JROOT/libraries/cms/application/cms.php:765 |
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:404 |
2 | JApplicationCms::getInstance() | JROOT/libraries/joomla/factory.php:125 |
1 | JFactory::getApplication() | JROOT/index.php:46 |
Query Time: 0.31 ms After last query: 1.60 ms
SELECT extension_id AS id, element AS "option", params, enabled
FROM joom_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 #__extens' 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 | 10 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
9 | JDatabaseDriver->loadObjectList() | Same as call in the line below. |
8 | call_user_func_array() | 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:584 |
3 | JApplicationSite->initialiseApp() | JROOT/libraries/cms/application/site.php:209 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.24 ms After last query: 1.04 ms
SELECT b.id
FROM joom_usergroups AS a
LEFT JOIN joom_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
WHERE a.id = 13
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 = 13 |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number | 10 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1538 |
9 | JDatabaseDriver->loadColumn() | JROOT/libraries/joomla/access/access.php:852 |
8 | JAccess::getGroupsByUser() | JROOT/libraries/joomla/access/access.php:921 |
7 | JAccess::getAuthorisedViewLevels() | JROOT/libraries/joomla/user/user.php:453 |
6 | JUser->getAuthorisedViewLevels() | JROOT/libraries/cms/plugin/helper.php:296 |
5 | JPluginHelper::load() | JROOT/libraries/cms/plugin/helper.php:163 |
4 | JPluginHelper::importPlugin() | 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:257 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.19 ms After last query: 0.24 ms
SELECT id, rules
FROM `joom_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 | 9 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1494 |
8 | JDatabaseDriver->loadAssocList() | JROOT/libraries/joomla/access/access.php:938 |
7 | JAccess::getAuthorisedViewLevels() | JROOT/libraries/joomla/user/user.php:453 |
6 | JUser->getAuthorisedViewLevels() | JROOT/libraries/cms/plugin/helper.php:296 |
5 | JPluginHelper::load() | JROOT/libraries/cms/plugin/helper.php:163 |
4 | JPluginHelper::importPlugin() | 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:257 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.37 ms After last query: 0.09 ms
SELECT folder AS type, element AS name, params
FROM joom_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 enable' 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 | 7 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
6 | JDatabaseDriver->loadObjectList() | JROOT/libraries/cms/plugin/helper.php:310 |
5 | JPluginHelper::load() | JROOT/libraries/cms/plugin/helper.php:163 |
4 | JPluginHelper::importPlugin() | 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:257 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 1.57 ms After last query: 5.16 ms
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 | 11 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1538 |
10 | JDatabaseDriver->loadColumn() | JROOT/libraries/joomla/database/driver/mysqli.php:497 |
9 | JDatabaseDriverMysqli->getTableList() | JROOT/plugins/system/jsnframework/libraries/joomlashine/config/helper.php:68 |
8 | JSNConfigHelper::get() | JROOT/plugins/system/jsnpoweradmin/jsnpoweradmin.php:98 |
7 | plgSystemJsnpoweradmin->__construct() | JROOT/libraries/cms/plugin/helper.php:255 |
6 | JPluginHelper::import() | JROOT/libraries/cms/plugin/helper.php:170 |
5 | JPluginHelper::importPlugin() | JROOT/libraries/cms/application/cms.php:662 |
4 | JApplicationCms->initialiseApp() | JROOT/libraries/cms/application/site.php:663 |
3 | JApplicationSite->initialiseApp() | JROOT/libraries/cms/application/site.php:209 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.14 ms After last query: 0.10 ms
SELECT name,value
FROM joom_jsn_poweradmin_config
WHERE 1
Error |
---|
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT name,value
FROM #__jsn_poweradmin_config
WHERE 1' at line 1 SQL=EXPLAIN EXTENDED SELECT name,value
FROM #__jsn_poweradmin_config
WHERE 1 |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number | 10 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
9 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/jsnframework/libraries/joomlashine/config/helper.php:81 |
8 | JSNConfigHelper::get() | JROOT/plugins/system/jsnpoweradmin/jsnpoweradmin.php:98 |
7 | plgSystemJsnpoweradmin->__construct() | JROOT/libraries/cms/plugin/helper.php:255 |
6 | JPluginHelper::import() | JROOT/libraries/cms/plugin/helper.php:170 |
5 | JPluginHelper::importPlugin() | JROOT/libraries/cms/application/cms.php:662 |
4 | JApplicationCms->initialiseApp() | JROOT/libraries/cms/application/site.php:663 |
3 | JApplicationSite->initialiseApp() | JROOT/libraries/cms/application/site.php:209 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.19 ms After last query: 0.51 ms
SELECT COUNT(*)
FROM joom_extensions
WHERE element="jsnadminbar"
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 #__extensions
WHERE element="jsnadminbar"' at line 1 SQL=EXPLAIN EXTENDED SELECT COUNT(*)
FROM #__extensions
WHERE element="jsnadminbar" |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number | 10 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1728 |
9 | JDatabaseDriver->loadResult() | JROOT/plugins/system/jsnpoweradmin/jsnpoweradmin.php:887 |
8 | plgSystemJsnpoweradmin->_removeAdminBarPlugin() | JROOT/plugins/system/jsnpoweradmin/jsnpoweradmin.php:104 |
7 | plgSystemJsnpoweradmin->__construct() | JROOT/libraries/cms/plugin/helper.php:255 |
6 | JPluginHelper::import() | JROOT/libraries/cms/plugin/helper.php:170 |
5 | JPluginHelper::importPlugin() | JROOT/libraries/cms/application/cms.php:662 |
4 | JApplicationCms->initialiseApp() | JROOT/libraries/cms/application/site.php:663 |
3 | JApplicationSite->initialiseApp() | JROOT/libraries/cms/application/site.php:209 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 1.50 ms After last query: 7.65 ms
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 | 13 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1538 |
12 | JDatabaseDriver->loadColumn() | JROOT/libraries/joomla/database/driver/mysqli.php:497 |
11 | JDatabaseDriverMysqli->getTableList() | JROOT/plugins/system/jsnframework/libraries/joomlashine/config/helper.php:68 |
10 | JSNConfigHelper::get() | JROOT/plugins/system/jsnmobilize/jsnmobilize.php:99 |
9 | PlgSystemJSNMobilize->onAfterInitialise() | Same as call in the line below. |
8 | call_user_func_array() | 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:663 |
4 | JApplicationCms->initialiseApp() | JROOT/libraries/cms/application/site.php:663 |
3 | JApplicationSite->initialiseApp() | JROOT/libraries/cms/application/site.php:209 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.16 ms After last query: 0.11 ms
SELECT name,value
FROM joom_jsn_mobilize_config
WHERE 1
Error |
---|
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT name,value
FROM #__jsn_mobilize_config
WHERE 1' at line 1 SQL=EXPLAIN EXTENDED SELECT name,value
FROM #__jsn_mobilize_config
WHERE 1 |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number | 12 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
11 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/jsnframework/libraries/joomlashine/config/helper.php:81 |
10 | JSNConfigHelper::get() | JROOT/plugins/system/jsnmobilize/jsnmobilize.php:99 |
9 | PlgSystemJSNMobilize->onAfterInitialise() | Same as call in the line below. |
8 | call_user_func_array() | 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:663 |
4 | JApplicationCms->initialiseApp() | JROOT/libraries/cms/application/site.php:663 |
3 | JApplicationSite->initialiseApp() | JROOT/libraries/cms/application/site.php:209 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.20 ms After last query: 0.77 ms
SELECT *
FROM joom_jsn_mobilize_os
WHERE os_type = 'other'
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 #__jsn_mobilize_os
WHERE os_type = 'other'' at line 1 SQL=EXPLAIN EXTENDED SELECT *
FROM #__jsn_mobilize_os
WHERE os_type = 'other' |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number | 13 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
12 | JDatabaseDriver->loadObjectList() | JROOT/templates/jsn_mobilize/helpers/mobilize.php:444 |
11 | JSNMobilizeTemplateHelper::getOSSupport() | JROOT/templates/jsn_mobilize/helpers/mobilize.php:85 |
10 | JSNMobilizeTemplateHelper::getConfig() | JROOT/plugins/system/jsnmobilize/jsnmobilize.php:129 |
9 | PlgSystemJSNMobilize->onAfterInitialise() | Same as call in the line below. |
8 | call_user_func_array() | 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:663 |
4 | JApplicationCms->initialiseApp() | JROOT/libraries/cms/application/site.php:663 |
3 | JApplicationSite->initialiseApp() | JROOT/libraries/cms/application/site.php:209 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.25 ms After last query: 0.89 ms
SELECT *
FROM joom_jsn_mobilize_profiles AS p
INNER JOIN joom_jsn_mobilize_os_support AS s
ON s.profile_id = p.profile_id
WHERE s.os_id = '12'
AND p.profile_state = 1
AND p.profile_device = "jsn_mobile"
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 *
FROM #__jsn_mobilize_profiles AS p
INNER JOIN #__jsn_mobilize_os_su' at line 1 SQL=EXPLAIN EXTENDED SELECT *
FROM #__jsn_mobilize_profiles AS p
INNER JOIN #__jsn_mobilize_os_support AS s ON s.profile_id = p.profile_id
WHERE s.os_id = '12' AND p.profile_state = 1 AND p.profile_device = "jsn_mobile" LIMIT 1 |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number | 13 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1650 |
12 | JDatabaseDriver->loadObject() | JROOT/templates/jsn_mobilize/helpers/mobilize.php:511 |
11 | JSNMobilizeTemplateHelper::getOSSupport() | JROOT/templates/jsn_mobilize/helpers/mobilize.php:85 |
10 | JSNMobilizeTemplateHelper::getConfig() | JROOT/plugins/system/jsnmobilize/jsnmobilize.php:129 |
9 | PlgSystemJSNMobilize->onAfterInitialise() | Same as call in the line below. |
8 | call_user_func_array() | 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:663 |
4 | JApplicationCms->initialiseApp() | JROOT/libraries/cms/application/site.php:663 |
3 | JApplicationSite->initialiseApp() | JROOT/libraries/cms/application/site.php:209 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.21 ms After last query: 0.07 ms
SELECT *
FROM joom_jsn_mobilize_design
WHERE profile_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 *
FROM #__jsn_mobilize_design
WHERE profile_id = ''' at line 1 SQL=EXPLAIN EXTENDED SELECT *
FROM #__jsn_mobilize_design
WHERE profile_id = '' |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number | 13 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
12 | JDatabaseDriver->loadObjectList() | JROOT/templates/jsn_mobilize/helpers/mobilize.php:518 |
11 | JSNMobilizeTemplateHelper::getOSSupport() | JROOT/templates/jsn_mobilize/helpers/mobilize.php:85 |
10 | JSNMobilizeTemplateHelper::getConfig() | JROOT/plugins/system/jsnmobilize/jsnmobilize.php:129 |
9 | PlgSystemJSNMobilize->onAfterInitialise() | Same as call in the line below. |
8 | call_user_func_array() | 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:663 |
4 | JApplicationCms->initialiseApp() | JROOT/libraries/cms/application/site.php:663 |
3 | JApplicationSite->initialiseApp() | JROOT/libraries/cms/application/site.php:209 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.39 ms After last query: 1.03 ms
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 joom_menu AS m
LEFT JOIN joom_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 | 21 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
20 | JDatabaseDriver->loadObjectList() | JROOT/libraries/cms/menu/site.php:86 |
19 | JMenuSite->load() | JROOT/libraries/cms/menu/menu.php:74 |
18 | JMenu->__construct() | JROOT/libraries/cms/menu/site.php:57 |
17 | JMenuSite->__construct() | JROOT/libraries/cms/menu/menu.php:133 |
16 | JMenu::getInstance() | JROOT/libraries/cms/application/cms.php:435 |
15 | JApplicationCms->getMenu() | JROOT/libraries/cms/application/site.php:272 |
14 | JApplicationSite->getMenu() | JROOT/libraries/cms/router/site.php:57 |
13 | JRouterSite->__construct() | JROOT/libraries/cms/router/router.php:196 |
12 | JRouter::getInstance() | JROOT/libraries/cms/application/cms.php:531 |
11 | JApplicationCms::getRouter() | JROOT/libraries/cms/application/site.php:407 |
10 | JApplicationSite::getRouter() | JROOT/plugins/system/jsnmobilize/jsnmobilize.php:155 |
9 | PlgSystemJSNMobilize->onAfterInitialise() | Same as call in the line below. |
8 | call_user_func_array() | 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:663 |
4 | JApplicationCms->initialiseApp() | JROOT/libraries/cms/application/site.php:663 |
3 | JApplicationSite->initialiseApp() | JROOT/libraries/cms/application/site.php:209 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.20 ms After last query: 2.04 ms
SELECT extension_id AS id, element AS "option", params, enabled
FROM joom_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 #__extens' 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 | 19 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1650 |
18 | JDatabaseDriver->loadObject() | Same as call in the line below. |
17 | call_user_func_array() | 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/jsnpoweradmin/jsnpoweradmin.php:373 |
9 | plgSystemJsnpoweradmin->onAfterRoute() | Same as call in the line below. |
8 | call_user_func_array() | 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:1107 |
4 | JApplicationCms->route() | JROOT/libraries/cms/application/site.php:763 |
3 | JApplicationSite->route() | JROOT/libraries/cms/application/site.php:215 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 9.34 ms After last query: 0.17 ms
UPDATE `joom_extensions`
SET `params` = '{\"mediaversion\":\"9413cc1b8e816c1f3b0585be276a3e76\"}'
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\":\"9413cc1b8e816c1f3b0' at line 1 SQL=EXPLAIN EXTENDED UPDATE `#__extensions`
SET `params` = '{\"mediaversion\":\"9413cc1b8e816c1f3b0585be276a3e76\"}'
WHERE `type` = 'library' AND `element` = 'joomla' |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number | 15 | JDatabaseDriverMysql->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/jsnpoweradmin/jsnpoweradmin.php:373 |
9 | plgSystemJsnpoweradmin->onAfterRoute() | Same as call in the line below. |
8 | call_user_func_array() | 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:1107 |
4 | JApplicationCms->route() | JROOT/libraries/cms/application/site.php:763 |
3 | JApplicationSite->route() | JROOT/libraries/cms/application/site.php:215 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.19 ms After last query: 1.11 ms
SELECT *
FROM joom_jsn_mobilize_os
WHERE os_type = 'other'
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 #__jsn_mobilize_os
WHERE os_type = 'other'' at line 1 SQL=EXPLAIN EXTENDED SELECT *
FROM #__jsn_mobilize_os
WHERE os_type = 'other' |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number | 13 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
12 | JDatabaseDriver->loadObjectList() | JROOT/templates/jsn_mobilize/helpers/mobilize.php:444 |
11 | JSNMobilizeTemplateHelper::getOSSupport() | JROOT/templates/jsn_mobilize/helpers/mobilize.php:85 |
10 | JSNMobilizeTemplateHelper::getConfig() | JROOT/plugins/system/jsnmobilize/jsnmobilize.php:264 |
9 | PlgSystemJSNMobilize->onAfterRoute() | Same as call in the line below. |
8 | call_user_func_array() | 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:1107 |
4 | JApplicationCms->route() | JROOT/libraries/cms/application/site.php:763 |
3 | JApplicationSite->route() | JROOT/libraries/cms/application/site.php:215 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.21 ms After last query: 0.91 ms
SELECT *
FROM joom_jsn_mobilize_profiles AS p
INNER JOIN joom_jsn_mobilize_os_support AS s
ON s.profile_id = p.profile_id
WHERE s.os_id = '12'
AND p.profile_state = 1
AND p.profile_device = "jsn_mobile"
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 *
FROM #__jsn_mobilize_profiles AS p
INNER JOIN #__jsn_mobilize_os_su' at line 1 SQL=EXPLAIN EXTENDED SELECT *
FROM #__jsn_mobilize_profiles AS p
INNER JOIN #__jsn_mobilize_os_support AS s ON s.profile_id = p.profile_id
WHERE s.os_id = '12' AND p.profile_state = 1 AND p.profile_device = "jsn_mobile" LIMIT 1 |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number | 13 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1650 |
12 | JDatabaseDriver->loadObject() | JROOT/templates/jsn_mobilize/helpers/mobilize.php:511 |
11 | JSNMobilizeTemplateHelper::getOSSupport() | JROOT/templates/jsn_mobilize/helpers/mobilize.php:85 |
10 | JSNMobilizeTemplateHelper::getConfig() | JROOT/plugins/system/jsnmobilize/jsnmobilize.php:264 |
9 | PlgSystemJSNMobilize->onAfterRoute() | Same as call in the line below. |
8 | call_user_func_array() | 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:1107 |
4 | JApplicationCms->route() | JROOT/libraries/cms/application/site.php:763 |
3 | JApplicationSite->route() | JROOT/libraries/cms/application/site.php:215 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.20 ms After last query: 0.05 ms
SELECT *
FROM joom_jsn_mobilize_design
WHERE profile_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 *
FROM #__jsn_mobilize_design
WHERE profile_id = ''' at line 1 SQL=EXPLAIN EXTENDED SELECT *
FROM #__jsn_mobilize_design
WHERE profile_id = '' |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number | 13 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
12 | JDatabaseDriver->loadObjectList() | JROOT/templates/jsn_mobilize/helpers/mobilize.php:518 |
11 | JSNMobilizeTemplateHelper::getOSSupport() | JROOT/templates/jsn_mobilize/helpers/mobilize.php:85 |
10 | JSNMobilizeTemplateHelper::getConfig() | JROOT/plugins/system/jsnmobilize/jsnmobilize.php:264 |
9 | PlgSystemJSNMobilize->onAfterRoute() | Same as call in the line below. |
8 | call_user_func_array() | 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:1107 |
4 | JApplicationCms->route() | JROOT/libraries/cms/application/site.php:763 |
3 | JApplicationSite->route() | JROOT/libraries/cms/application/site.php:215 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.71 ms After last query: 0.19 ms
SELECT id, home, template, s.params
FROM joom_template_styles as s
LEFT JOIN joom_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 joo' 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 | 14 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
13 | JDatabaseDriver->loadObjectList() | JROOT/libraries/cms/application/site.php:484 |
12 | JApplicationSite->getTemplate() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/loader.php:33 |
11 | jsn_template_framework_class_loader() | Same as call in the line below. |
10 | spl_autoload_call() | JROOT/plugins/system/jsntplframework/jsntplframework.php:157 |
9 | PlgSystemJSNTPLFramework->onAfterRoute() | Same as call in the line below. |
8 | call_user_func_array() | 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:1107 |
4 | JApplicationCms->route() | JROOT/libraries/cms/application/site.php:763 |
3 | JApplicationSite->route() | JROOT/libraries/cms/application/site.php:215 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.18 ms After last query: 0.28 ms
SELECT manifest_cache
FROM joom_extensions
WHERE element LIKE 'jsn_epic_free'
Error |
---|
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT manifest_cache
FROM #__extensions
WHERE element LIKE 'jsn_epic_free'' at line 1 SQL=EXPLAIN EXTENDED SELECT manifest_cache
FROM #__extensions
WHERE element LIKE 'jsn_epic_free' |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number | 15 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1728 |
14 | JDatabaseDriver->loadResult() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/helper.php:122 |
13 | JSNTplHelper::getManifestCache() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/helper.php:198 |
12 | JSNTplHelper::getTemplateVersion() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/loader.php:35 |
11 | jsn_template_framework_class_loader() | Same as call in the line below. |
10 | spl_autoload_call() | JROOT/plugins/system/jsntplframework/jsntplframework.php:157 |
9 | PlgSystemJSNTPLFramework->onAfterRoute() | Same as call in the line below. |
8 | call_user_func_array() | 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:1107 |
4 | JApplicationCms->route() | JROOT/libraries/cms/application/site.php:763 |
3 | JApplicationSite->route() | JROOT/libraries/cms/application/site.php:215 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.24 ms After last query: 3.63 ms
SELECT COUNT(*)
FROM joom_extensions
WHERE type = 'component'
AND element = 'com_sh404sef'
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 #__extensions
WHERE type = 'component' AND element = 'com' at line 1 SQL=EXPLAIN EXTENDED SELECT COUNT(*)
FROM #__extensions
WHERE type = 'component' AND element = 'com_sh404sef' |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number | 13 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1728 |
12 | JDatabaseDriver->loadResult() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/utils.php:1166 |
11 | JSNTplUtils->checkSH404SEF() | JROOT/plugins/system/jsntplframework/includes/core/jsntplframework.php:36 |
10 | JSNTPLFramework::initial() | JROOT/plugins/system/jsntplframework/jsntplframework.php:161 |
9 | PlgSystemJSNTPLFramework->onAfterRoute() | Same as call in the line below. |
8 | call_user_func_array() | 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:1107 |
4 | JApplicationCms->route() | JROOT/libraries/cms/application/site.php:763 |
3 | JApplicationSite->route() | JROOT/libraries/cms/application/site.php:215 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.53 ms After last query: 0.46 ms
SELECT *
FROM joom_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 | JDatabaseDriverMysql->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:257 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 1.02 ms After last query: 4.03 ms
SHOW FULL COLUMNS
FROM `joom_assets`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `joom_assets`
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number | 21 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
20 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:440 |
19 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/joomla/table/table.php:241 |
18 | JTable->getFields() | JROOT/libraries/joomla/table/table.php:162 |
17 | JTable->__construct() | JROOT/libraries/joomla/table/asset.php:60 |
16 | JTableAsset->__construct() | JROOT/libraries/joomla/table/table.php:304 |
15 | JTable::getInstance() | JROOT/libraries/joomla/access/access.php:714 |
14 | JAccess::getExtensionNameFromAsset() | JROOT/libraries/joomla/access/access.php:576 |
13 | JAccess::getAssetRules() | JROOT/libraries/joomla/user/user.php:384 |
12 | JUser->authorise() | JROOT/components/com_content/models/article.php:55 |
11 | ContentModelArticle->populateState() | JROOT/libraries/legacy/model/legacy.php:439 |
10 | JModelLegacy->getState() | JROOT/components/com_content/models/article.php:262 |
9 | ContentModelArticle->hit() | JROOT/components/com_content/controller.php:109 |
8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:728 |
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:257 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.21 ms After last query: 0.38 ms
SELECT *
FROM joom_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 | 17 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1453 |
16 | JDatabaseDriver->loadAssoc() | JROOT/libraries/joomla/table/table.php:715 |
15 | JTable->load() | JROOT/libraries/joomla/access/access.php:715 |
14 | JAccess::getExtensionNameFromAsset() | JROOT/libraries/joomla/access/access.php:576 |
13 | JAccess::getAssetRules() | JROOT/libraries/joomla/user/user.php:384 |
12 | JUser->authorise() | JROOT/components/com_content/models/article.php:55 |
11 | ContentModelArticle->populateState() | JROOT/libraries/legacy/model/legacy.php:439 |
10 | JModelLegacy->getState() | JROOT/components/com_content/models/article.php:262 |
9 | ContentModelArticle->hit() | JROOT/components/com_content/controller.php:109 |
8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:728 |
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:257 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.20 ms After last query: 0.11 ms
SELECT a.rules
FROM joom_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 | 15 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1538 |
14 | JDatabaseDriver->loadColumn() | JROOT/libraries/joomla/access/access.php:670 |
13 | JAccess::getAssetRules() | JROOT/libraries/joomla/user/user.php:384 |
12 | JUser->authorise() | JROOT/components/com_content/models/article.php:55 |
11 | ContentModelArticle->populateState() | JROOT/libraries/legacy/model/legacy.php:439 |
10 | JModelLegacy->getState() | JROOT/components/com_content/models/article.php:262 |
9 | ContentModelArticle->hit() | JROOT/components/com_content/controller.php:109 |
8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:728 |
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:257 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.19 ms After last query: 0.32 ms
SELECT element
FROM joom_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 | 17 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1538 |
16 | JDatabaseDriver->loadColumn() | JROOT/libraries/joomla/access/access.php:412 |
15 | JAccess::preloadComponents() | JROOT/libraries/joomla/access/access.php:213 |
14 | JAccess::preload() | JROOT/libraries/joomla/access/access.php:168 |
13 | JAccess::check() | JROOT/libraries/joomla/user/user.php:393 |
12 | JUser->authorise() | JROOT/components/com_content/models/article.php:55 |
11 | ContentModelArticle->populateState() | JROOT/libraries/legacy/model/legacy.php:439 |
10 | JModelLegacy->getState() | JROOT/components/com_content/models/article.php:262 |
9 | ContentModelArticle->hit() | JROOT/components/com_content/controller.php:109 |
8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:728 |
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:257 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.37 ms After last query: 0.10 ms
SELECT a.name, a.rules
FROM joom_assets AS a
WHERE (a.name IN ('com_admin','com_ajax','com_alfcontact','com_banners','com_breezingforms','com_cache','com_categories','com_checkin','com_config','com_contact','com_content','com_contenthistory','com_cpanel','com_djimageslider','com_easyslider','com_eventgallery','com_extplorer','com_finder','com_imageshow','com_installer','com_jce','com_joomlaupdate','com_languages','com_login','com_mailto','com_media','com_menus','com_messages','com_mobilize','com_modules','com_newsfeeds','com_pagebuilder','com_plugins','com_postinstall','com_poweradmin','com_redirect','com_search','com_swmenufree','com_tags','com_templates','com_uniform','com_users','com_weblinks','com_wrapper') 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_admin','com_' at line 1 SQL=EXPLAIN EXTENDED SELECT a.name, a.rules
FROM #__assets AS a
WHERE (a.name IN ('com_admin','com_ajax','com_alfcontact','com_banners','com_breezingforms','com_cache','com_categories','com_checkin','com_config','com_contact','com_content','com_contenthistory','com_cpanel','com_djimageslider','com_easyslider','com_eventgallery','com_extplorer','com_finder','com_imageshow','com_installer','com_jce','com_joomlaupdate','com_languages','com_login','com_mailto','com_media','com_menus','com_messages','com_mobilize','com_modules','com_newsfeeds','com_pagebuilder','com_plugins','com_postinstall','com_poweradmin','com_redirect','com_search','com_swmenufree','com_tags','com_templates','com_uniform','com_users','com_weblinks','com_wrapper') OR a.name = 'root.1') |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number | 17 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1494 |
16 | JDatabaseDriver->loadAssocList() | JROOT/libraries/joomla/access/access.php:439 |
15 | JAccess::preloadComponents() | JROOT/libraries/joomla/access/access.php:213 |
14 | JAccess::preload() | JROOT/libraries/joomla/access/access.php:168 |
13 | JAccess::check() | JROOT/libraries/joomla/user/user.php:393 |
12 | JUser->authorise() | JROOT/components/com_content/models/article.php:55 |
11 | ContentModelArticle->populateState() | JROOT/libraries/legacy/model/legacy.php:439 |
10 | JModelLegacy->getState() | JROOT/components/com_content/models/article.php:262 |
9 | ContentModelArticle->hit() | JROOT/components/com_content/controller.php:109 |
8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:728 |
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:257 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 1.25 ms After last query: 1.18 ms
SHOW FULL COLUMNS
FROM `joom_content`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `joom_content`
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number | 16 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
15 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:440 |
14 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/joomla/table/table.php:241 |
13 | JTable->getFields() | JROOT/libraries/joomla/table/table.php:162 |
12 | JTable->__construct() | JROOT/libraries/legacy/table/content.php:31 |
11 | JTableContent->__construct() | JROOT/libraries/joomla/table/table.php:304 |
10 | JTable::getInstance() | JROOT/components/com_content/models/article.php:264 |
9 | ContentModelArticle->hit() | JROOT/components/com_content/controller.php:109 |
8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:728 |
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:257 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.30 ms After last query: 1.35 ms
SELECT *
FROM joom_content
WHERE `id` = '15'
Error |
---|
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT *
FROM #__content
WHERE `id` = '15'' at line 1 SQL=EXPLAIN EXTENDED SELECT *
FROM #__content
WHERE `id` = '15' |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number | 12 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1453 |
11 | JDatabaseDriver->loadAssoc() | JROOT/libraries/joomla/table/table.php:715 |
10 | JTable->load() | JROOT/components/com_content/models/article.php:265 |
9 | ContentModelArticle->hit() | JROOT/components/com_content/controller.php:109 |
8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:728 |
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:257 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 9.23 ms After last query: 0.10 ms
UPDATE joom_content
SET `hits` = (`hits` + 1)
WHERE `id` = '15'
Error |
---|
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'UPDATE #__content
SET `hits` = (`hits` + 1)
WHERE `id` = '15'' at line 1 SQL=EXPLAIN EXTENDED UPDATE #__content
SET `hits` = (`hits` + 1)
WHERE `id` = '15' |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number | 11 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/table/table.php:1224 |
10 | JTable->hit() | JROOT/components/com_content/models/article.php:266 |
9 | ContentModelArticle->hit() | JROOT/components/com_content/controller.php:109 |
8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:728 |
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:257 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 1.61 ms After last query: 0.95 ms
SELECT a.id, a.asset_id, a.title, a.alias, a.introtext, a.fulltext,
CASE WHEN badcats.id is null THEN a.state ELSE 0 END AS state, a.catid, a.created, a.created_by, a.created_by_alias,
CASE WHEN a.modified = '0000-00-00 00:00:00' THEN a.created ELSE a.modified END as modified, a.modified_by, a.checked_out, a.checked_out_time, a.publish_up, a.publish_down, a.images, a.urls, a.attribs, a.version, a.ordering, a.metakey, a.metadesc, a.access, a.hits, a.metadata, a.featured, a.language, a.xreference,c.title AS category_title, c.alias AS category_alias, c.access AS category_access,u.name AS author,parent.title as parent_title, parent.id as parent_id, parent.path as parent_route, parent.alias as parent_alias,ROUND(v.rating_sum / v.rating_count, 0) AS rating, v.rating_count as rating_count
FROM joom_content AS a
LEFT JOIN joom_categories AS c
on c.id = a.catid
LEFT JOIN joom_users AS u
on u.id = a.created_by
LEFT JOIN joom_categories as parent
ON parent.id = c.parent_id
LEFT JOIN joom_content_rating AS v
ON a.id = v.content_id
LEFT
OUTER JOIN (SELECT cat.id as id
FROM joom_categories AS cat JOIN joom_categories AS parent
ON cat.lft BETWEEN parent.lft
AND parent.rgt
WHERE parent.extension = 'com_content'
AND parent.published <= 0
GROUP BY cat.id) AS badcats
ON badcats.id = c.id
WHERE a.id = 15
AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2024-11-23 23:24:03')
AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2024-11-23 23:24:03')
AND (a.state = 1 OR a.state =2)
Error |
---|
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT a.id, a.asset_id, a.title, a.alias, a.introtext, a.fulltext, CASE WHEN ba' at line 1 SQL=EXPLAIN EXTENDED SELECT a.id, a.asset_id, a.title, a.alias, a.introtext, a.fulltext, CASE WHEN badcats.id is null THEN a.state ELSE 0 END AS state, a.catid, a.created, a.created_by, a.created_by_alias, CASE WHEN a.modified = '0000-00-00 00:00:00' THEN a.created ELSE a.modified END as modified, a.modified_by, a.checked_out, a.checked_out_time, a.publish_up, a.publish_down, a.images, a.urls, a.attribs, a.version, a.ordering, a.metakey, a.metadesc, a.access, a.hits, a.metadata, a.featured, a.language, a.xreference,c.title AS category_title, c.alias AS category_alias, c.access AS category_access,u.name AS author,parent.title as parent_title, parent.id as parent_id, parent.path as parent_route, parent.alias as parent_alias,ROUND(v.rating_sum / v.rating_count, 0) AS rating, v.rating_count as rating_count
FROM #__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
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 <= 0 GROUP BY cat.id) AS badcats ON badcats.id = c.id
WHERE a.id = 15 AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2024-11-23 23:24:03') AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2024-11-23 23:24:03') AND (a.state = 1 OR a.state =2) |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number | 14 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1650 |
13 | JDatabaseDriver->loadObject() | JROOT/components/com_content/models/article.php:159 |
12 | ContentModelArticle->getItem() | JROOT/plugins/system/jsntplframework/includes/core/j3x/jsntplviewlegacy.php:398 |
11 | JViewLegacy->get() | JROOT/components/com_content/views/article/view.html.php:42 |
10 | ContentViewArticle->display() | JROOT/libraries/legacy/controller/legacy.php:690 |
9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:728 |
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:257 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.69 ms After last query: 1.29 ms
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 joom_categories as c
LEFT JOIN (SELECT cat.id as id
FROM joom_categories AS cat JOIN joom_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 joom_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=47
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=47
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 | 15 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
14 | JDatabaseDriver->loadObjectList() | JROOT/libraries/legacy/categories/categories.php:309 |
13 | JCategories->_load() | JROOT/libraries/legacy/categories/categories.php:184 |
12 | JCategories->get() | JROOT/components/com_content/helpers/route.php:44 |
11 | ContentHelperRoute::getArticleRoute() | JROOT/components/com_content/views/article/view.html.php:71 |
10 | ContentViewArticle->display() | JROOT/libraries/legacy/controller/legacy.php:690 |
9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:728 |
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:257 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.89 ms After last query: 0.98 ms
SELECT `m`.`tag_id`,`t`.*
FROM `joom_contentitem_tag_map` AS m
INNER JOIN `joom_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 15
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 `joom' 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` = 15 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 | 13 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
12 | JDatabaseDriver->loadObjectList() | JROOT/libraries/cms/helper/tags.php:426 |
11 | JHelperTags->getItemTags() | JROOT/components/com_content/views/article/view.html.php:156 |
10 | ContentViewArticle->display() | JROOT/libraries/legacy/controller/legacy.php:690 |
9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:728 |
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:257 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.41 ms After last query: 4.40 ms
SELECT `name`, `value`
FROM `joom_jsn_imageshow_config`
WHERE `name` IN ('show_quick_icons', 'enable_update_checking', 'number_of_images_on_loading')
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`, `value`
FROM `#__jsn_imageshow_config`
WHERE `name` IN ('show_q' at line 1 SQL=EXPLAIN EXTENDED SELECT `name`, `value`
FROM `#__jsn_imageshow_config`
WHERE `name` IN ('show_quick_icons', 'enable_update_checking', 'number_of_images_on_loading') |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number | 19 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
18 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_imageshow/classes/jsn_is_parameter.php:81 |
17 | JSNISParameter->getParameters() | JROOT/administrator/components/com_imageshow/imageshow.defines.php:27 |
16 | require_once JROOT/administrator/components/com_imageshow/imageshow.defines.php | JROOT/administrator/components/com_imageshow/classes/jsn_is_factory.php:16 |
15 | include_once JROOT/administrator/components/com_imageshow/classes/jsn_is_factory.php | JROOT/plugins/content/imageshow/imageshow.php:28 |
14 | plgContentImageShow->onContentPrepare() | Same as call in the line below. |
13 | call_user_func_array() | 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/article/view.html.php:161 |
10 | ContentViewArticle->display() | JROOT/libraries/legacy/controller/legacy.php:690 |
9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:728 |
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:257 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.21 ms After last query: 1.84 ms
SELECT *
FROM joom_extensions
WHERE element='com_imageshow'
AND 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 *
FROM #__extensions
WHERE element='com_imageshow' AND type='component'' at line 1 SQL=EXPLAIN EXTENDED SELECT *
FROM #__extensions
WHERE element='com_imageshow' AND type='component' |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number | 17 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1650 |
16 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_imageshow/classes/jsn_is_utils.php:310 |
15 | JSNISUtils->getComponentInfo() | JROOT/plugins/content/imageshow/imageshow.php:45 |
14 | plgContentImageShow->onContentPrepare() | Same as call in the line below. |
13 | call_user_func_array() | 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/article/view.html.php:161 |
10 | ContentViewArticle->display() | JROOT/libraries/legacy/controller/legacy.php:690 |
9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:728 |
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:257 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 1.32 ms After last query: 6.84 ms
SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM joom_modules AS m
LEFT JOIN joom_modules_menu AS mm
ON mm.moduleid = m.id
LEFT JOIN joom_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-23 23:24:03')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2024-11-23 23:24:03')
AND m.access IN (1,1)
AND m.client_id = 0
AND (mm.menuid = 101 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-23 23:24:03') AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2024-11-23 23:24:03') AND m.access IN (1,1) AND m.client_id = 0 AND (mm.menuid = 101 OR mm.menuid <= 0)
ORDER BY m.position, m.ordering |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number | 15 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
14 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/jsntplframework/includes/core/j3x/jsntplmodulehelper.php:467 |
13 | JModuleHelper::getModuleList() | JROOT/plugins/system/jsntplframework/includes/core/j3x/jsntplmodulehelper.php:410 |
12 | JModuleHelper::load() | JROOT/plugins/system/jsntplframework/includes/core/j3x/jsntplmodulehelper.php:89 |
11 | JModuleHelper::getModules() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/utils.php:168 |
10 | JSNTplUtils->countModules() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/template/helper.php:493 |
9 | JSNTplTemplateHelper->_prepare() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/template/helper.php:141 |
8 | JSNTplTemplateHelper::prepare() | JROOT/templates/jsn_epic_free/index.php:18 |
7 | require JROOT/templates/jsn_epic_free/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:1054 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.30 ms After last query: 1.14 ms
SELECT m.id
FROM joom_modules AS m
INNER JOIN joom_modules_menu AS mm
ON mm.moduleid = m.id
WHERE m.client_id = 0
AND m.published = 1
AND m.module LIKE 'mod_k2_%'
AND (mm.menuid < 0
AND mm.menuid = -101)
AND m.position IN ("topbar", "logo", "top", "mainmenu", "toolbar", "promo-
left", "promo", "promo-right", "content-top", "content-top-below", "
left", "right", "innerleft", "innerright", "breadcrumbs", "user-top", "user1", "user2", "mainbody-top", "mainbody-bottom", "user3", "user4", "user-bottom", "banner", "content-bottom", "content-bottom-below", "user5", "user6", "user7", "footer", "bottom", "debug", "stick-lefttop", "stick-leftmiddle", "stick-leftbottom", "stick-righttop", "stick-rightmiddle", "stick-rightbottom")
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
FROM #__modules AS m
INNER JOIN #__modules_menu AS mm ON mm.modu' at line 1 SQL=EXPLAIN EXTENDED SELECT m.id
FROM #__modules AS m
INNER JOIN #__modules_menu AS mm ON mm.moduleid = m.id
WHERE m.client_id = 0 AND m.published = 1 AND m.module LIKE 'mod_k2_%' AND (mm.menuid < 0 AND mm.menuid = -101) AND m.position IN ("topbar", "logo", "top", "mainmenu", "toolbar", "promo-left", "promo", "promo-right", "content-top", "content-top-below", "left", "right", "innerleft", "innerright", "breadcrumbs", "user-top", "user1", "user2", "mainbody-top", "mainbody-bottom", "user3", "user4", "user-bottom", "banner", "content-bottom", "content-bottom-below", "user5", "user6", "user7", "footer", "bottom", "debug", "stick-lefttop", "stick-leftmiddle", "stick-leftbottom", "stick-righttop", "stick-rightmiddle", "stick-rightbottom") |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number | 15 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1538 |
14 | JDatabaseDriver->loadColumn() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/utils.php:720 |
13 | JSNTplUtils->checkExt() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/utils.php:761 |
12 | JSNTplUtils->checkK2() | JROOT/templates/jsn_epic_free/template_custom.php:23 |
11 | include_once JROOT/templates/jsn_epic_free/template_custom.php | JROOT/plugins/system/jsntplframework/libraries/joomlashine/template/helper.php:996 |
10 | JSNTplTemplateHelper->_prepareHead() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/template/helper.php:737 |
9 | JSNTplTemplateHelper->_prepare() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/template/helper.php:141 |
8 | JSNTplTemplateHelper::prepare() | JROOT/templates/jsn_epic_free/index.php:18 |
7 | require JROOT/templates/jsn_epic_free/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:1054 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.26 ms After last query: 0.07 ms
SELECT m.id
FROM joom_modules AS m
INNER JOIN joom_modules_menu AS mm
ON mm.moduleid = m.id
WHERE m.client_id = 0
AND m.published = 1
AND m.module LIKE 'mod_k2_%'
AND (mm.menuid = 101 OR mm.menuid = 0 OR (mm.menuid < 0
AND mm.menuid != -101))
AND m.position IN ("topbar", "logo", "top", "mainmenu", "toolbar", "promo-
left", "promo", "promo-right", "content-top", "content-top-below", "
left", "right", "innerleft", "innerright", "breadcrumbs", "user-top", "user1", "user2", "mainbody-top", "mainbody-bottom", "user3", "user4", "user-bottom", "banner", "content-bottom", "content-bottom-below", "user5", "user6", "user7", "footer", "bottom", "debug", "stick-lefttop", "stick-leftmiddle", "stick-leftbottom", "stick-righttop", "stick-rightmiddle", "stick-rightbottom")
GROUP BY m.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 m.id
FROM #__modules AS m
INNER JOIN #__modules_menu AS mm ON mm.modu' at line 1 SQL=EXPLAIN EXTENDED SELECT m.id
FROM #__modules AS m
INNER JOIN #__modules_menu AS mm ON mm.moduleid = m.id
WHERE m.client_id = 0 AND m.published = 1 AND m.module LIKE 'mod_k2_%' AND (mm.menuid = 101 OR mm.menuid = 0 OR (mm.menuid < 0 AND mm.menuid != -101)) AND m.position IN ("topbar", "logo", "top", "mainmenu", "toolbar", "promo-left", "promo", "promo-right", "content-top", "content-top-below", "left", "right", "innerleft", "innerright", "breadcrumbs", "user-top", "user1", "user2", "mainbody-top", "mainbody-bottom", "user3", "user4", "user-bottom", "banner", "content-bottom", "content-bottom-below", "user5", "user6", "user7", "footer", "bottom", "debug", "stick-lefttop", "stick-leftmiddle", "stick-leftbottom", "stick-righttop", "stick-rightmiddle", "stick-rightbottom")
GROUP BY m.id |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number | 15 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1538 |
14 | JDatabaseDriver->loadColumn() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/utils.php:741 |
13 | JSNTplUtils->checkExt() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/utils.php:761 |
12 | JSNTplUtils->checkK2() | JROOT/templates/jsn_epic_free/template_custom.php:23 |
11 | include_once JROOT/templates/jsn_epic_free/template_custom.php | JROOT/plugins/system/jsntplframework/libraries/joomlashine/template/helper.php:996 |
10 | JSNTplTemplateHelper->_prepareHead() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/template/helper.php:737 |
9 | JSNTplTemplateHelper->_prepare() | JROOT/plugins/system/jsntplframework/libraries/joomlashine/template/helper.php:141 |
8 | JSNTplTemplateHelper::prepare() | JROOT/templates/jsn_epic_free/index.php:18 |
7 | require JROOT/templates/jsn_epic_free/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:1054 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.80 ms After last query: 0.78 ms
SHOW FULL COLUMNS
FROM `joom_extensions`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `joom_extensions`
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number | 15 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
14 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:440 |
13 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/joomla/table/table.php:241 |
12 | JTable->getFields() | JROOT/libraries/joomla/table/table.php:162 |
11 | JTable->__construct() | JROOT/libraries/joomla/table/extension.php:30 |
10 | JTableExtension->__construct() | JROOT/libraries/joomla/table/table.php:304 |
9 | JTable::getInstance() | JROOT/plugins/system/pagebuilder/pagebuilder.php:60 |
8 | plgSystemPagebuilder->onBeforeRender() | Same as call in the line below. |
7 | call_user_func_array() | 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:1058 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.16 ms After last query: 0.14 ms
SELECT *
FROM joom_extensions
WHERE `element` = 'jsnframework'
AND `type` = 'plugin'
AND `folder` = 'system'
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 #__extensions
WHERE `element` = 'jsnframework' AND `type` = 'plu' at line 1 SQL=EXPLAIN EXTENDED SELECT *
FROM #__extensions
WHERE `element` = 'jsnframework' AND `type` = 'plugin' AND `folder` = 'system' |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number | 11 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1453 |
10 | JDatabaseDriver->loadAssoc() | JROOT/libraries/joomla/table/table.php:715 |
9 | JTable->load() | JROOT/plugins/system/pagebuilder/pagebuilder.php:67 |
8 | plgSystemPagebuilder->onBeforeRender() | Same as call in the line below. |
7 | call_user_func_array() | 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:1058 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 1.38 ms After last query: 0.17 ms
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 | 12 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1538 |
11 | JDatabaseDriver->loadColumn() | JROOT/libraries/joomla/database/driver/mysqli.php:497 |
10 | JDatabaseDriverMysqli->getTableList() | JROOT/plugins/system/jsnframework/libraries/joomlashine/config/helper.php:68 |
9 | JSNConfigHelper::get() | JROOT/plugins/system/pagebuilder/pagebuilder.php:122 |
8 | plgSystemPagebuilder->onBeforeRender() | Same as call in the line below. |
7 | call_user_func_array() | 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:1058 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.35 ms After last query: 0.11 ms
SELECT name,value
FROM joom_jsn_pagebuilder_config
WHERE 1
Error |
---|
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT name,value
FROM #__jsn_pagebuilder_config
WHERE 1' at line 1 SQL=EXPLAIN EXTENDED SELECT name,value
FROM #__jsn_pagebuilder_config
WHERE 1 |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number | 11 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
10 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/jsnframework/libraries/joomlashine/config/helper.php:81 |
9 | JSNConfigHelper::get() | JROOT/plugins/system/pagebuilder/pagebuilder.php:122 |
8 | plgSystemPagebuilder->onBeforeRender() | Same as call in the line below. |
7 | call_user_func_array() | 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:1058 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.21 ms After last query: 4.64 ms
SELECT COUNT(extension_id)
FROM joom_extensions
WHERE element = 'com_k2'
AND 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 COUNT(extension_id)
FROM #__extensions
WHERE element = 'com_k2' AND typ' at line 1 SQL=EXPLAIN EXTENDED SELECT COUNT(extension_id)
FROM #__extensions
WHERE element = 'com_k2' AND type = 'component' |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number | 19 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1728 |
18 | JDatabaseDriver->loadResult() | JROOT/libraries/cms/component/helper.php:104 |
17 | JComponentHelper::isInstalled() | JROOT/administrator/components/com_pagebuilder/helpers/pagebuilder.php:139 |
16 | JSNPagebuilderHelpersPagebuilder::checkComponentEnabled() | JROOT/plugins/jsnpagebuilder/defaultelements/articlelist/helpers/helper.php:107 |
15 | JSNPbArticleListHelper::getArticleListSource() | JROOT/plugins/jsnpagebuilder/defaultelements/articlelist/articlelist.php:397 |
14 | JSNPBShortcodeArticleList->frontend_element_items() | JROOT/administrator/components/com_pagebuilder/libraries/innotheme/shortcode/element.php:35 |
13 | IG_Pb_Element->__construct() | JROOT/plugins/jsnpagebuilder/defaultelements/articlelist/articlelist.php:33 |
12 | JSNPBShortcodeArticleList->__construct() | JROOT/administrator/components/com_pagebuilder/helpers/elements.php:105 |
11 | JSNPagebuilderHelpersElements->registerElements() | JROOT/administrator/components/com_pagebuilder/helpers/elements.php:38 |
10 | JSNPagebuilderHelpersElements->__construct() | JROOT/plugins/system/pagebuilder/pagebuilder.php:353 |
9 | plgSystemPagebuilder::loadElementAssets() | JROOT/plugins/system/pagebuilder/pagebuilder.php:137 |
8 | plgSystemPagebuilder->onBeforeRender() | Same as call in the line below. |
7 | call_user_func_array() | 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:1058 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.13 ms After last query: 0.07 ms
SELECT COUNT(extension_id)
FROM joom_extensions
WHERE element = 'com_easyblog'
AND 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 COUNT(extension_id)
FROM #__extensions
WHERE element = 'com_easyblog' A' at line 1 SQL=EXPLAIN EXTENDED SELECT COUNT(extension_id)
FROM #__extensions
WHERE element = 'com_easyblog' AND type = 'component' |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number | 19 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1728 |
18 | JDatabaseDriver->loadResult() | JROOT/libraries/cms/component/helper.php:104 |
17 | JComponentHelper::isInstalled() | JROOT/administrator/components/com_pagebuilder/helpers/pagebuilder.php:139 |
16 | JSNPagebuilderHelpersPagebuilder::checkComponentEnabled() | JROOT/plugins/jsnpagebuilder/defaultelements/articlelist/helpers/helper.php:113 |
15 | JSNPbArticleListHelper::getArticleListSource() | JROOT/plugins/jsnpagebuilder/defaultelements/articlelist/articlelist.php:397 |
14 | JSNPBShortcodeArticleList->frontend_element_items() | JROOT/administrator/components/com_pagebuilder/libraries/innotheme/shortcode/element.php:35 |
13 | IG_Pb_Element->__construct() | JROOT/plugins/jsnpagebuilder/defaultelements/articlelist/articlelist.php:33 |
12 | JSNPBShortcodeArticleList->__construct() | JROOT/administrator/components/com_pagebuilder/helpers/elements.php:105 |
11 | JSNPagebuilderHelpersElements->registerElements() | JROOT/administrator/components/com_pagebuilder/helpers/elements.php:38 |
10 | JSNPagebuilderHelpersElements->__construct() | JROOT/plugins/system/pagebuilder/pagebuilder.php:353 |
9 | plgSystemPagebuilder::loadElementAssets() | JROOT/plugins/system/pagebuilder/pagebuilder.php:137 |
8 | plgSystemPagebuilder->onBeforeRender() | Same as call in the line below. |
7 | call_user_func_array() | 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:1058 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.20 ms After last query: 3.53 ms
SELECT COUNT(extension_id)
FROM joom_extensions
WHERE element = 'com_easyslider'
AND 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 COUNT(extension_id)
FROM #__extensions
WHERE element = 'com_easyslider'' at line 1 SQL=EXPLAIN EXTENDED SELECT COUNT(extension_id)
FROM #__extensions
WHERE element = 'com_easyslider' AND type = 'component' |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number | 16 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1728 |
15 | JDatabaseDriver->loadResult() | JROOT/libraries/cms/component/helper.php:104 |
14 | JComponentHelper::isInstalled() | JROOT/administrator/components/com_pagebuilder/helpers/pagebuilder.php:139 |
13 | JSNPagebuilderHelpersPagebuilder::checkComponentEnabled() | JROOT/plugins/jsnpagebuilder/defaultelements/easyslider/easyslider.php:31 |
12 | JSNPBShortcodeEasyslider->__construct() | JROOT/administrator/components/com_pagebuilder/helpers/elements.php:105 |
11 | JSNPagebuilderHelpersElements->registerElements() | JROOT/administrator/components/com_pagebuilder/helpers/elements.php:38 |
10 | JSNPagebuilderHelpersElements->__construct() | JROOT/plugins/system/pagebuilder/pagebuilder.php:353 |
9 | plgSystemPagebuilder::loadElementAssets() | JROOT/plugins/system/pagebuilder/pagebuilder.php:137 |
8 | plgSystemPagebuilder->onBeforeRender() | Same as call in the line below. |
7 | call_user_func_array() | 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:1058 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.20 ms After last query: 2.26 ms
SELECT COUNT(extension_id)
FROM joom_extensions
WHERE element = 'com_imageshow'
AND 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 COUNT(extension_id)
FROM #__extensions
WHERE element = 'com_imageshow' ' at line 1 SQL=EXPLAIN EXTENDED SELECT COUNT(extension_id)
FROM #__extensions
WHERE element = 'com_imageshow' AND type = 'component' |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number | 16 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1728 |
15 | JDatabaseDriver->loadResult() | JROOT/libraries/cms/component/helper.php:104 |
14 | JComponentHelper::isInstalled() | JROOT/administrator/components/com_pagebuilder/helpers/pagebuilder.php:139 |
13 | JSNPagebuilderHelpersPagebuilder::checkComponentEnabled() | JROOT/plugins/jsnpagebuilder/defaultelements/imageshow/imageshow.php:31 |
12 | JSNPBShortcodeImageShow->__construct() | JROOT/administrator/components/com_pagebuilder/helpers/elements.php:105 |
11 | JSNPagebuilderHelpersElements->registerElements() | JROOT/administrator/components/com_pagebuilder/helpers/elements.php:38 |
10 | JSNPagebuilderHelpersElements->__construct() | JROOT/plugins/system/pagebuilder/pagebuilder.php:353 |
9 | plgSystemPagebuilder::loadElementAssets() | JROOT/plugins/system/pagebuilder/pagebuilder.php:137 |
8 | plgSystemPagebuilder->onBeforeRender() | Same as call in the line below. |
7 | call_user_func_array() | 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:1058 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.33 ms After last query: 11.56 ms
SELECT COUNT(extension_id)
FROM joom_extensions
WHERE element = 'com_uniform'
AND 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 COUNT(extension_id)
FROM #__extensions
WHERE element = 'com_uniform' AN' at line 1 SQL=EXPLAIN EXTENDED SELECT COUNT(extension_id)
FROM #__extensions
WHERE element = 'com_uniform' AND type = 'component' |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number | 16 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1728 |
15 | JDatabaseDriver->loadResult() | JROOT/libraries/cms/component/helper.php:104 |
14 | JComponentHelper::isInstalled() | JROOT/administrator/components/com_pagebuilder/helpers/pagebuilder.php:139 |
13 | JSNPagebuilderHelpersPagebuilder::checkComponentEnabled() | JROOT/plugins/jsnpagebuilder/defaultelements/uniform/uniform.php:32 |
12 | JSNPBShortcodeUniform->__construct() | JROOT/administrator/components/com_pagebuilder/helpers/elements.php:105 |
11 | JSNPagebuilderHelpersElements->registerElements() | JROOT/administrator/components/com_pagebuilder/helpers/elements.php:38 |
10 | JSNPagebuilderHelpersElements->__construct() | JROOT/plugins/system/pagebuilder/pagebuilder.php:353 |
9 | plgSystemPagebuilder::loadElementAssets() | JROOT/plugins/system/pagebuilder/pagebuilder.php:137 |
8 | plgSystemPagebuilder->onBeforeRender() | Same as call in the line below. |
7 | call_user_func_array() | 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:1058 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.89 ms After last query: 5.46 ms
SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM joom_modules AS m
LEFT JOIN joom_modules_menu AS mm
ON mm.moduleid = m.id
LEFT JOIN joom_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-23 23:24:03')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2024-11-23 23:24:03')
AND m.access IN (1,1)
AND m.client_id = 0
AND (mm.menuid = 101 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-23 23:24:03') AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2024-11-23 23:24:03') AND m.access IN (1,1) AND m.client_id = 0 AND (mm.menuid = 101 OR mm.menuid <= 0)
ORDER BY m.position, m.ordering |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number | 12 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
11 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/jsntplframework/includes/core/j3x/jsntplmodulehelper.php:467 |
10 | JModuleHelper::getModuleList() | JROOT/plugins/system/pagebuilder/pagebuilder.php:360 |
9 | plgSystemPagebuilder::loadElementAssets() | JROOT/plugins/system/pagebuilder/pagebuilder.php:137 |
8 | plgSystemPagebuilder->onBeforeRender() | Same as call in the line below. |
7 | call_user_func_array() | 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:1058 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.48 ms After last query: 2.79 ms
SELECT assets, legacy
FROM joom_jsn_poweradmin_menu_assets
WHERE type='css'
AND menuId='101'
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 assets, legacy
FROM #__jsn_poweradmin_menu_assets
WHERE type='css' AND ' at line 1 SQL=EXPLAIN EXTENDED SELECT assets, legacy
FROM #__jsn_poweradmin_menu_assets
WHERE type='css' AND menuId='101' |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number | 11 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1650 |
10 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_poweradmin/models/menuitem.php:375 |
9 | PoweradminModelMenuitem::loadMenuCustomAssets() | JROOT/plugins/system/jsnpoweradmin/jsnpoweradmin.php:197 |
8 | plgSystemJsnpoweradmin->onBeforeRender() | Same as call in the line below. |
7 | call_user_func_array() | 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:1058 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.10 ms After last query: 0.05 ms
SELECT assets, legacy
FROM joom_jsn_poweradmin_menu_assets
WHERE type='js'
AND menuId='101'
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 assets, legacy
FROM #__jsn_poweradmin_menu_assets
WHERE type='js' AND m' at line 1 SQL=EXPLAIN EXTENDED SELECT assets, legacy
FROM #__jsn_poweradmin_menu_assets
WHERE type='js' AND menuId='101' |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number | 11 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1650 |
10 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_poweradmin/models/menuitem.php:375 |
9 | PoweradminModelMenuitem::loadMenuCustomAssets() | JROOT/plugins/system/jsnpoweradmin/jsnpoweradmin.php:198 |
8 | plgSystemJsnpoweradmin->onBeforeRender() | Same as call in the line below. |
7 | call_user_func_array() | 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:1058 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.16 ms After last query: 0.05 ms
SELECT parent_id
FROM joom_menu
WHERE id='101'
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 parent_id
FROM #__menu
WHERE id='101'' at line 1 SQL=EXPLAIN EXTENDED SELECT parent_id
FROM #__menu
WHERE id='101' |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number | 12 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1728 |
11 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_poweradmin/models/menuitem.php:337 |
10 | PoweradminModelMenuitem::getParentId() | JROOT/administrator/components/com_poweradmin/models/menuitem.php:414 |
9 | PoweradminModelMenuitem::getInheritedAssetsFromParents() | JROOT/plugins/system/jsnpoweradmin/jsnpoweradmin.php:203 |
8 | plgSystemJsnpoweradmin->onBeforeRender() | Same as call in the line below. |
7 | call_user_func_array() | 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:1058 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.16 ms After last query: 0.04 ms
SELECT assets, legacy
FROM joom_jsn_poweradmin_menu_assets
WHERE type='css'
AND menuId='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 assets, legacy
FROM #__jsn_poweradmin_menu_assets
WHERE type='css' AND ' at line 1 SQL=EXPLAIN EXTENDED SELECT assets, legacy
FROM #__jsn_poweradmin_menu_assets
WHERE type='css' AND menuId='1' |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number | 12 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1650 |
11 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_poweradmin/models/menuitem.php:375 |
10 | PoweradminModelMenuitem::loadMenuCustomAssets() | JROOT/administrator/components/com_poweradmin/models/menuitem.php:416 |
9 | PoweradminModelMenuitem::getInheritedAssetsFromParents() | JROOT/plugins/system/jsnpoweradmin/jsnpoweradmin.php:203 |
8 | plgSystemJsnpoweradmin->onBeforeRender() | Same as call in the line below. |
7 | call_user_func_array() | 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:1058 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.16 ms After last query: 0.05 ms
SELECT parent_id
FROM joom_menu
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 parent_id
FROM #__menu
WHERE id='1'' at line 1 SQL=EXPLAIN EXTENDED SELECT parent_id
FROM #__menu
WHERE id='1' |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number | 13 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1728 |
12 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_poweradmin/models/menuitem.php:337 |
11 | PoweradminModelMenuitem::getParentId() | JROOT/administrator/components/com_poweradmin/models/menuitem.php:414 |
10 | PoweradminModelMenuitem::getInheritedAssetsFromParents() | JROOT/administrator/components/com_poweradmin/models/menuitem.php:432 |
9 | PoweradminModelMenuitem::getInheritedAssetsFromParents() | JROOT/plugins/system/jsnpoweradmin/jsnpoweradmin.php:203 |
8 | plgSystemJsnpoweradmin->onBeforeRender() | Same as call in the line below. |
7 | call_user_func_array() | 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:1058 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.11 ms After last query: 0.05 ms
SELECT parent_id
FROM joom_menu
WHERE id='101'
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 parent_id
FROM #__menu
WHERE id='101'' at line 1 SQL=EXPLAIN EXTENDED SELECT parent_id
FROM #__menu
WHERE id='101' |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number | 12 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1728 |
11 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_poweradmin/models/menuitem.php:337 |
10 | PoweradminModelMenuitem::getParentId() | JROOT/administrator/components/com_poweradmin/models/menuitem.php:414 |
9 | PoweradminModelMenuitem::getInheritedAssetsFromParents() | JROOT/plugins/system/jsnpoweradmin/jsnpoweradmin.php:236 |
8 | plgSystemJsnpoweradmin->onBeforeRender() | Same as call in the line below. |
7 | call_user_func_array() | 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:1058 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.10 ms After last query: 0.04 ms
SELECT assets, legacy
FROM joom_jsn_poweradmin_menu_assets
WHERE type='js'
AND menuId='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 assets, legacy
FROM #__jsn_poweradmin_menu_assets
WHERE type='js' AND m' at line 1 SQL=EXPLAIN EXTENDED SELECT assets, legacy
FROM #__jsn_poweradmin_menu_assets
WHERE type='js' AND menuId='1' |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number | 12 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1650 |
11 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_poweradmin/models/menuitem.php:375 |
10 | PoweradminModelMenuitem::loadMenuCustomAssets() | JROOT/administrator/components/com_poweradmin/models/menuitem.php:416 |
9 | PoweradminModelMenuitem::getInheritedAssetsFromParents() | JROOT/plugins/system/jsnpoweradmin/jsnpoweradmin.php:236 |
8 | plgSystemJsnpoweradmin->onBeforeRender() | Same as call in the line below. |
7 | call_user_func_array() | 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:1058 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.10 ms After last query: 0.05 ms
SELECT parent_id
FROM joom_menu
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 parent_id
FROM #__menu
WHERE id='1'' at line 1 SQL=EXPLAIN EXTENDED SELECT parent_id
FROM #__menu
WHERE id='1' |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number | 13 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1728 |
12 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_poweradmin/models/menuitem.php:337 |
11 | PoweradminModelMenuitem::getParentId() | JROOT/administrator/components/com_poweradmin/models/menuitem.php:414 |
10 | PoweradminModelMenuitem::getInheritedAssetsFromParents() | JROOT/administrator/components/com_poweradmin/models/menuitem.php:432 |
9 | PoweradminModelMenuitem::getInheritedAssetsFromParents() | JROOT/plugins/system/jsnpoweradmin/jsnpoweradmin.php:236 |
8 | plgSystemJsnpoweradmin->onBeforeRender() | Same as call in the line below. |
7 | call_user_func_array() | 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:1058 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.24 ms After last query: 1.20 ms
SELECT *
FROM joom_extensions
WHERE element='com_imageshow'
AND 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 *
FROM #__extensions
WHERE element='com_imageshow' AND type='component'' at line 1 SQL=EXPLAIN EXTENDED SELECT *
FROM #__extensions
WHERE element='com_imageshow' AND type='component' |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number | 21 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1650 |
20 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_imageshow/classes/jsn_is_utils.php:310 |
19 | JSNISUtils->getComponentInfo() | JROOT/plugins/content/imageshow/imageshow.php:45 |
18 | plgContentImageShow->onContentPrepare() | Same as call in the line below. |
17 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
16 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
15 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
14 | JHtmlContent::prepare() | Same as call in the line below. |
13 | call_user_func_array() | JROOT/libraries/cms/html/html.php:236 |
12 | JHtml::call() | JROOT/libraries/cms/html/html.php:138 |
11 | JHtml::_() | JROOT/modules/mod_custom/mod_custom.php:15 |
10 | include JROOT/modules/mod_custom/mod_custom.php | JROOT/plugins/system/jsntplframework/includes/core/j3x/jsntplmodulehelper.php:195 |
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:1068 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.22 ms After last query: 0.72 ms
SELECT *
FROM joom_extensions
WHERE element='com_imageshow'
AND 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 *
FROM #__extensions
WHERE element='com_imageshow' AND type='component'' at line 1 SQL=EXPLAIN EXTENDED SELECT *
FROM #__extensions
WHERE element='com_imageshow' AND type='component' |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number | 21 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1650 |
20 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_imageshow/classes/jsn_is_utils.php:310 |
19 | JSNISUtils->getComponentInfo() | JROOT/plugins/content/imageshow/imageshow.php:45 |
18 | plgContentImageShow->onContentPrepare() | Same as call in the line below. |
17 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
16 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
15 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
14 | JHtmlContent::prepare() | Same as call in the line below. |
13 | call_user_func_array() | JROOT/libraries/cms/html/html.php:236 |
12 | JHtml::call() | JROOT/libraries/cms/html/html.php:104 |
11 | JHtml::_() | JROOT/modules/mod_custom/mod_custom.php:15 |
10 | include JROOT/modules/mod_custom/mod_custom.php | JROOT/plugins/system/jsntplframework/includes/core/j3x/jsntplmodulehelper.php:195 |
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:1068 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.21 ms After last query: 1.07 ms
SELECT *
FROM joom_extensions
WHERE element='com_imageshow'
AND 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 *
FROM #__extensions
WHERE element='com_imageshow' AND type='component'' at line 1 SQL=EXPLAIN EXTENDED SELECT *
FROM #__extensions
WHERE element='com_imageshow' AND type='component' |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number | 15 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1650 |
14 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_imageshow/classes/jsn_is_utils.php:310 |
13 | JSNISUtils->getComponentInfo() | JROOT/modules/mod_imageshow/helper.php:24 |
12 | modImageShowHelper::render() | JROOT/modules/mod_imageshow/tmpl/default.php:13 |
11 | require JROOT/modules/mod_imageshow/tmpl/default.php | JROOT/modules/mod_imageshow/mod_imageshow.php:21 |
10 | include JROOT/modules/mod_imageshow/mod_imageshow.php | JROOT/plugins/system/jsntplframework/includes/core/j3x/jsntplmodulehelper.php:195 |
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:1068 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.56 ms After last query: 0.12 ms
SELECT c.introtext, c.fulltext
FROM joom_imageshow_showlist sl
INNER JOIN joom_content c
ON sl.alter_autid = c.id
WHERE sl.showlist_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 c.introtext, c.fulltext
FROM #__imageshow_showlist sl
INN' at line 1 SQL=EXPLAIN EXTENDED SELECT c.introtext, c.fulltext
FROM #__imageshow_showlist sl
INNER JOIN #__content c ON sl.alter_autid = c.id
WHERE sl.showlist_id=1 |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number | 15 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1453 |
14 | JDatabaseDriver->loadAssoc() | JROOT/administrator/components/com_imageshow/classes/jsn_is_show.php:85 |
13 | JSNISShow->getArticleAuth() | JROOT/modules/mod_imageshow/helper.php:42 |
12 | modImageShowHelper::render() | JROOT/modules/mod_imageshow/tmpl/default.php:13 |
11 | require JROOT/modules/mod_imageshow/tmpl/default.php | JROOT/modules/mod_imageshow/mod_imageshow.php:21 |
10 | include JROOT/modules/mod_imageshow/mod_imageshow.php | JROOT/plugins/system/jsntplframework/includes/core/j3x/jsntplmodulehelper.php:195 |
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:1068 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.18 ms After last query: 0.04 ms
SELECT *
FROM joom_imageshow_showlist
WHERE published = 1
AND showlist_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 #__imageshow_showlist WHERE published = 1 AND showlist_id = 1' at line 1 SQL=EXPLAIN EXTENDED SELECT * FROM #__imageshow_showlist WHERE published = 1 AND showlist_id = 1 |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number | 15 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1453 |
14 | JDatabaseDriver->loadAssoc() | JROOT/administrator/components/com_imageshow/classes/jsn_is_showlist.php:99 |
13 | JSNISShowlist->getShowListByID() | JROOT/modules/mod_imageshow/helper.php:43 |
12 | modImageShowHelper::render() | JROOT/modules/mod_imageshow/tmpl/default.php:13 |
11 | require JROOT/modules/mod_imageshow/tmpl/default.php | JROOT/modules/mod_imageshow/mod_imageshow.php:21 |
10 | include JROOT/modules/mod_imageshow/mod_imageshow.php | JROOT/plugins/system/jsntplframework/includes/core/j3x/jsntplmodulehelper.php:195 |
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:1068 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.36 ms After last query: 0.04 ms
SELECT *
FROM joom_imageshow_showcase
WHERE published = 1
AND showcase_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 #__imageshow_showcase WHERE published = 1 AND showcase_id = 1' at line 1 SQL=EXPLAIN EXTENDED SELECT * FROM #__imageshow_showcase WHERE published = 1 AND showcase_id = 1 |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number | 15 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1650 |
14 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_imageshow/classes/jsn_is_showcase.php:155 |
13 | JSNISShowcase->getShowCaseByID() | JROOT/modules/mod_imageshow/helper.php:44 |
12 | modImageShowHelper::render() | JROOT/modules/mod_imageshow/tmpl/default.php:13 |
11 | require JROOT/modules/mod_imageshow/tmpl/default.php | JROOT/modules/mod_imageshow/mod_imageshow.php:21 |
10 | include JROOT/modules/mod_imageshow/mod_imageshow.php | JROOT/plugins/system/jsntplframework/includes/core/j3x/jsntplmodulehelper.php:195 |
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:1068 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.35 ms After last query: 0.30 ms
SELECT *
FROM joom_imageshow_theme_profile
WHERE showcase_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 #__imageshow_theme_profile WHERE showcase_id =1' at line 1 SQL=EXPLAIN EXTENDED SELECT * FROM #__imageshow_theme_profile WHERE showcase_id =1 |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number | 15 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1650 |
14 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_imageshow/classes/jsn_is_showcasetheme.php:341 |
13 | JSNISShowcaseTheme->getThemeProfile() | JROOT/modules/mod_imageshow/helper.php:62 |
12 | modImageShowHelper::render() | JROOT/modules/mod_imageshow/tmpl/default.php:13 |
11 | require JROOT/modules/mod_imageshow/tmpl/default.php | JROOT/modules/mod_imageshow/mod_imageshow.php:21 |
10 | include JROOT/modules/mod_imageshow/mod_imageshow.php | JROOT/plugins/system/jsntplframework/includes/core/j3x/jsntplmodulehelper.php:195 |
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:1068 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.42 ms After last query: 0.05 ms
SELECT
image_id, image_title, image_alt_text,
image_small, image_big, image_medium,
image_description, image_link,
image_extid, album_extid, image_size, custom_data, exif_data,
image_size, sync, ordering
FROM joom_imageshow_images
WHERE showlist_id =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
image_id, image_title, image_alt_text,
image_small, image_big' at line 1 SQL=EXPLAIN EXTENDED SELECT
image_id, image_title, image_alt_text,
image_small, image_big, image_medium,
image_description, image_link,
image_extid, album_extid, image_size, custom_data, exif_data,
image_size, sync, ordering
FROM #__imageshow_images
WHERE showlist_id =1
ORDER BY ordering ASC |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number | 15 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
14 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_imageshow/classes/jsn_is_images.php:47 |
13 | JSNISImages->getImagesByShowlistID() | JROOT/modules/mod_imageshow/helper.php:89 |
12 | modImageShowHelper::render() | JROOT/modules/mod_imageshow/tmpl/default.php:13 |
11 | require JROOT/modules/mod_imageshow/tmpl/default.php | JROOT/modules/mod_imageshow/mod_imageshow.php:21 |
10 | include JROOT/modules/mod_imageshow/mod_imageshow.php | JROOT/plugins/system/jsntplframework/includes/core/j3x/jsntplmodulehelper.php:195 |
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:1068 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.16 ms After last query: 0.07 ms
SELECT *
FROM joom_extensions
WHERE folder = 'jsnimageshow'
AND element='themeslider'
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 #__extensions
WHERE folder = 'jsnimageshow'
AN' at line 1 SQL=EXPLAIN EXTENDED SELECT *
FROM #__extensions
WHERE folder = 'jsnimageshow'
AND element='themeslider' |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number | 15 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1650 |
14 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_imageshow/classes/jsn_is_showcasetheme.php:293 |
13 | JSNISShowcaseTheme->getThemeInfo() | JROOT/modules/mod_imageshow/helper.php:137 |
12 | modImageShowHelper::render() | JROOT/modules/mod_imageshow/tmpl/default.php:13 |
11 | require JROOT/modules/mod_imageshow/tmpl/default.php | JROOT/modules/mod_imageshow/mod_imageshow.php:21 |
10 | include JROOT/modules/mod_imageshow/mod_imageshow.php | JROOT/plugins/system/jsntplframework/includes/core/j3x/jsntplmodulehelper.php:195 |
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:1068 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.14 ms After last query: 0.91 ms
SELECT *
FROM joom_imageshow_showlist
WHERE published = 1
AND showlist_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 #__imageshow_showlist WHERE published = 1 AND showlist_id = 1' at line 1 SQL=EXPLAIN EXTENDED SELECT * FROM #__imageshow_showlist WHERE published = 1 AND showlist_id = 1 |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number | 23 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1453 |
22 | JDatabaseDriver->loadAssoc() | JROOT/administrator/components/com_imageshow/classes/jsn_is_showlist.php:99 |
21 | JSNISShowlist->getShowListByID() | JROOT/plugins/jsnimageshow/themeslider/classes/jsn_is_sliderdisplay.php:26 |
20 | JSNISSliderDisplay->standardLayout() | JROOT/plugins/jsnimageshow/themeslider/classes/jsn_is_sliderdisplay.php:234 |
19 | JSNISSliderDisplay->display() | JROOT/plugins/jsnimageshow/themeslider/themeslider.php:77 |
18 | plgJSNImageshowThemeSlider->onDisplayJSNShowcaseTheme() | Same as call in the line below. |
17 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
16 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
15 | JEventDispatcher->trigger() | JROOT/administrator/components/com_imageshow/classes/jsn_is_showcasetheme.php:333 |
14 | JSNISShowcaseTheme->triggerThemeEvent() | JROOT/administrator/components/com_imageshow/classes/jsn_is_showcasetheme.php:388 |
13 | JSNISShowcaseTheme->displayTheme() | JROOT/modules/mod_imageshow/helper.php:149 |
12 | modImageShowHelper::render() | JROOT/modules/mod_imageshow/tmpl/default.php:13 |
11 | require JROOT/modules/mod_imageshow/tmpl/default.php | JROOT/modules/mod_imageshow/mod_imageshow.php:21 |
10 | include JROOT/modules/mod_imageshow/mod_imageshow.php | JROOT/plugins/system/jsntplframework/includes/core/j3x/jsntplmodulehelper.php:195 |
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:1068 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.79 ms After last query: 0.20 ms
SHOW FULL COLUMNS
FROM `joom_imageshow_showlist`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `joom_imageshow_showlist`
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number | 28 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
27 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:440 |
26 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/joomla/table/table.php:241 |
25 | JTable->getFields() | JROOT/libraries/joomla/table/table.php:162 |
24 | JTable->__construct() | JROOT/administrator/components/com_imageshow/tables/showlist.php:41 |
23 | TableShowList->__construct() | JROOT/libraries/joomla/table/table.php:304 |
22 | JTable::getInstance() | JROOT/administrator/components/com_imageshow/classes/jsn_is_showlist.php:120 |
21 | JSNISShowlist->getShowlist2JSON() | JROOT/plugins/jsnimageshow/themeslider/classes/jsn_is_sliderdisplay.php:27 |
20 | JSNISSliderDisplay->standardLayout() | JROOT/plugins/jsnimageshow/themeslider/classes/jsn_is_sliderdisplay.php:234 |
19 | JSNISSliderDisplay->display() | JROOT/plugins/jsnimageshow/themeslider/themeslider.php:77 |
18 | plgJSNImageshowThemeSlider->onDisplayJSNShowcaseTheme() | Same as call in the line below. |
17 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
16 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
15 | JEventDispatcher->trigger() | JROOT/administrator/components/com_imageshow/classes/jsn_is_showcasetheme.php:333 |
14 | JSNISShowcaseTheme->triggerThemeEvent() | JROOT/administrator/components/com_imageshow/classes/jsn_is_showcasetheme.php:388 |
13 | JSNISShowcaseTheme->displayTheme() | JROOT/modules/mod_imageshow/helper.php:149 |
12 | modImageShowHelper::render() | JROOT/modules/mod_imageshow/tmpl/default.php:13 |
11 | require JROOT/modules/mod_imageshow/tmpl/default.php | JROOT/modules/mod_imageshow/mod_imageshow.php:21 |
10 | include JROOT/modules/mod_imageshow/mod_imageshow.php | JROOT/plugins/system/jsntplframework/includes/core/j3x/jsntplmodulehelper.php:195 |
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:1068 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.13 ms After last query: 0.17 ms
SELECT *
FROM joom_imageshow_showlist
WHERE `showlist_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 #__imageshow_showlist
WHERE `showlist_id` = '1'' at line 1 SQL=EXPLAIN EXTENDED SELECT *
FROM #__imageshow_showlist
WHERE `showlist_id` = '1' |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number | 24 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1453 |
23 | JDatabaseDriver->loadAssoc() | JROOT/libraries/joomla/table/table.php:715 |
22 | JTable->load() | JROOT/administrator/components/com_imageshow/classes/jsn_is_showlist.php:123 |
21 | JSNISShowlist->getShowlist2JSON() | JROOT/plugins/jsnimageshow/themeslider/classes/jsn_is_sliderdisplay.php:27 |
20 | JSNISSliderDisplay->standardLayout() | JROOT/plugins/jsnimageshow/themeslider/classes/jsn_is_sliderdisplay.php:234 |
19 | JSNISSliderDisplay->display() | JROOT/plugins/jsnimageshow/themeslider/themeslider.php:77 |
18 | plgJSNImageshowThemeSlider->onDisplayJSNShowcaseTheme() | Same as call in the line below. |
17 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
16 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
15 | JEventDispatcher->trigger() | JROOT/administrator/components/com_imageshow/classes/jsn_is_showcasetheme.php:333 |
14 | JSNISShowcaseTheme->triggerThemeEvent() | JROOT/administrator/components/com_imageshow/classes/jsn_is_showcasetheme.php:388 |
13 | JSNISShowcaseTheme->displayTheme() | JROOT/modules/mod_imageshow/helper.php:149 |
12 | modImageShowHelper::render() | JROOT/modules/mod_imageshow/tmpl/default.php:13 |
11 | require JROOT/modules/mod_imageshow/tmpl/default.php | JROOT/modules/mod_imageshow/mod_imageshow.php:21 |
10 | include JROOT/modules/mod_imageshow/mod_imageshow.php | JROOT/plugins/system/jsntplframework/includes/core/j3x/jsntplmodulehelper.php:195 |
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:1068 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.18 ms After last query: 1.06 ms
SELECT *
FROM joom_imageshow_showlist
WHERE `showlist_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 #__imageshow_showlist
WHERE `showlist_id` = '1'' at line 1 SQL=EXPLAIN EXTENDED SELECT *
FROM #__imageshow_showlist
WHERE `showlist_id` = '1' |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number | 27 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1453 |
26 | JDatabaseDriver->loadAssoc() | JROOT/libraries/joomla/table/table.php:715 |
25 | JTable->load() | JROOT/administrator/components/com_imageshow/imagesources/images_sources_default.php:20 |
24 | JSNImagesSourcesDefault->__construct() | JROOT/administrator/components/com_imageshow/imagesources/images_sources_internal.php:18 |
23 | JSNImagesSourcesInternal->__construct() | JROOT/administrator/components/com_imageshow/classes/jsn_is_factory.php:158 |
22 | JSNISFactory::getSource() | JROOT/administrator/components/com_imageshow/classes/jsn_is_showlist.php:125 |
21 | JSNISShowlist->getShowlist2JSON() | JROOT/plugins/jsnimageshow/themeslider/classes/jsn_is_sliderdisplay.php:27 |
20 | JSNISSliderDisplay->standardLayout() | JROOT/plugins/jsnimageshow/themeslider/classes/jsn_is_sliderdisplay.php:234 |
19 | JSNISSliderDisplay->display() | JROOT/plugins/jsnimageshow/themeslider/themeslider.php:77 |
18 | plgJSNImageshowThemeSlider->onDisplayJSNShowcaseTheme() | Same as call in the line below. |
17 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
16 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
15 | JEventDispatcher->trigger() | JROOT/administrator/components/com_imageshow/classes/jsn_is_showcasetheme.php:333 |
14 | JSNISShowcaseTheme->triggerThemeEvent() | JROOT/administrator/components/com_imageshow/classes/jsn_is_showcasetheme.php:388 |
13 | JSNISShowcaseTheme->displayTheme() | JROOT/modules/mod_imageshow/helper.php:149 |
12 | modImageShowHelper::render() | JROOT/modules/mod_imageshow/tmpl/default.php:13 |
11 | require JROOT/modules/mod_imageshow/tmpl/default.php | JROOT/modules/mod_imageshow/mod_imageshow.php:21 |
10 | include JROOT/modules/mod_imageshow/mod_imageshow.php | JROOT/plugins/system/jsntplframework/includes/core/j3x/jsntplmodulehelper.php:195 |
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:1068 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.15 ms After last query: 0.51 ms
UPDATE joom_extensions
SET enabled = 1
WHERE element LIKE 'source%'
AND folder = 'jsnimageshow'
AND enabled = 0
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 enabled = 1 WHERE element LIKE 'source%' AND folder =' at line 1 SQL=EXPLAIN EXTENDED UPDATE #__extensions SET enabled = 1 WHERE element LIKE 'source%' AND folder = 'jsnimageshow' AND enabled = 0 |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number | 30 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/database.php:33 |
29 | JDatabase->query() | JROOT/administrator/components/com_imageshow/classes/jsn_is_source.php:67 |
28 | JSNISSource->_setListSource() | JROOT/administrator/components/com_imageshow/classes/jsn_is_source.php:26 |
27 | JSNISSource->__construct() | JROOT/administrator/components/com_imageshow/classes/jsn_is_factory.php:33 |
26 | JSNISFactory::getInstance() | JROOT/administrator/components/com_imageshow/classes/jsn_is_factory.php:70 |
25 | JSNISFactory::getObj() | JROOT/administrator/components/com_imageshow/imagesources/images_sources_internal.php:33 |
24 | JSNImagesSourcesInternal->checkComponent() | JROOT/administrator/components/com_imageshow/imagesources/images_sources_internal.php:20 |
23 | JSNImagesSourcesInternal->__construct() | JROOT/administrator/components/com_imageshow/classes/jsn_is_factory.php:158 |
22 | JSNISFactory::getSource() | JROOT/administrator/components/com_imageshow/classes/jsn_is_showlist.php:125 |
21 | JSNISShowlist->getShowlist2JSON() | JROOT/plugins/jsnimageshow/themeslider/classes/jsn_is_sliderdisplay.php:27 |
20 | JSNISSliderDisplay->standardLayout() | JROOT/plugins/jsnimageshow/themeslider/classes/jsn_is_sliderdisplay.php:234 |
19 | JSNISSliderDisplay->display() | JROOT/plugins/jsnimageshow/themeslider/themeslider.php:77 |
18 | plgJSNImageshowThemeSlider->onDisplayJSNShowcaseTheme() | Same as call in the line below. |
17 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
16 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
15 | JEventDispatcher->trigger() | JROOT/administrator/components/com_imageshow/classes/jsn_is_showcasetheme.php:333 |
14 | JSNISShowcaseTheme->triggerThemeEvent() | JROOT/administrator/components/com_imageshow/classes/jsn_is_showcasetheme.php:388 |
13 | JSNISShowcaseTheme->displayTheme() | JROOT/modules/mod_imageshow/helper.php:149 |
12 | modImageShowHelper::render() | JROOT/modules/mod_imageshow/tmpl/default.php:13 |
11 | require JROOT/modules/mod_imageshow/tmpl/default.php | JROOT/modules/mod_imageshow/mod_imageshow.php:21 |
10 | include JROOT/modules/mod_imageshow/mod_imageshow.php | JROOT/plugins/system/jsntplframework/includes/core/j3x/jsntplmodulehelper.php:195 |
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:1068 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.15 ms After last query: 0.05 ms
SELECT *
FROM joom_extensions
WHERE element LIKE 'source%'
AND folder = 'jsnimageshow'
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 * FROM #__extensions WHERE element LIKE 'source%' AND folder = 'jsnimag' at line 1 SQL=EXPLAIN EXTENDED SELECT * FROM #__extensions WHERE element LIKE 'source%' AND folder = 'jsnimageshow' AND enabled = 1 |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number | 30 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
29 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_imageshow/classes/jsn_is_source.php:71 |
28 | JSNISSource->_setListSource() | JROOT/administrator/components/com_imageshow/classes/jsn_is_source.php:26 |
27 | JSNISSource->__construct() | JROOT/administrator/components/com_imageshow/classes/jsn_is_factory.php:33 |
26 | JSNISFactory::getInstance() | JROOT/administrator/components/com_imageshow/classes/jsn_is_factory.php:70 |
25 | JSNISFactory::getObj() | JROOT/administrator/components/com_imageshow/imagesources/images_sources_internal.php:33 |
24 | JSNImagesSourcesInternal->checkComponent() | JROOT/administrator/components/com_imageshow/imagesources/images_sources_internal.php:20 |
23 | JSNImagesSourcesInternal->__construct() | JROOT/administrator/components/com_imageshow/classes/jsn_is_factory.php:158 |
22 | JSNISFactory::getSource() | JROOT/administrator/components/com_imageshow/classes/jsn_is_showlist.php:125 |
21 | JSNISShowlist->getShowlist2JSON() | JROOT/plugins/jsnimageshow/themeslider/classes/jsn_is_sliderdisplay.php:27 |
20 | JSNISSliderDisplay->standardLayout() | JROOT/plugins/jsnimageshow/themeslider/classes/jsn_is_sliderdisplay.php:234 |
19 | JSNISSliderDisplay->display() | JROOT/plugins/jsnimageshow/themeslider/themeslider.php:77 |
18 | plgJSNImageshowThemeSlider->onDisplayJSNShowcaseTheme() | Same as call in the line below. |
17 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
16 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
15 | JEventDispatcher->trigger() | JROOT/administrator/components/com_imageshow/classes/jsn_is_showcasetheme.php:333 |
14 | JSNISShowcaseTheme->triggerThemeEvent() | JROOT/administrator/components/com_imageshow/classes/jsn_is_showcasetheme.php:388 |
13 | JSNISShowcaseTheme->displayTheme() | JROOT/modules/mod_imageshow/helper.php:149 |
12 | modImageShowHelper::render() | JROOT/modules/mod_imageshow/tmpl/default.php:13 |
11 | require JROOT/modules/mod_imageshow/tmpl/default.php | JROOT/modules/mod_imageshow/mod_imageshow.php:21 |
10 | include JROOT/modules/mod_imageshow/mod_imageshow.php | JROOT/plugins/system/jsntplframework/includes/core/j3x/jsntplmodulehelper.php:195 |
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:1068 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.14 ms After last query: 0.18 ms
SELECT album_extid
FROM joom_imageshow_images
WHERE showlist_id =1
AND sync = 1
GROUP BY album_extid
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 album_extid
FROM #__imageshow_images
WHERE showlist_id =1
' at line 1 SQL=EXPLAIN EXTENDED SELECT album_extid
FROM #__imageshow_images
WHERE showlist_id =1
AND sync = 1
GROUP BY album_extid |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number | 26 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1538 |
25 | JDatabaseDriver->loadColumn() | JROOT/administrator/components/com_imageshow/classes/jsn_is_images.php:199 |
24 | JSNISImages->getSyncAlbumsByShowlistID() | JROOT/administrator/components/com_imageshow/imagesources/images_sources_internal.php:23 |
23 | JSNImagesSourcesInternal->__construct() | JROOT/administrator/components/com_imageshow/classes/jsn_is_factory.php:158 |
22 | JSNISFactory::getSource() | JROOT/administrator/components/com_imageshow/classes/jsn_is_showlist.php:125 |
21 | JSNISShowlist->getShowlist2JSON() | JROOT/plugins/jsnimageshow/themeslider/classes/jsn_is_sliderdisplay.php:27 |
20 | JSNISSliderDisplay->standardLayout() | JROOT/plugins/jsnimageshow/themeslider/classes/jsn_is_sliderdisplay.php:234 |
19 | JSNISSliderDisplay->display() | JROOT/plugins/jsnimageshow/themeslider/themeslider.php:77 |
18 | plgJSNImageshowThemeSlider->onDisplayJSNShowcaseTheme() | Same as call in the line below. |
17 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
16 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
15 | JEventDispatcher->trigger() | JROOT/administrator/components/com_imageshow/classes/jsn_is_showcasetheme.php:333 |
14 | JSNISShowcaseTheme->triggerThemeEvent() | JROOT/administrator/components/com_imageshow/classes/jsn_is_showcasetheme.php:388 |
13 | JSNISShowcaseTheme->displayTheme() | JROOT/modules/mod_imageshow/helper.php:149 |
12 | modImageShowHelper::render() | JROOT/modules/mod_imageshow/tmpl/default.php:13 |
11 | require JROOT/modules/mod_imageshow/tmpl/default.php | JROOT/modules/mod_imageshow/mod_imageshow.php:21 |
10 | include JROOT/modules/mod_imageshow/mod_imageshow.php | JROOT/plugins/system/jsntplframework/includes/core/j3x/jsntplmodulehelper.php:195 |
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:1068 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.15 ms After last query: 0.07 ms
SELECT
image_id, image_title, image_alt_text,
image_small, image_big, image_medium,
image_description, image_link,
image_extid, album_extid, image_size, custom_data, exif_data,
image_size, sync, ordering
FROM joom_imageshow_images
WHERE showlist_id =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
image_id, image_title, image_alt_text,
image_small, image_big' at line 1 SQL=EXPLAIN EXTENDED SELECT
image_id, image_title, image_alt_text,
image_small, image_big, image_medium,
image_description, image_link,
image_extid, album_extid, image_size, custom_data, exif_data,
image_size, sync, ordering
FROM #__imageshow_images
WHERE showlist_id =1
ORDER BY ordering ASC |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number | 27 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
26 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_imageshow/classes/jsn_is_images.php:47 |
25 | JSNISImages->getImagesByShowlistID() | JROOT/administrator/components/com_imageshow/imagesources/images_sources_default.php:157 |
24 | JSNImagesSourcesDefault->getImages2JSON() | JROOT/administrator/components/com_imageshow/imagesources/images_sources_internal.php:102 |
23 | JSNImagesSourcesInternal->getImages2JSON() | JROOT/administrator/components/com_imageshow/imagesources/source_folder/internal_source_folder.php:409 |
22 | JSNInternalSourceFolder->getImages2JSON() | JROOT/administrator/components/com_imageshow/classes/jsn_is_showlist.php:126 |
21 | JSNISShowlist->getShowlist2JSON() | JROOT/plugins/jsnimageshow/themeslider/classes/jsn_is_sliderdisplay.php:27 |
20 | JSNISSliderDisplay->standardLayout() | JROOT/plugins/jsnimageshow/themeslider/classes/jsn_is_sliderdisplay.php:234 |
19 | JSNISSliderDisplay->display() | JROOT/plugins/jsnimageshow/themeslider/themeslider.php:77 |
18 | plgJSNImageshowThemeSlider->onDisplayJSNShowcaseTheme() | Same as call in the line below. |
17 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
16 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
15 | JEventDispatcher->trigger() | JROOT/administrator/components/com_imageshow/classes/jsn_is_showcasetheme.php:333 |
14 | JSNISShowcaseTheme->triggerThemeEvent() | JROOT/administrator/components/com_imageshow/classes/jsn_is_showcasetheme.php:388 |
13 | JSNISShowcaseTheme->displayTheme() | JROOT/modules/mod_imageshow/helper.php:149 |
12 | modImageShowHelper::render() | JROOT/modules/mod_imageshow/tmpl/default.php:13 |
11 | require JROOT/modules/mod_imageshow/tmpl/default.php | JROOT/modules/mod_imageshow/mod_imageshow.php:21 |
10 | include JROOT/modules/mod_imageshow/mod_imageshow.php | JROOT/plugins/system/jsntplframework/includes/core/j3x/jsntplmodulehelper.php:195 |
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:1068 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.12 ms After last query: 0.07 ms
SELECT *
FROM joom_imageshow_showlist
WHERE published = 1
AND showlist_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 #__imageshow_showlist WHERE published = 1 AND showlist_id = 1' at line 1 SQL=EXPLAIN EXTENDED SELECT * FROM #__imageshow_showlist WHERE published = 1 AND showlist_id = 1 |
Status | Duration |
---|
starting | 0.02 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
init | 0.00 ms |
System lock | 0.00 ms |
optimizing | 0.00 ms |
statistics | 0.01 ms |
preparing | 0.00 ms |
executing | 0.01 ms |
end | 0.00 ms |
query end | 0.00 ms |
waiting for handler commit | 0.00 ms |
closing tables | 0.00 ms |
freeing items | 0.02 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number | 24 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1453 |
23 | JDatabaseDriver->loadAssoc() | JROOT/administrator/components/com_imageshow/classes/jsn_is_showlist.php:99 |
22 | JSNISShowlist->getShowListByID() | JROOT/administrator/components/com_imageshow/classes/jsn_is_showlist.php:129 |
21 | JSNISShowlist->getShowlist2JSON() | JROOT/plugins/jsnimageshow/themeslider/classes/jsn_is_sliderdisplay.php:27 |
20 | JSNISSliderDisplay->standardLayout() | JROOT/plugins/jsnimageshow/themeslider/classes/jsn_is_sliderdisplay.php:234 |
19 | JSNISSliderDisplay->display() | JROOT/plugins/jsnimageshow/themeslider/themeslider.php:77 |
18 | plgJSNImageshowThemeSlider->onDisplayJSNShowcaseTheme() | Same as call in the line below. |
17 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
16 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
15 | JEventDispatcher->trigger() | JROOT/administrator/components/com_imageshow/classes/jsn_is_showcasetheme.php:333 |
14 | JSNISShowcaseTheme->triggerThemeEvent() | JROOT/administrator/components/com_imageshow/classes/jsn_is_showcasetheme.php:388 |
13 | JSNISShowcaseTheme->displayTheme() | JROOT/modules/mod_imageshow/helper.php:149 |
12 | modImageShowHelper::render() | JROOT/modules/mod_imageshow/tmpl/default.php:13 |
11 | require JROOT/modules/mod_imageshow/tmpl/default.php | JROOT/modules/mod_imageshow/mod_imageshow.php:21 |
10 | include JROOT/modules/mod_imageshow/mod_imageshow.php | JROOT/plugins/system/jsntplframework/includes/core/j3x/jsntplmodulehelper.php:195 |
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:1068 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 1.40 ms After last query: 0.29 ms
SHOW TABLES
EXPLAIN not possible on query: SHOW TABLES
Status | Duration |
---|
checking permissions | 0.01 ms |
checking permissions | 0.00 ms |
checking permissions | 0.01 ms |
checking permissions | 0.00 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.01 ms |
checking permissions | 0.00 ms |
checking permissions | 0.01 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.00 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.00 ms |
checking permissions | 0.01 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.01 ms |
checking permissions | 0.00 ms |
checking permissions | 0.01 ms |
checking permissions | 0.00 ms |
checking permissions | 0.01 ms |
checking permissions | 0.00 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.00 ms |
checking permissions | 0.01 ms |
checking permissions | 0.00 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.01 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.00 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.00 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.00 ms |
checking permissions | 0.01 ms |
checking permissions | 0.00 ms |
checking permissions | 0.01 ms |
checking permissions | 0.00 ms |
checking permissions | 0.01 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.00 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.00 ms |
checking permissions | 0.01 ms |
checking permissions | 0.00 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.01 ms |
checking permissions | 0.00 ms |
checking permissions | 0.01 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.02 ms |
end | 0.00 ms |
query end | 0.00 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.04 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number | 25 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1538 |
24 | JDatabaseDriver->loadColumn() | JROOT/libraries/joomla/database/driver/mysqli.php:497 |
23 | JDatabaseDriverMysqli->getTableList() | JROOT/plugins/system/jsnframework/libraries/joomlashine/config/helper.php:68 |
22 | JSNConfigHelper::get() | JROOT/plugins/jsnimageshow/themeslider/classes/jsn_is_sliderdisplay.php:385 |
21 | JSNISSliderDisplay->loadjQuery() | JROOT/plugins/jsnimageshow/themeslider/classes/jsn_is_sliderdisplay.php:50 |
20 | JSNISSliderDisplay->standardLayout() | JROOT/plugins/jsnimageshow/themeslider/classes/jsn_is_sliderdisplay.php:234 |
19 | JSNISSliderDisplay->display() | JROOT/plugins/jsnimageshow/themeslider/themeslider.php:77 |
18 | plgJSNImageshowThemeSlider->onDisplayJSNShowcaseTheme() | Same as call in the line below. |
17 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
16 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
15 | JEventDispatcher->trigger() | JROOT/administrator/components/com_imageshow/classes/jsn_is_showcasetheme.php:333 |
14 | JSNISShowcaseTheme->triggerThemeEvent() | JROOT/administrator/components/com_imageshow/classes/jsn_is_showcasetheme.php:388 |
13 | JSNISShowcaseTheme->displayTheme() | JROOT/modules/mod_imageshow/helper.php:149 |
12 | modImageShowHelper::render() | JROOT/modules/mod_imageshow/tmpl/default.php:13 |
11 | require JROOT/modules/mod_imageshow/tmpl/default.php | JROOT/modules/mod_imageshow/mod_imageshow.php:21 |
10 | include JROOT/modules/mod_imageshow/mod_imageshow.php | JROOT/plugins/system/jsntplframework/includes/core/j3x/jsntplmodulehelper.php:195 |
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:1068 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.12 ms After last query: 0.12 ms
SELECT name,value
FROM joom_jsn_imageshow_config
WHERE 1
Error |
---|
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT name,value
FROM #__jsn_imageshow_config
WHERE 1' at line 1 SQL=EXPLAIN EXTENDED SELECT name,value
FROM #__jsn_imageshow_config
WHERE 1 |
Status | Duration |
---|
starting | 0.03 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
init | 0.00 ms |
System lock | 0.00 ms |
optimizing | 0.00 ms |
statistics | 0.00 ms |
preparing | 0.01 ms |
executing | 0.01 ms |
end | 0.00 ms |
query end | 0.00 ms |
waiting for handler commit | 0.00 ms |
closing tables | 0.00 ms |
freeing items | 0.02 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number | 24 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
23 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/jsnframework/libraries/joomlashine/config/helper.php:81 |
22 | JSNConfigHelper::get() | JROOT/plugins/jsnimageshow/themeslider/classes/jsn_is_sliderdisplay.php:385 |
21 | JSNISSliderDisplay->loadjQuery() | JROOT/plugins/jsnimageshow/themeslider/classes/jsn_is_sliderdisplay.php:50 |
20 | JSNISSliderDisplay->standardLayout() | JROOT/plugins/jsnimageshow/themeslider/classes/jsn_is_sliderdisplay.php:234 |
19 | JSNISSliderDisplay->display() | JROOT/plugins/jsnimageshow/themeslider/themeslider.php:77 |
18 | plgJSNImageshowThemeSlider->onDisplayJSNShowcaseTheme() | Same as call in the line below. |
17 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
16 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
15 | JEventDispatcher->trigger() | JROOT/administrator/components/com_imageshow/classes/jsn_is_showcasetheme.php:333 |
14 | JSNISShowcaseTheme->triggerThemeEvent() | JROOT/administrator/components/com_imageshow/classes/jsn_is_showcasetheme.php:388 |
13 | JSNISShowcaseTheme->displayTheme() | JROOT/modules/mod_imageshow/helper.php:149 |
12 | modImageShowHelper::render() | JROOT/modules/mod_imageshow/tmpl/default.php:13 |
11 | require JROOT/modules/mod_imageshow/tmpl/default.php | JROOT/modules/mod_imageshow/mod_imageshow.php:21 |
10 | include JROOT/modules/mod_imageshow/mod_imageshow.php | JROOT/plugins/system/jsntplframework/includes/core/j3x/jsntplmodulehelper.php:195 |
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:1068 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.97 ms After last query: 0.46 ms
SHOW FULL COLUMNS
FROM `joom_imageshow_theme_slider`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `joom_imageshow_theme_slider`
Status | Duration |
---|
starting | 0.03 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.25 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.21 ms |
init | 0.01 ms |
System lock | 0.00 ms |
optimizing | 0.01 ms |
statistics | 0.04 ms |
preparing | 0.01 ms |
Creating tmp table | 0.02 ms |
executing | 0.03 ms |
checking permissions | 0.03 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.00 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.03 ms |
end | 0.00 ms |
query end | 0.00 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.03 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number | 29 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
28 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:440 |
27 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/joomla/table/table.php:241 |
26 | JTable->getFields() | JROOT/libraries/joomla/table/table.php:162 |
25 | JTable->__construct() | JROOT/plugins/jsnimageshow/themeslider/tables/themeslider.php:39 |
24 | TableThemeSlider->__construct() | JROOT/libraries/joomla/table/table.php:304 |
23 | JTable::getInstance() | JROOT/plugins/jsnimageshow/themeslider/models/themeslider.php:50 |
22 | ThemeSlider->getTable() | JROOT/plugins/jsnimageshow/themeslider/classes/jsn_is_sliderdisplay.php:247 |
21 | JSNISSliderDisplay->getThemeDataStandard() | JROOT/plugins/jsnimageshow/themeslider/classes/jsn_is_sliderdisplay.php:55 |
20 | JSNISSliderDisplay->standardLayout() | JROOT/plugins/jsnimageshow/themeslider/classes/jsn_is_sliderdisplay.php:234 |
19 | JSNISSliderDisplay->display() | JROOT/plugins/jsnimageshow/themeslider/themeslider.php:77 |
18 | plgJSNImageshowThemeSlider->onDisplayJSNShowcaseTheme() | Same as call in the line below. |
17 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
16 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
15 | JEventDispatcher->trigger() | JROOT/administrator/components/com_imageshow/classes/jsn_is_showcasetheme.php:333 |
14 | JSNISShowcaseTheme->triggerThemeEvent() | JROOT/administrator/components/com_imageshow/classes/jsn_is_showcasetheme.php:388 |
13 | JSNISShowcaseTheme->displayTheme() | JROOT/modules/mod_imageshow/helper.php:149 |
12 | modImageShowHelper::render() | JROOT/modules/mod_imageshow/tmpl/default.php:13 |
11 | require JROOT/modules/mod_imageshow/tmpl/default.php | JROOT/modules/mod_imageshow/mod_imageshow.php:21 |
10 | include JROOT/modules/mod_imageshow/mod_imageshow.php | JROOT/plugins/system/jsntplframework/includes/core/j3x/jsntplmodulehelper.php:195 |
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:1068 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.22 ms After last query: 0.17 ms
SELECT *
FROM joom_imageshow_theme_slider
WHERE `theme_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 #__imageshow_theme_slider
WHERE `theme_id` = '1'' at line 1 SQL=EXPLAIN EXTENDED SELECT *
FROM #__imageshow_theme_slider
WHERE `theme_id` = '1' |
Status | Duration |
---|
starting | 0.03 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.10 ms |
init | 0.00 ms |
System lock | 0.00 ms |
optimizing | 0.01 ms |
statistics | 0.01 ms |
preparing | 0.01 ms |
executing | 0.01 ms |
end | 0.00 ms |
query end | 0.00 ms |
waiting for handler commit | 0.00 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number | 25 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1453 |
24 | JDatabaseDriver->loadAssoc() | JROOT/libraries/joomla/table/table.php:715 |
23 | JTable->load() | JROOT/plugins/jsnimageshow/themeslider/models/themeslider.php:52 |
22 | ThemeSlider->getTable() | JROOT/plugins/jsnimageshow/themeslider/classes/jsn_is_sliderdisplay.php:247 |
21 | JSNISSliderDisplay->getThemeDataStandard() | JROOT/plugins/jsnimageshow/themeslider/classes/jsn_is_sliderdisplay.php:55 |
20 | JSNISSliderDisplay->standardLayout() | JROOT/plugins/jsnimageshow/themeslider/classes/jsn_is_sliderdisplay.php:234 |
19 | JSNISSliderDisplay->display() | JROOT/plugins/jsnimageshow/themeslider/themeslider.php:77 |
18 | plgJSNImageshowThemeSlider->onDisplayJSNShowcaseTheme() | Same as call in the line below. |
17 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
16 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
15 | JEventDispatcher->trigger() | JROOT/administrator/components/com_imageshow/classes/jsn_is_showcasetheme.php:333 |
14 | JSNISShowcaseTheme->triggerThemeEvent() | JROOT/administrator/components/com_imageshow/classes/jsn_is_showcasetheme.php:388 |
13 | JSNISShowcaseTheme->displayTheme() | JROOT/modules/mod_imageshow/helper.php:149 |
12 | modImageShowHelper::render() | JROOT/modules/mod_imageshow/tmpl/default.php:13 |
11 | require JROOT/modules/mod_imageshow/tmpl/default.php | JROOT/modules/mod_imageshow/mod_imageshow.php:21 |
10 | include JROOT/modules/mod_imageshow/mod_imageshow.php | JROOT/plugins/system/jsntplframework/includes/core/j3x/jsntplmodulehelper.php:195 |
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:1068 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.23 ms After last query: 3.40 ms
SELECT *
FROM joom_extensions
WHERE `element` = 'jsnframework'
AND `type` = 'plugin'
AND `folder` = 'system'
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 #__extensions
WHERE `element` = 'jsnframework' AND `type` = 'plu' at line 1 SQL=EXPLAIN EXTENDED SELECT *
FROM #__extensions
WHERE `element` = 'jsnframework' AND `type` = 'plugin' AND `folder` = 'system' |
Status | Duration |
---|
starting | 0.04 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.02 ms |
init | 0.00 ms |
System lock | 0.00 ms |
optimizing | 0.01 ms |
statistics | 0.04 ms |
preparing | 0.01 ms |
executing | 0.02 ms |
end | 0.00 ms |
query end | 0.00 ms |
waiting for handler commit | 0.00 ms |
closing tables | 0.00 ms |
freeing items | 0.02 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number | 11 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1453 |
10 | JDatabaseDriver->loadAssoc() | JROOT/libraries/joomla/table/table.php:715 |
9 | JTable->load() | JROOT/plugins/system/pagebuilder/pagebuilder.php:217 |
8 | plgSystemPagebuilder->onAfterRender() | Same as call in the line below. |
7 | call_user_func_array() | 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:1074 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.21 ms After last query: 0.64 ms
SELECT COUNT(extension_id)
FROM joom_extensions
WHERE element = 'com_k2'
AND 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 COUNT(extension_id)
FROM #__extensions
WHERE element = 'com_k2' AND typ' at line 1 SQL=EXPLAIN EXTENDED SELECT COUNT(extension_id)
FROM #__extensions
WHERE element = 'com_k2' AND type = 'component' |
Status | Duration |
---|
starting | 0.04 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
init | 0.00 ms |
System lock | 0.00 ms |
optimizing | 0.01 ms |
statistics | 0.03 ms |
preparing | 0.01 ms |
executing | 0.01 ms |
end | 0.00 ms |
query end | 0.00 ms |
waiting for handler commit | 0.00 ms |
closing tables | 0.00 ms |
freeing items | 0.02 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number | 18 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1728 |
17 | JDatabaseDriver->loadResult() | JROOT/libraries/cms/component/helper.php:104 |
16 | JComponentHelper::isInstalled() | JROOT/administrator/components/com_pagebuilder/helpers/pagebuilder.php:139 |
15 | JSNPagebuilderHelpersPagebuilder::checkComponentEnabled() | JROOT/plugins/jsnpagebuilder/defaultelements/articlelist/helpers/helper.php:107 |
14 | JSNPbArticleListHelper::getArticleListSource() | JROOT/plugins/jsnpagebuilder/defaultelements/articlelist/articlelist.php:397 |
13 | JSNPBShortcodeArticleList->frontend_element_items() | JROOT/administrator/components/com_pagebuilder/libraries/innotheme/shortcode/element.php:35 |
12 | IG_Pb_Element->__construct() | JROOT/plugins/jsnpagebuilder/defaultelements/articlelist/articlelist.php:33 |
11 | JSNPBShortcodeArticleList->__construct() | JROOT/administrator/components/com_pagebuilder/helpers/elements.php:105 |
10 | JSNPagebuilderHelpersElements->registerElements() | JROOT/administrator/components/com_pagebuilder/helpers/elements.php:38 |
9 | JSNPagebuilderHelpersElements->__construct() | JROOT/plugins/system/pagebuilder/pagebuilder.php:226 |
8 | plgSystemPagebuilder->onAfterRender() | Same as call in the line below. |
7 | call_user_func_array() | 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:1074 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.14 ms After last query: 0.06 ms
SELECT COUNT(extension_id)
FROM joom_extensions
WHERE element = 'com_easyblog'
AND 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 COUNT(extension_id)
FROM #__extensions
WHERE element = 'com_easyblog' A' at line 1 SQL=EXPLAIN EXTENDED SELECT COUNT(extension_id)
FROM #__extensions
WHERE element = 'com_easyblog' AND type = 'component' |
Status | Duration |
---|
starting | 0.03 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
init | 0.00 ms |
System lock | 0.00 ms |
optimizing | 0.00 ms |
statistics | 0.03 ms |
preparing | 0.01 ms |
executing | 0.01 ms |
end | 0.00 ms |
query end | 0.00 ms |
waiting for handler commit | 0.00 ms |
closing tables | 0.00 ms |
freeing items | 0.02 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number | 18 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1728 |
17 | JDatabaseDriver->loadResult() | JROOT/libraries/cms/component/helper.php:104 |
16 | JComponentHelper::isInstalled() | JROOT/administrator/components/com_pagebuilder/helpers/pagebuilder.php:139 |
15 | JSNPagebuilderHelpersPagebuilder::checkComponentEnabled() | JROOT/plugins/jsnpagebuilder/defaultelements/articlelist/helpers/helper.php:113 |
14 | JSNPbArticleListHelper::getArticleListSource() | JROOT/plugins/jsnpagebuilder/defaultelements/articlelist/articlelist.php:397 |
13 | JSNPBShortcodeArticleList->frontend_element_items() | JROOT/administrator/components/com_pagebuilder/libraries/innotheme/shortcode/element.php:35 |
12 | IG_Pb_Element->__construct() | JROOT/plugins/jsnpagebuilder/defaultelements/articlelist/articlelist.php:33 |
11 | JSNPBShortcodeArticleList->__construct() | JROOT/administrator/components/com_pagebuilder/helpers/elements.php:105 |
10 | JSNPagebuilderHelpersElements->registerElements() | JROOT/administrator/components/com_pagebuilder/helpers/elements.php:38 |
9 | JSNPagebuilderHelpersElements->__construct() | JROOT/plugins/system/pagebuilder/pagebuilder.php:226 |
8 | plgSystemPagebuilder->onAfterRender() | Same as call in the line below. |
7 | call_user_func_array() | 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:1074 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.18 ms After last query: 1.41 ms
SELECT COUNT(extension_id)
FROM joom_extensions
WHERE element = 'com_easyslider'
AND 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 COUNT(extension_id)
FROM #__extensions
WHERE element = 'com_easyslider'' at line 1 SQL=EXPLAIN EXTENDED SELECT COUNT(extension_id)
FROM #__extensions
WHERE element = 'com_easyslider' AND type = 'component' |
Status | Duration |
---|
starting | 0.04 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
init | 0.00 ms |
System lock | 0.00 ms |
optimizing | 0.01 ms |
statistics | 0.03 ms |
preparing | 0.01 ms |
executing | 0.02 ms |
end | 0.00 ms |
query end | 0.00 ms |
waiting for handler commit | 0.00 ms |
closing tables | 0.00 ms |
freeing items | 0.02 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number | 15 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1728 |
14 | JDatabaseDriver->loadResult() | JROOT/libraries/cms/component/helper.php:104 |
13 | JComponentHelper::isInstalled() | JROOT/administrator/components/com_pagebuilder/helpers/pagebuilder.php:139 |
12 | JSNPagebuilderHelpersPagebuilder::checkComponentEnabled() | JROOT/plugins/jsnpagebuilder/defaultelements/easyslider/easyslider.php:31 |
11 | JSNPBShortcodeEasyslider->__construct() | JROOT/administrator/components/com_pagebuilder/helpers/elements.php:105 |
10 | JSNPagebuilderHelpersElements->registerElements() | JROOT/administrator/components/com_pagebuilder/helpers/elements.php:38 |
9 | JSNPagebuilderHelpersElements->__construct() | JROOT/plugins/system/pagebuilder/pagebuilder.php:226 |
8 | plgSystemPagebuilder->onAfterRender() | Same as call in the line below. |
7 | call_user_func_array() | 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:1074 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.17 ms After last query: 0.73 ms
SELECT COUNT(extension_id)
FROM joom_extensions
WHERE element = 'com_imageshow'
AND 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 COUNT(extension_id)
FROM #__extensions
WHERE element = 'com_imageshow' ' at line 1 SQL=EXPLAIN EXTENDED SELECT COUNT(extension_id)
FROM #__extensions
WHERE element = 'com_imageshow' AND type = 'component' |
Status | Duration |
---|
starting | 0.04 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
init | 0.00 ms |
System lock | 0.00 ms |
optimizing | 0.01 ms |
statistics | 0.03 ms |
preparing | 0.01 ms |
executing | 0.01 ms |
end | 0.00 ms |
query end | 0.00 ms |
waiting for handler commit | 0.00 ms |
closing tables | 0.00 ms |
freeing items | 0.02 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number | 15 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1728 |
14 | JDatabaseDriver->loadResult() | JROOT/libraries/cms/component/helper.php:104 |
13 | JComponentHelper::isInstalled() | JROOT/administrator/components/com_pagebuilder/helpers/pagebuilder.php:139 |
12 | JSNPagebuilderHelpersPagebuilder::checkComponentEnabled() | JROOT/plugins/jsnpagebuilder/defaultelements/imageshow/imageshow.php:31 |
11 | JSNPBShortcodeImageShow->__construct() | JROOT/administrator/components/com_pagebuilder/helpers/elements.php:105 |
10 | JSNPagebuilderHelpersElements->registerElements() | JROOT/administrator/components/com_pagebuilder/helpers/elements.php:38 |
9 | JSNPagebuilderHelpersElements->__construct() | JROOT/plugins/system/pagebuilder/pagebuilder.php:226 |
8 | plgSystemPagebuilder->onAfterRender() | Same as call in the line below. |
7 | call_user_func_array() | 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:1074 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.24 ms After last query: 5.55 ms
SELECT COUNT(extension_id)
FROM joom_extensions
WHERE element = 'com_uniform'
AND 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 COUNT(extension_id)
FROM #__extensions
WHERE element = 'com_uniform' AN' at line 1 SQL=EXPLAIN EXTENDED SELECT COUNT(extension_id)
FROM #__extensions
WHERE element = 'com_uniform' AND type = 'component' |
Status | Duration |
---|
starting | 0.05 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
init | 0.00 ms |
System lock | 0.00 ms |
optimizing | 0.01 ms |
statistics | 0.04 ms |
preparing | 0.01 ms |
executing | 0.02 ms |
end | 0.00 ms |
query end | 0.00 ms |
waiting for handler commit | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number | 15 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1728 |
14 | JDatabaseDriver->loadResult() | JROOT/libraries/cms/component/helper.php:104 |
13 | JComponentHelper::isInstalled() | JROOT/administrator/components/com_pagebuilder/helpers/pagebuilder.php:139 |
12 | JSNPagebuilderHelpersPagebuilder::checkComponentEnabled() | JROOT/plugins/jsnpagebuilder/defaultelements/uniform/uniform.php:32 |
11 | JSNPBShortcodeUniform->__construct() | JROOT/administrator/components/com_pagebuilder/helpers/elements.php:105 |
10 | JSNPagebuilderHelpersElements->registerElements() | JROOT/administrator/components/com_pagebuilder/helpers/elements.php:38 |
9 | JSNPagebuilderHelpersElements->__construct() | JROOT/plugins/system/pagebuilder/pagebuilder.php:226 |
8 | plgSystemPagebuilder->onAfterRender() | Same as call in the line below. |
7 | call_user_func_array() | 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:1074 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.22 ms After last query: 5.23 ms
SELECT *
FROM joom_jsn_mobilize_os
WHERE os_type = 'other'
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 #__jsn_mobilize_os
WHERE os_type = 'other'' at line 1 SQL=EXPLAIN EXTENDED SELECT *
FROM #__jsn_mobilize_os
WHERE os_type = 'other' |
Status | Duration |
---|
starting | 0.04 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.07 ms |
init | 0.00 ms |
System lock | 0.00 ms |
optimizing | 0.00 ms |
statistics | 0.01 ms |
preparing | 0.01 ms |
executing | 0.02 ms |
end | 0.00 ms |
query end | 0.00 ms |
waiting for handler commit | 0.00 ms |
closing tables | 0.00 ms |
freeing items | 0.02 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number | 12 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
11 | JDatabaseDriver->loadObjectList() | JROOT/templates/jsn_mobilize/helpers/mobilize.php:444 |
10 | JSNMobilizeTemplateHelper::getOSSupport() | JROOT/templates/jsn_mobilize/helpers/mobilize.php:85 |
9 | JSNMobilizeTemplateHelper::getConfig() | JROOT/plugins/system/jsnmobilize/jsnmobilize.php:287 |
8 | PlgSystemJSNMobilize->onAfterRender() | Same as call in the line below. |
7 | call_user_func_array() | 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:1074 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.35 ms After last query: 0.92 ms
SELECT *
FROM joom_jsn_mobilize_profiles AS p
INNER JOIN joom_jsn_mobilize_os_support AS s
ON s.profile_id = p.profile_id
WHERE s.os_id = '12'
AND p.profile_state = 1
AND p.profile_device = "jsn_mobile"
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 *
FROM #__jsn_mobilize_profiles AS p
INNER JOIN #__jsn_mobilize_os_su' at line 1 SQL=EXPLAIN EXTENDED SELECT *
FROM #__jsn_mobilize_profiles AS p
INNER JOIN #__jsn_mobilize_os_support AS s ON s.profile_id = p.profile_id
WHERE s.os_id = '12' AND p.profile_state = 1 AND p.profile_device = "jsn_mobile" LIMIT 1 |
Status | Duration |
---|
starting | 0.05 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.14 ms |
init | 0.00 ms |
System lock | 0.00 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.01 ms |
executing | 0.02 ms |
end | 0.00 ms |
query end | 0.00 ms |
waiting for handler commit | 0.00 ms |
closing tables | 0.02 ms |
freeing items | 0.02 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number | 12 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1650 |
11 | JDatabaseDriver->loadObject() | JROOT/templates/jsn_mobilize/helpers/mobilize.php:511 |
10 | JSNMobilizeTemplateHelper::getOSSupport() | JROOT/templates/jsn_mobilize/helpers/mobilize.php:85 |
9 | JSNMobilizeTemplateHelper::getConfig() | JROOT/plugins/system/jsnmobilize/jsnmobilize.php:287 |
8 | PlgSystemJSNMobilize->onAfterRender() | Same as call in the line below. |
7 | call_user_func_array() | 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:1074 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.16 ms After last query: 0.08 ms
SELECT *
FROM joom_jsn_mobilize_design
WHERE profile_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 *
FROM #__jsn_mobilize_design
WHERE profile_id = ''' at line 1 SQL=EXPLAIN EXTENDED SELECT *
FROM #__jsn_mobilize_design
WHERE profile_id = '' |
Status | Duration |
---|
starting | 0.03 ms |
Executing hook on transaction | 0.00 ms |
starting | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.04 ms |
init | 0.00 ms |
System lock | 0.00 ms |
optimizing | 0.01 ms |
statistics | 0.01 ms |
preparing | 0.01 ms |
executing | 0.02 ms |
end | 0.00 ms |
query end | 0.00 ms |
waiting for handler commit | 0.00 ms |
closing tables | 0.00 ms |
freeing items | 0.02 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number | 12 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
11 | JDatabaseDriver->loadObjectList() | JROOT/templates/jsn_mobilize/helpers/mobilize.php:518 |
10 | JSNMobilizeTemplateHelper::getOSSupport() | JROOT/templates/jsn_mobilize/helpers/mobilize.php:85 |
9 | JSNMobilizeTemplateHelper::getConfig() | JROOT/plugins/system/jsnmobilize/jsnmobilize.php:287 |
8 | PlgSystemJSNMobilize->onAfterRender() | Same as call in the line below. |
7 | call_user_func_array() | 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:1074 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
10 × SELECT COUNT(extension_id)
FROM joom_extensions
7 × SELECT *
FROM joom_extensions
5 × SELECT *
FROM joom_imageshow_showlist
4 × SELECT parent_id
FROM joom_menu
4 × SELECT assets, legacy
FROM joom_jsn_poweradmin_menu_assets
3 × SELECT *
FROM joom_jsn_mobilize_profiles AS p
INNER JOIN joom_jsn_mobilize_os_support AS s
ON s.profile_id = p.profile_id
3 × SELECT *
FROM joom_jsn_mobilize_os
3 × SELECT *
FROM joom_jsn_mobilize_design
2 × SELECT image_id, image_title, image_alt_text, image_small, image_big, image_medium, image_description, image_link, image_extid, album_extid, image_size, custom_data, exif_data, image_size, sync, ordering
FROM joom_imageshow_images
2 × SELECT m.id
FROM joom_modules AS m
INNER JOIN joom_modules_menu AS mm
ON mm.moduleid = m.id
2 × SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM joom_modules AS m
LEFT JOIN joom_modules_menu AS mm
ON mm.moduleid = m.id
LEFT JOIN joom_extensions AS e
ON e.element = m.module
AND e.client_id = m.client_id
2 × SELECT COUNT(*)
FROM joom_extensions
2 × SELECT extension_id AS id, element AS "option", params, enabled
FROM joom_extensions
1 × SELECT *
FROM joom_imageshow_theme_slider
1 × SELECT name,value
FROM joom_jsn_pagebuilder_config
1 × SELECT name,value
FROM joom_jsn_imageshow_config
1 × SELECT c.introtext, c.fulltext
FROM joom_imageshow_showlist sl
INNER JOIN joom_content c
ON sl.alter_autid = c.id
1 × SELECT `name`, `value`
FROM `joom_jsn_imageshow_config`
1 × SELECT *
FROM joom_imageshow_theme_profile
1 × SELECT *
FROM joom_imageshow_showcase
1 × SELECT *
FROM joom_extensions
1 × SELECT album_extid
FROM joom_imageshow_images
1 × SELECT *
FROM joom_content
1 × SELECT name,value
FROM joom_jsn_mobilize_config
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 joom_menu AS m
LEFT JOIN joom_extensions AS e
ON m.component_id = e.extension_id
1 × SELECT id, home, template, s.params
FROM joom_template_styles as s
LEFT JOIN joom_extensions as e
ON e.element=s.template
AND e.type='template'
AND e.client_id=s.client_id
1 × SELECT name,value
FROM joom_jsn_poweradmin_config
1 × SELECT folder AS type, element AS name, params
FROM joom_extensions
1 × SELECT b.id
FROM joom_usergroups AS a
LEFT JOIN joom_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
1 × SELECT id, rules
FROM `joom_viewlevels
1 × SELECT manifest_cache
FROM joom_extensions
1 × SELECT *
FROM joom_languages
1 × SELECT `data`
FROM `joom_session`
1 × SELECT a.id, a.asset_id, a.title, a.alias, a.introtext, a.fulltext,
CASE WHEN badcats.id is null THEN a.state ELSE 0 END AS state, a.catid, a.created, a.created_by, a.created_by_alias,
CASE WHEN a.modified = '0000-00-00 00:00:00' THEN a.created ELSE a.modified END as modified, a.modified_by, a.checked_out, a.checked_out_time, a.publish_up, a.publish_down, a.images, a.urls, a.attribs, a.version, a.ordering, a.metakey, a.metadesc, a.access, a.hits, a.metadata, a.featured, a.language, a.xreference,c.title AS category_title, c.alias AS category_alias, c.access AS category_access,u.name AS author,parent.title as parent_title, parent.id as parent_id, parent.path as parent_route, parent.alias as parent_alias,ROUND(v.rating_sum / v.rating_count, 0) AS rating, v.rating_count as rating_count
FROM joom_content AS a
LEFT JOIN joom_categories AS c
on c.id = a.catid
LEFT JOIN joom_users AS u
on u.id = a.created_by
LEFT JOIN joom_categories as parent
ON parent.id = c.parent_id
LEFT JOIN joom_content_rating AS v
ON a.id = v.content_id
LEFT
OUTER JOIN (SELECT cat.id as id
FROM joom_categories AS cat JOIN joom_categories AS parent
ON cat.lft BETWEEN parent.lft
AND parent.rgt
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
FROM joom_categories as c
LEFT JOIN (SELECT cat.id as id
FROM joom_categories AS cat JOIN joom_categories AS parent
ON cat.lft BETWEEN parent.lft
AND parent.rgt
1 × SELECT a.name, a.rules
FROM joom_assets AS a
1 × SELECT element
FROM joom_extensions
1 × SELECT *
FROM joom_assets
1 × SELECT a.rules
FROM joom_assets AS a
1 × SELECT `m`.`tag_id`,`t`.*
FROM `joom_contentitem_tag_map` AS m
INNER JOIN `joom_tags` AS t
ON `m`.`tag_id` = `t`.`id`