You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using Joomla Version 3.9.13
Using Asikart Quick Icons 2.0.9
WindWalker Debug [namespace: Windwalker]:
Windwalker 0.000 seconds (0.000); 19.10 MB (19.102) - SELECT icon.id AS id,icon.asset_id AS asset_id,icon.catid AS catid,icon.title AS title,icon.alias AS alias,icon.link AS link,icon.introtext AS introtext,icon.fulltext AS fulltext,icon.images AS images,icon.icon_class AS icon_class,icon.version AS version,icon.created AS created,icon.created_by AS created_by,icon.modified AS modified,icon.modified_by AS modified_by,icon.ordering AS ordering,icon.published AS published,icon.publish_up AS publish_up,icon.publish_down AS publish_down,icon.checked_out AS checked_out,icon.checked_out_time AS checked_out_time,icon.access AS access,icon.language AS language,icon.params AS params,category.id AS category_id,category.asset_id AS category_asset_id,category.parent_id AS category_parent_id,category.lft AS category_lft,category.rgt AS category_rgt,category.level AS category_level,category.path AS category_path,category.extension AS category_extension,category.title AS category_title,category.alias AS category_alias,category.note AS category_note,category.description AS category_description,category.published AS category_published,category.checked_out AS category_checked_out,category.checked_out_time AS category_checked_out_time,category.access AS category_access,category.params AS category_params,category.metadesc AS category_metadesc,category.metakey AS category_metakey,category.metadata AS category_metadata,category.created_user_id AS category_created_user_id,category.created_time AS category_created_time,category.modified_user_id AS category_modified_user_id,category.modified_time AS category_modified_time,category.hits AS category_hits,category.language AS category_language,category.version AS category_version,user.id AS user_id,user.name AS user_name,user.username AS user_username,user.email AS user_email,user.password AS user_password,user.block AS user_block,user.sendEmail AS user_sendEmail,user.registerDate AS user_registerDate,user.lastvisitDate AS user_lastvisitDate,user.activation AS user_activation,user.params AS user_params,user.lastResetTime AS user_lastResetTime,user.resetCount AS user_resetCount,user.otpKey AS user_otpKey,user.otep AS user_otep,user.requireReset AS user_requireReset,viewlevel.id AS viewlevel_id,viewlevel.title AS viewlevel_title,viewlevel.ordering AS viewlevel_ordering,viewlevel.rules AS viewlevel_rules,lang.lang_id AS lang_lang_id,lang.asset_id AS lang_asset_id,lang.lang_code AS lang_lang_code,lang.title AS lang_title,lang.title_native AS lang_title_native,lang.sef AS lang_sef,lang.image AS lang_image,lang.description AS lang_description,lang.metakey AS lang_metakey,lang.metadesc AS lang_metadesc,lang.sitename AS lang_sitename,lang.published AS lang_published,lang.access AS lang_access,lang.ordering AS lang_ordering
FROM jos_akquickicons_icons AS icon
LEFT JOIN jos_categories AS category
ON icon.catid = category.id
LEFT JOIN jos_users AS user
ON icon.created_by = user.id
LEFT JOIN jos_viewlevels AS viewlevel
ON icon.access = viewlevel.id
LEFT JOIN jos_languages AS lang
ON icon.language = lang.lang_code
WHERE icon.published >= 0
ORDER BY icon.catid, icon.ordering ASC
Windwalker 0.002 seconds (0.002); 19.14 MB (0.039) - SELECT icon.id AS id,icon.asset_id AS asset_id,icon.catid AS catid,icon.title AS title,icon.alias AS alias,icon.link AS link,icon.introtext AS introtext,icon.fulltext AS fulltext,icon.images AS images,icon.icon_class AS icon_class,icon.version AS version,icon.created AS created,icon.created_by AS created_by,icon.modified AS modified,icon.modified_by AS modified_by,icon.ordering AS ordering,icon.published AS published,icon.publish_up AS publish_up,icon.publish_down AS publish_down,icon.checked_out AS checked_out,icon.checked_out_time AS checked_out_time,icon.access AS access,icon.language AS language,icon.params AS params,category.id AS category_id,category.asset_id AS category_asset_id,category.parent_id AS category_parent_id,category.lft AS category_lft,category.rgt AS category_rgt,category.level AS category_level,category.path AS category_path,category.extension AS category_extension,category.title AS category_title,category.alias AS category_alias,category.note AS category_note,category.description AS category_description,category.published AS category_published,category.checked_out AS category_checked_out,category.checked_out_time AS category_checked_out_time,category.access AS category_access,category.params AS category_params,category.metadesc AS category_metadesc,category.metakey AS category_metakey,category.metadata AS category_metadata,category.created_user_id AS category_created_user_id,category.created_time AS category_created_time,category.modified_user_id AS category_modified_user_id,category.modified_time AS category_modified_time,category.hits AS category_hits,category.language AS category_language,category.version AS category_version,user.id AS user_id,user.name AS user_name,user.username AS user_username,user.email AS user_email,user.password AS user_password,user.block AS user_block,user.sendEmail AS user_sendEmail,user.registerDate AS user_registerDate,user.lastvisitDate AS user_lastvisitDate,user.activation AS user_activation,user.params AS user_params,user.lastResetTime AS user_lastResetTime,user.resetCount AS user_resetCount,user.otpKey AS user_otpKey,user.otep AS user_otep,user.requireReset AS user_requireReset,viewlevel.id AS viewlevel_id,viewlevel.title AS viewlevel_title,viewlevel.ordering AS viewlevel_ordering,viewlevel.rules AS viewlevel_rules,lang.lang_id AS lang_lang_id,lang.asset_id AS lang_asset_id,lang.lang_code AS lang_lang_code,lang.title AS lang_title,lang.title_native AS lang_title_native,lang.sef AS lang_sef,lang.image AS lang_image,lang.description AS lang_description,lang.metakey AS lang_metakey,lang.metadesc AS lang_metadesc,lang.sitename AS lang_sitename,lang.published AS lang_published,lang.access AS lang_access,lang.ordering AS lang_ordering
FROM jos_akquickicons_icons AS icon
LEFT JOIN jos_categories AS category
ON icon.catid = category.id
LEFT JOIN jos_users AS user
ON icon.created_by = user.id
LEFT JOIN jos_viewlevels AS viewlevel
ON icon.access = viewlevel.id
LEFT JOIN jos_languages AS lang
ON icon.language = lang.lang_code
WHERE icon.published >= 0
ORDER BY icon.catid, icon.ordering ASC
How do I fix this?
The text was updated successfully, but these errors were encountered:
Using Joomla Version 3.9.13
Using Asikart Quick Icons 2.0.9
WindWalker Debug [namespace: Windwalker]:
Windwalker 0.000 seconds (0.000); 19.10 MB (19.102) - SELECT
icon
.id
ASid
,icon
.asset_id
ASasset_id
,icon
.catid
AScatid
,icon
.title
AStitle
,icon
.alias
ASalias
,icon
.link
ASlink
,icon
.introtext
ASintrotext
,icon
.fulltext
ASfulltext
,icon
.images
ASimages
,icon
.icon_class
ASicon_class
,icon
.version
ASversion
,icon
.created
AScreated
,icon
.created_by
AScreated_by
,icon
.modified
ASmodified
,icon
.modified_by
ASmodified_by
,icon
.ordering
ASordering
,icon
.published
ASpublished
,icon
.publish_up
ASpublish_up
,icon
.publish_down
ASpublish_down
,icon
.checked_out
ASchecked_out
,icon
.checked_out_time
ASchecked_out_time
,icon
.access
ASaccess
,icon
.language
ASlanguage
,icon
.params
ASparams
,category
.id
AScategory_id
,category
.asset_id
AScategory_asset_id
,category
.parent_id
AScategory_parent_id
,category
.lft
AScategory_lft
,category
.rgt
AScategory_rgt
,category
.level
AScategory_level
,category
.path
AScategory_path
,category
.extension
AScategory_extension
,category
.title
AScategory_title
,category
.alias
AScategory_alias
,category
.note
AScategory_note
,category
.description
AScategory_description
,category
.published
AScategory_published
,category
.checked_out
AScategory_checked_out
,category
.checked_out_time
AScategory_checked_out_time
,category
.access
AScategory_access
,category
.params
AScategory_params
,category
.metadesc
AScategory_metadesc
,category
.metakey
AScategory_metakey
,category
.metadata
AScategory_metadata
,category
.created_user_id
AScategory_created_user_id
,category
.created_time
AScategory_created_time
,category
.modified_user_id
AScategory_modified_user_id
,category
.modified_time
AScategory_modified_time
,category
.hits
AScategory_hits
,category
.language
AScategory_language
,category
.version
AScategory_version
,user
.id
ASuser_id
,user
.name
ASuser_name
,user
.username
ASuser_username
,user
.email
ASuser_email
,user
.password
ASuser_password
,user
.block
ASuser_block
,user
.sendEmail
ASuser_sendEmail
,user
.registerDate
ASuser_registerDate
,user
.lastvisitDate
ASuser_lastvisitDate
,user
.activation
ASuser_activation
,user
.params
ASuser_params
,user
.lastResetTime
ASuser_lastResetTime
,user
.resetCount
ASuser_resetCount
,user
.otpKey
ASuser_otpKey
,user
.otep
ASuser_otep
,user
.requireReset
ASuser_requireReset
,viewlevel
.id
ASviewlevel_id
,viewlevel
.title
ASviewlevel_title
,viewlevel
.ordering
ASviewlevel_ordering
,viewlevel
.rules
ASviewlevel_rules
,lang
.lang_id
ASlang_lang_id
,lang
.asset_id
ASlang_asset_id
,lang
.lang_code
ASlang_lang_code
,lang
.title
ASlang_title
,lang
.title_native
ASlang_title_native
,lang
.sef
ASlang_sef
,lang
.image
ASlang_image
,lang
.description
ASlang_description
,lang
.metakey
ASlang_metakey
,lang
.metadesc
ASlang_metadesc
,lang
.sitename
ASlang_sitename
,lang
.published
ASlang_published
,lang
.access
ASlang_access
,lang
.ordering
ASlang_ordering
FROM
jos_akquickicons_icons
ASicon
LEFT JOIN
jos_categories
AScategory
ON icon.catid = category.id
LEFT JOIN
jos_users
ASuser
ON icon.created_by = user.id
LEFT JOIN
jos_viewlevels
ASviewlevel
ON icon.access = viewlevel.id
LEFT JOIN
jos_languages
ASlang
ON icon.language = lang.lang_code
WHERE
icon
.published
>= 0ORDER BY
icon
.catid
,icon
.ordering
ASCWindwalker 0.002 seconds (0.002); 19.14 MB (0.039) - SELECT
icon
.id
ASid
,icon
.asset_id
ASasset_id
,icon
.catid
AScatid
,icon
.title
AStitle
,icon
.alias
ASalias
,icon
.link
ASlink
,icon
.introtext
ASintrotext
,icon
.fulltext
ASfulltext
,icon
.images
ASimages
,icon
.icon_class
ASicon_class
,icon
.version
ASversion
,icon
.created
AScreated
,icon
.created_by
AScreated_by
,icon
.modified
ASmodified
,icon
.modified_by
ASmodified_by
,icon
.ordering
ASordering
,icon
.published
ASpublished
,icon
.publish_up
ASpublish_up
,icon
.publish_down
ASpublish_down
,icon
.checked_out
ASchecked_out
,icon
.checked_out_time
ASchecked_out_time
,icon
.access
ASaccess
,icon
.language
ASlanguage
,icon
.params
ASparams
,category
.id
AScategory_id
,category
.asset_id
AScategory_asset_id
,category
.parent_id
AScategory_parent_id
,category
.lft
AScategory_lft
,category
.rgt
AScategory_rgt
,category
.level
AScategory_level
,category
.path
AScategory_path
,category
.extension
AScategory_extension
,category
.title
AScategory_title
,category
.alias
AScategory_alias
,category
.note
AScategory_note
,category
.description
AScategory_description
,category
.published
AScategory_published
,category
.checked_out
AScategory_checked_out
,category
.checked_out_time
AScategory_checked_out_time
,category
.access
AScategory_access
,category
.params
AScategory_params
,category
.metadesc
AScategory_metadesc
,category
.metakey
AScategory_metakey
,category
.metadata
AScategory_metadata
,category
.created_user_id
AScategory_created_user_id
,category
.created_time
AScategory_created_time
,category
.modified_user_id
AScategory_modified_user_id
,category
.modified_time
AScategory_modified_time
,category
.hits
AScategory_hits
,category
.language
AScategory_language
,category
.version
AScategory_version
,user
.id
ASuser_id
,user
.name
ASuser_name
,user
.username
ASuser_username
,user
.email
ASuser_email
,user
.password
ASuser_password
,user
.block
ASuser_block
,user
.sendEmail
ASuser_sendEmail
,user
.registerDate
ASuser_registerDate
,user
.lastvisitDate
ASuser_lastvisitDate
,user
.activation
ASuser_activation
,user
.params
ASuser_params
,user
.lastResetTime
ASuser_lastResetTime
,user
.resetCount
ASuser_resetCount
,user
.otpKey
ASuser_otpKey
,user
.otep
ASuser_otep
,user
.requireReset
ASuser_requireReset
,viewlevel
.id
ASviewlevel_id
,viewlevel
.title
ASviewlevel_title
,viewlevel
.ordering
ASviewlevel_ordering
,viewlevel
.rules
ASviewlevel_rules
,lang
.lang_id
ASlang_lang_id
,lang
.asset_id
ASlang_asset_id
,lang
.lang_code
ASlang_lang_code
,lang
.title
ASlang_title
,lang
.title_native
ASlang_title_native
,lang
.sef
ASlang_sef
,lang
.image
ASlang_image
,lang
.description
ASlang_description
,lang
.metakey
ASlang_metakey
,lang
.metadesc
ASlang_metadesc
,lang
.sitename
ASlang_sitename
,lang
.published
ASlang_published
,lang
.access
ASlang_access
,lang
.ordering
ASlang_ordering
FROM
jos_akquickicons_icons
ASicon
LEFT JOIN
jos_categories
AScategory
ON icon.catid = category.id
LEFT JOIN
jos_users
ASuser
ON icon.created_by = user.id
LEFT JOIN
jos_viewlevels
ASviewlevel
ON icon.access = viewlevel.id
LEFT JOIN
jos_languages
ASlang
ON icon.language = lang.lang_code
WHERE
icon
.published
>= 0ORDER BY
icon
.catid
,icon
.ordering
ASCHow do I fix this?
The text was updated successfully, but these errors were encountered: