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
[0.0002] SELECT SQL_CACHE VERSION();
[0.0001] SET time_zone = :value;
[0.0006] SHOW COLUMNS FROM `sym_extensions_delegates`
LIKE :like;
[0.0005] SELECT SQL_CACHE `t1`.`name`, `t2`.`page`, `t2`.`delegate`, `t2`.`callback`, `t2`.`order`
FROM `sym_extensions` AS `t1` INNER JOIN `sym_extensions_delegates` AS `t2` ON `t1`.`id` = `t2`.`extension_id`
WHERE `t1`.`status` = :t1_status
ORDER BY `t2`.`delegate` ASC, `t2`.`order` ASC, `t1`.`name` ASC;
[0.0003] SELECT SQL_CACHE `session_data`
FROM `sym_sessions`
WHERE `session` = :session
LIMIT 1;
[0.0003] SELECT SQL_CACHE `a`.*
FROM `sym_authors` AS `a`
WHERE `a`.`username` = :a_username
ORDER BY `a`.`id` ASC
LIMIT 1;
[0.0016] UPDATE `sym_authors`
SET `last_seen` = :last_seen
WHERE `id` = :id;
[0.0004] SELECT SQL_CACHE `p`.*
FROM `sym_pages` AS `p` INNER JOIN `sym_pages_types` AS `pt` ON `p`.`id` = `pt`.`page_id`
WHERE `pt`.`type` = :pt_type
ORDER BY `p`.`sortorder` ASC
LIMIT 1;
[0.0003] SELECT SQL_CACHE `pt`.`type`
FROM `sym_pages_types` AS `pt`
WHERE `pt`.`page_id` = :pt_page_id
GROUP BY `pt`.`type`
ORDER BY `pt`.`type` ASC;
An error occurred in /path-redacted/extensions/xssfilter/extension.driver.php around line 97.
Backtrace
PHP 7.4.12
Database Query Log
MYSQL 10.3.27-MariaDB
Commit 4cae482 from PR #9 appears to fix it.
The text was updated successfully, but these errors were encountered: